Update TypeScript to TS 5.4.5 in all projects, vendored files

Co-authored-by: John Yanarella <john.yanarella@gmail.com>
This commit is contained in:
Henning Dieterichs 2024-05-03 11:39:34 +02:00
parent ea1ee1ab50
commit 13072d3f18
No known key found for this signature in database
GPG key ID: 771381EFFDB9EC06
15 changed files with 54621 additions and 28979 deletions

View file

@ -17,7 +17,7 @@
"glob": "^7.2.0",
"monaco-editor": "^0.32.0",
"style-loader": "^3.3.1",
"typescript": "^5.0.2",
"typescript": "^5.4.5",
"webpack": "^5.68.0",
"webpack-cli": "^4.9.2"
},
@ -1628,16 +1628,16 @@
}
},
"node_modules/typescript": {
"version": "5.0.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.0.2.tgz",
"integrity": "sha512-wVORMBGO/FAs/++blGNeAVdbNKtIh1rbBL2EyQ1+J9lClJ93KiiKe8PmFIVdXhHcyv44SL9oglmfeSsndo0jRw==",
"version": "5.4.5",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.5.tgz",
"integrity": "sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==",
"dev": true,
"bin": {
"tsc": "bin/tsc",
"tsserver": "bin/tsserver"
},
"engines": {
"node": ">=12.20"
"node": ">=14.17"
}
},
"node_modules/uri-js": {
@ -2995,9 +2995,9 @@
}
},
"typescript": {
"version": "5.0.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.0.2.tgz",
"integrity": "sha512-wVORMBGO/FAs/++blGNeAVdbNKtIh1rbBL2EyQ1+J9lClJ93KiiKe8PmFIVdXhHcyv44SL9oglmfeSsndo0jRw==",
"version": "5.4.5",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.5.tgz",
"integrity": "sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==",
"dev": true
},
"uri-js": {

View file

@ -35,7 +35,7 @@
"glob": "^7.2.0",
"monaco-editor": "^0.32.0",
"style-loader": "^3.3.1",
"typescript": "^5.0.2",
"typescript": "^5.4.5",
"webpack": "^5.68.0",
"webpack-cli": "^4.9.2"
},