Pick up latest TS for building VS code

This commit is contained in:
Matt Bierner
2025-06-13 14:46:41 -07:00
parent 9a0a54cf18
commit 8d5236e73b
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@@ -150,7 +150,7 @@
"ts-node": "^10.9.1",
"tsec": "0.2.7",
"tslib": "^2.6.3",
"typescript": "^5.9.0-dev.20250522",
"typescript": "^5.9.0-dev.20250613",
"typescript-eslint": "^8.8.0",
"util": "^0.12.4",
"webpack": "^5.94.0",
@@ -16784,9 +16784,9 @@
"dev": true
},
"node_modules/typescript": {
"version": "5.9.0-dev.20250522",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.0-dev.20250522.tgz",
"integrity": "sha512-5zi45joB4lxgbZokE23gOC139Blh5v/yOBqjO+mXURkJiDsEkfV/JJmTKyMpI8W7wnIx6H7Nyd9zxYOntclNZw==",
"version": "5.9.0-dev.20250613",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.0-dev.20250613.tgz",
"integrity": "sha512-5bzU//x0svUVjUCMlHRG7IassWFQ7/dofYXqSSbQpQ8a1Kh/GqIsvfc2CQIS+EpYrdoHaNLroxmlsLNsqLXaww==",
"dev": true,
"license": "Apache-2.0",
"bin": {

View File

@@ -209,7 +209,7 @@
"ts-node": "^10.9.1",
"tsec": "0.2.7",
"tslib": "^2.6.3",
"typescript": "^5.9.0-dev.20250522",
"typescript": "^5.9.0-dev.20250613",
"typescript-eslint": "^8.8.0",
"util": "^0.12.4",
"webpack": "^5.94.0",