Update dependency typescript to v5.4.3

This commit is contained in:
renovate[bot] 2024-03-27 19:35:37 +00:00 committed by GitHub
parent a9a3617465
commit 66a689d0d0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -22,7 +22,7 @@
"rimraf": "5.0.5",
"rollup": "4.13.0",
"typedoc": "0.25.12",
"typescript": "5.4.2",
"typescript": "5.4.3",
"vitest": "1.4.0"
},
"peerDependencies": {
@ -4923,9 +4923,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.4.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.3.tgz",
"integrity": "sha512-KrPd3PKaCLr78MalgiwJnA25Nm8HAmdwN3mYUYZgG/wizIo9EainNVQI9/yDavtVFRN2h3k8uf3GLHuhDMgEHg==",
"dev": true,
"bin": {
"tsc": "bin/tsc",

View File

@ -38,7 +38,7 @@
"rimraf": "5.0.5",
"rollup": "4.13.0",
"typedoc": "0.25.12",
"typescript": "5.4.2",
"typescript": "5.4.3",
"vitest": "1.4.0"
},
"peerDependencies": {