Bump samples to use TS 5.0

This commit is contained in:
Matt Bierner
2023-03-20 14:42:14 -07:00
parent e071a73bed
commit a4a557c49d
113 changed files with 530 additions and 489 deletions

View File

@ -19,7 +19,7 @@
"@typescript-eslint/parser": "^5.42.0",
"eslint": "^8.26.0",
"glob": "^7.1.7",
"typescript": "^4.9.4",
"typescript": "^5.0.2",
"vscode-test": "^1.5.2"
},
"engines": {
@ -1847,16 +1847,16 @@
}
},
"node_modules/typescript": {
"version": "4.9.4",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.4.tgz",
"integrity": "sha512-Uz+dTXYzxXXbsFpM86Wh3dKCxrQqUcVMxwU54orwlJjOpO3ao8L7j5lH+dWfTwgCwIuM9GQ2kvVotzYJMXTBZg==",
"version": "5.0.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.0.2.tgz",
"integrity": "sha512-wVORMBGO/FAs/++blGNeAVdbNKtIh1rbBL2EyQ1+J9lClJ93KiiKe8PmFIVdXhHcyv44SL9oglmfeSsndo0jRw==",
"dev": true,
"bin": {
"tsc": "bin/tsc",
"tsserver": "bin/tsserver"
},
"engines": {
"node": ">=4.2.0"
"node": ">=12.20"
}
},
"node_modules/unzipper": {
@ -3301,9 +3301,9 @@
"dev": true
},
"typescript": {
"version": "4.9.4",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.4.tgz",
"integrity": "sha512-Uz+dTXYzxXXbsFpM86Wh3dKCxrQqUcVMxwU54orwlJjOpO3ao8L7j5lH+dWfTwgCwIuM9GQ2kvVotzYJMXTBZg==",
"version": "5.0.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.0.2.tgz",
"integrity": "sha512-wVORMBGO/FAs/++blGNeAVdbNKtIh1rbBL2EyQ1+J9lClJ93KiiKe8PmFIVdXhHcyv44SL9oglmfeSsndo0jRw==",
"dev": true
},
"unzipper": {

View File

@ -42,7 +42,7 @@
"@typescript-eslint/parser": "^5.42.0",
"eslint": "^8.26.0",
"glob": "^7.1.7",
"typescript": "^4.9.4",
"typescript": "^5.0.2",
"vscode-test": "^1.5.2"
},
"dependencies": {