update to the stable release of TypeScript 5.5

This commit is contained in:
erik-krogh
2024-06-20 20:47:43 +02:00
parent b936f725b5
commit 9966be6975
2 changed files with 8 additions and 7 deletions

View File

@@ -6,7 +6,7 @@
"": {
"name": "typescript-parser-wrapper",
"dependencies": {
"typescript": "5.5.1-rc"
"typescript": "5.5.2"
},
"devDependencies": {
"@types/node": "18.15.3"
@@ -20,9 +20,10 @@
"license": "MIT"
},
"node_modules/typescript": {
"version": "5.5.1-rc",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.1-rc.tgz",
"integrity": "sha512-7cbqBhh2QH0RaI7AD0ElJ2Ww/iRdW1w2wH/S2dv6EbdNQQlv39fx+V5VOepxLgfUvRkU5D5pxzgPuvHSAQOdpQ==",
"version": "5.5.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.2.tgz",
"integrity": "sha512-NcRtPEOsPFFWjobJEtfihkLCZCXZt/os3zf8nTxjVH3RvTSxjrCamJpbExGvYOF+tFHc3pA65qpdwPbzjohhew==",
"license": "Apache-2.0",
"bin": {
"tsc": "bin/tsc",
"tsserver": "bin/tsserver"
@@ -32,4 +33,4 @@
}
}
}
}
}

View File

@@ -2,7 +2,7 @@
"name": "typescript-parser-wrapper",
"private": true,
"dependencies": {
"typescript": "^5.5.1-rc"
"typescript": "5.5.2"
},
"scripts": {
"build": "tsc --project tsconfig.json",
@@ -14,4 +14,4 @@
"devDependencies": {
"@types/node": "18.15.3"
}
}
}