Pick up TS 6.0.3

This commit is contained in:
Matt Bierner
2026-04-16 22:03:37 -04:00
parent 717d2a30e1
commit 401330cb78
2 changed files with 5 additions and 5 deletions

View File

@@ -10,7 +10,7 @@
"hasInstallScript": true,
"license": "MIT",
"dependencies": {
"typescript": "^6.0.2"
"typescript": "^6.0.3"
},
"devDependencies": {
"@parcel/watcher": "^2.5.6",
@@ -897,9 +897,9 @@
}
},
"node_modules/typescript": {
"version": "6.0.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-6.0.2.tgz",
"integrity": "sha512-bGdAIrZ0wiGDo5l8c++HWtbaNCWTS4UTv7RaTH/ThVIgjkveJt83m74bBHMJkuCbslY8ixgLBVZJIOiQlQTjfQ==",
"version": "6.0.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-6.0.3.tgz",
"integrity": "sha512-y2TvuxSZPDyQakkFRPZHKFm+KKVqIisdg9/CZwm9ftvKXLP8NRWj38/ODjNbr43SsoXqNuAisEf1GdCxqWcdBw==",
"license": "Apache-2.0",
"bin": {
"tsc": "bin/tsc",

View File

@@ -4,7 +4,7 @@
"license": "MIT",
"description": "Dependencies shared by all extensions",
"dependencies": {
"typescript": "^6.0.2"
"typescript": "^6.0.3"
},
"scripts": {
"postinstall": "node ./postinstall.mjs"