Bump to latest stable TS release for building samples

This commit is contained in:
Matt Bierner
2024-06-26 17:02:58 -07:00
parent a37782c4df
commit 6d620a3a1a
129 changed files with 1475 additions and 467 deletions

View File

@ -16,7 +16,7 @@
"@typescript-eslint/parser": "^6.7.0",
"eslint": "^8.26.0",
"mocha": "^10.2.0",
"typescript": "^5.4.2"
"typescript": "^5.5.2"
},
"engines": {
"vscode": "^1.26.0"
@ -1955,9 +1955,9 @@
}
},
"node_modules/typescript": {
"version": "5.4.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.2.tgz",
"integrity": "sha512-+2/g0Fds1ERlP6JsakQQDXjZdZMM+rqpamFZJEKh4kwTIn3iDkgKtby0CeNd5ATNZ4Ry1ax15TMx0W2V+miizQ==",
"version": "5.5.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.2.tgz",
"integrity": "sha512-NcRtPEOsPFFWjobJEtfihkLCZCXZt/os3zf8nTxjVH3RvTSxjrCamJpbExGvYOF+tFHc3pA65qpdwPbzjohhew==",
"dev": true,
"bin": {
"tsc": "bin/tsc",
@ -3452,9 +3452,9 @@
"dev": true
},
"typescript": {
"version": "5.4.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.2.tgz",
"integrity": "sha512-+2/g0Fds1ERlP6JsakQQDXjZdZMM+rqpamFZJEKh4kwTIn3iDkgKtby0CeNd5ATNZ4Ry1ax15TMx0W2V+miizQ==",
"version": "5.5.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.2.tgz",
"integrity": "sha512-NcRtPEOsPFFWjobJEtfihkLCZCXZt/os3zf8nTxjVH3RvTSxjrCamJpbExGvYOF+tFHc3pA65qpdwPbzjohhew==",
"dev": true
},
"uri-js": {

View File

@ -90,6 +90,6 @@
"@typescript-eslint/parser": "^6.7.0",
"eslint": "^8.26.0",
"mocha": "^10.2.0",
"typescript": "^5.4.2"
"typescript": "^5.5.2"
}
}