Pick up latest TS for building VS Code (#231857)
parent
1e696c1075
commit
ecf3f0e6d6
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue