Update dependency typescript to v5.5.2

This commit is contained in:
renovate[bot] 2024-06-29 03:09:14 +00:00 committed by GitHub
parent 9341dbe295
commit 6afeff1b58
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 5 deletions

9
package-lock.json generated
View File

@ -22,7 +22,7 @@
"rimraf": "5.0.7",
"rollup": "4.18.0",
"typedoc": "0.26.0",
"typescript": "5.4.5",
"typescript": "5.5.2",
"vitest": "1.6.0"
},
"peerDependencies": {
@ -5095,10 +5095,11 @@
}
},
"node_modules/typescript": {
"version": "5.4.5",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.5.tgz",
"integrity": "sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==",
"version": "5.5.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.2.tgz",
"integrity": "sha512-NcRtPEOsPFFWjobJEtfihkLCZCXZt/os3zf8nTxjVH3RvTSxjrCamJpbExGvYOF+tFHc3pA65qpdwPbzjohhew==",
"dev": true,
"license": "Apache-2.0",
"bin": {
"tsc": "bin/tsc",
"tsserver": "bin/tsserver"

View File

@ -38,7 +38,7 @@
"rimraf": "5.0.7",
"rollup": "4.18.0",
"typedoc": "0.26.0",
"typescript": "5.4.5",
"typescript": "5.5.2",
"vitest": "1.6.0"
},
"peerDependencies": {