Update all samples to TS 5.7

This commit is contained in:
Matt Bierner
2024-11-26 19:16:22 -08:00
parent c9e032ef24
commit e0fac10b63
149 changed files with 1451 additions and 847 deletions

View File

@ -26,7 +26,7 @@
"react-dom": "^17.0.2",
"style-loader": "^1.2.1",
"ts-loader": "^9.4.2",
"typescript": "^5.6.2",
"typescript": "^5.7.2",
"typescript-eslint": "^8.11.0",
"vscode-notebook-error-overlay": "^1.0.1",
"webpack": "^5.38.1",
@ -3519,10 +3519,11 @@
}
},
"node_modules/typescript": {
"version": "5.6.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.2.tgz",
"integrity": "sha512-NW8ByodCSNCwZeghjN3o+JX5OFH0Ojg6sadjEKY4huZ52TqbJTJnDo5+Tw98lSy63NZvi4n+ez5m2u5d4PkZyw==",
"version": "5.7.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.2.tgz",
"integrity": "sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg==",
"dev": true,
"license": "Apache-2.0",
"bin": {
"tsc": "bin/tsc",
"tsserver": "bin/tsserver"
@ -6620,9 +6621,9 @@
}
},
"typescript": {
"version": "5.6.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.2.tgz",
"integrity": "sha512-NW8ByodCSNCwZeghjN3o+JX5OFH0Ojg6sadjEKY4huZ52TqbJTJnDo5+Tw98lSy63NZvi4n+ez5m2u5d4PkZyw==",
"version": "5.7.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.2.tgz",
"integrity": "sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg==",
"dev": true
},
"typescript-eslint": {

View File

@ -53,7 +53,7 @@
"react-dom": "^17.0.2",
"style-loader": "^1.2.1",
"ts-loader": "^9.4.2",
"typescript": "^5.6.2",
"typescript": "^5.7.2",
"typescript-eslint": "^8.11.0",
"vscode-notebook-error-overlay": "^1.0.1",
"webpack": "^5.38.1",