Pick up latest TS for building VS Code (#231857)

pull/231860/head
Matt Bierner 2024-10-21 10:09:32 -07:00 committed by GitHub
parent 1e696c1075
commit ecf3f0e6d6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -152,7 +152,7 @@
"ts-node": "^10.9.1",
"tsec": "0.2.7",
"tslib": "^2.6.3",
"typescript": "^5.7.0-dev.20241007",
"typescript": "^5.7.0-dev.20241021",
"typescript-eslint": "^8.8.0",
"util": "^0.12.4",
"webpack": "^5.94.0",
@ -17212,9 +17212,9 @@
"dev": true
},
"node_modules/typescript": {
"version": "5.7.0-dev.20241007",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.0-dev.20241007.tgz",
"integrity": "sha512-oIOWWuGS7GI51GWoNlP9O/eKmV1P+lKbIzVzg2i8Ul6n8vWHjQISb8MkPBxDj+alhYG2sl+HxtFHHG/LCgN/hg==",
"version": "5.7.0-dev.20241021",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.0-dev.20241021.tgz",
"integrity": "sha512-nf5PGykGkdF2Palp0anP/jjLiqM7jdLaIyhpq1Y8bhHnClE1JR2eHXrame54dWeaX0ZMc3NF/TD59xtVhZiuMA==",
"dev": true,
"bin": {
"tsc": "bin/tsc",

View File

@ -210,7 +210,7 @@
"ts-node": "^10.9.1",
"tsec": "0.2.7",
"tslib": "^2.6.3",
"typescript": "^5.7.0-dev.20241007",
"typescript": "^5.7.0-dev.20241021",
"typescript-eslint": "^8.8.0",
"util": "^0.12.4",
"webpack": "^5.94.0",