Updates to Typescript 5.6 beta

This commit is contained in:
Sid Shankar
2024-08-06 12:30:55 -04:00
parent 1f37662e3b
commit f19681fa12
2 changed files with 6 additions and 7 deletions

View File

@@ -6,7 +6,7 @@
"": {
"name": "typescript-parser-wrapper",
"dependencies": {
"typescript": "5.5.2"
"typescript": "^5.6.0-beta"
},
"devDependencies": {
"@types/node": "18.15.3"
@@ -20,10 +20,9 @@
"license": "MIT"
},
"node_modules/typescript": {
"version": "5.5.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.2.tgz",
"integrity": "sha512-NcRtPEOsPFFWjobJEtfihkLCZCXZt/os3zf8nTxjVH3RvTSxjrCamJpbExGvYOF+tFHc3pA65qpdwPbzjohhew==",
"license": "Apache-2.0",
"version": "5.6.0-beta",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.0-beta.tgz",
"integrity": "sha512-wqVumY25SwHmCJvZPHqbWfjSyWdAqTTUM+LqaPpFccOnln54EZoPr8Ra7qJV8HMEdFYcDc+S5xro0RyvaHvIvw==",
"bin": {
"tsc": "bin/tsc",
"tsserver": "bin/tsserver"

View File

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