Ship TypeScript 5.7 (#234607)

Fixes #234056
This commit is contained in:
Matt Bierner
2024-11-26 09:54:54 -08:00
committed by GitHub
parent c804ee812b
commit 3f5255b136
2 changed files with 5 additions and 5 deletions

View File

@@ -10,7 +10,7 @@
"hasInstallScript": true,
"license": "MIT",
"dependencies": {
"typescript": "^5.7.1-rc"
"typescript": "^5.7.2"
},
"devDependencies": {
"@parcel/watcher": "2.1.0",
@@ -606,9 +606,9 @@
}
},
"node_modules/typescript": {
"version": "5.7.1-rc",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.1-rc.tgz",
"integrity": "sha512-d6m+HT78uZtyUbXbUyIvuJ6kXCTSJEfy+2pZSUwt9d6JZ0kOMNDwhIILfV5FnaxMwVa48Yfw4sK0ISC4Qyq5tw==",
"version": "5.7.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.2.tgz",
"integrity": "sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg==",
"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.1-rc"
"typescript": "^5.7.2"
},
"scripts": {
"postinstall": "node ./postinstall.mjs"