Updates to use TS 5.6.1 RC

This commit is contained in:
Sid Shankar
2024-08-25 23:40:07 +00:00
parent 1f2def0efa
commit ac90ad01d0
2 changed files with 6 additions and 5 deletions

View File

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

View File

@@ -2,7 +2,7 @@
"name": "typescript-parser-wrapper",
"private": true,
"dependencies": {
"typescript": "^5.6.0-beta"
"typescript": "^5.6.1-rc"
},
"scripts": {
"build": "tsc --project tsconfig.json",