narrow the version specifier used for TypeScript

This commit is contained in:
erik-krogh
2024-03-12 13:42:58 +01:00
parent 95a5ec7f27
commit 6be0ed1dc3
2 changed files with 2 additions and 2 deletions

View File

@@ -6,7 +6,7 @@
"": {
"name": "typescript-parser-wrapper",
"dependencies": {
"typescript": "5.4"
"typescript": "5.4.2"
},
"devDependencies": {
"@types/node": "18.15.3"

View File

@@ -2,7 +2,7 @@
"name": "typescript-parser-wrapper",
"private": true,
"dependencies": {
"typescript": "5.4"
"typescript": "5.4.2"
},
"scripts": {
"build": "tsc --project tsconfig.json",