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

@ -16,7 +16,7 @@
"eslint": "^8.36.0",
"glob": "^8.1.0",
"mocha": "^10.2.0",
"typescript": "^5.7.2"
"typescript": "^5.8.2"
},
"engines": {
"vscode": "^1.73.0"
@ -1818,9 +1818,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

@ -36,6 +36,6 @@
"eslint": "^8.36.0",
"glob": "^8.1.0",
"mocha": "^10.2.0",
"typescript": "^5.7.2"
"typescript": "^5.8.2"
}
}