Pick up TS 5.7 rc (#233597)

This commit is contained in:
Matt Bierner
2024-11-11 09:17:37 -08:00
committed by GitHub
parent 3bd09b9a4e
commit ff60639413
2 changed files with 5 additions and 5 deletions

View File

@@ -10,7 +10,7 @@
"hasInstallScript": true,
"license": "MIT",
"dependencies": {
"typescript": "^5.7.0-dev.20241105"
"typescript": "^5.7.1-rc"
},
"devDependencies": {
"@parcel/watcher": "2.1.0",
@@ -606,9 +606,9 @@
}
},
"node_modules/typescript": {
"version": "5.7.0-dev.20241105",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.0-dev.20241105.tgz",
"integrity": "sha512-vA2PUOj2bV0HJSD6/y+Zs6cJvGpvrAtgfHB4UtK6ABFA5s3rCcs2d+zK5WZfzt0hxgI15RI8UzUFj6A4FE/0YQ==",
"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

@@ -4,7 +4,7 @@
"license": "MIT",
"description": "Dependencies shared by all extensions",
"dependencies": {
"typescript": "^5.7.0-dev.20241105"
"typescript": "^5.7.1-rc"
},
"scripts": {
"postinstall": "node ./postinstall.mjs"