Pick up latest TS version for all samples

This commit is contained in:
Matt Bierner
2025-03-03 09:17:39 -08:00
parent 7e4846a7a7
commit e3fce53668
150 changed files with 1605 additions and 911 deletions

View File

@ -13,7 +13,7 @@
"@types/node": "^20",
"@types/vscode": "^1.73.0",
"eslint": "^9.13.0",
"typescript": "^5.7.2",
"typescript": "^5.8.2",
"typescript-eslint": "^8.16.0"
},
"engines": {
@ -1460,9 +1460,9 @@
}
},
"node_modules/typescript": {
"version": "5.7.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.2.tgz",
"integrity": "sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg==",
"version": "5.8.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.8.2.tgz",
"integrity": "sha512-aJn6wq13/afZp/jT9QZmwEjDqqvSGp1VT5GVg+f/t6/oVyrgXM6BY1h9BRh/O5p3PlUPAe+WuiEZOmb/49RqoQ==",
"dev": true,
"license": "Apache-2.0",
"bin": {

View File

@ -33,7 +33,7 @@
"@types/node": "^20",
"@types/vscode": "^1.73.0",
"eslint": "^9.13.0",
"typescript": "^5.7.2",
"typescript": "^5.8.2",
"typescript-eslint": "^8.16.0"
}
}