mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 02:53:05 -05:00
Pick up TS 5.7 rc (#233597)
This commit is contained in:
8
extensions/package-lock.json
generated
8
extensions/package-lock.json
generated
@@ -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",
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user