Updated TS version to 5.7.1-release candidate

This commit is contained in:
Napalys
2024-11-11 10:19:32 +01:00
parent bf07aa1cbd
commit 82f09f1f8b
2 changed files with 5 additions and 5 deletions

View File

@@ -6,7 +6,7 @@
"": {
"name": "typescript-parser-wrapper",
"dependencies": {
"typescript": "^5.6.2"
"typescript": "^5.7.1-rc"
},
"devDependencies": {
"@types/node": "18.15.3"
@@ -20,9 +20,9 @@
"license": "MIT"
},
"node_modules/typescript": {
"version": "5.6.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.2.tgz",
"integrity": "sha512-NW8ByodCSNCwZeghjN3o+JX5OFH0Ojg6sadjEKY4huZ52TqbJTJnDo5+Tw98lSy63NZvi4n+ez5m2u5d4PkZyw==",
"version": "5.7.1-rc",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.1-rc.tgz",
"integrity": "sha512-d6m+HT78uZtyUbXbUyIvuJ6kXCTSJEfy+2pZSUwt9d6JZ0kOMNDwhIILfV5FnaxMwVa48Yfw4sK0ISC4Qyq5tw==",
"license": "Apache-2.0",
"bin": {
"tsc": "bin/tsc",

View File

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