Update dependency typescript to v5.5.2

This commit is contained in:
renovate[bot] 2024-06-27 19:45:25 +00:00 committed by GitHub
parent 449f421171
commit b7ecace71b
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

@ -53,7 +53,7 @@
"eslint-plugin-react-hooks": "4.6.0",
"node-fetch": "3.3.2",
"prettier": "3.3.2",
"typescript": "5.4.5",
"typescript": "5.5.2",
"typescript-plugin-css-modules": "5.1.0"
},
"engines": {
@ -17425,9 +17425,10 @@
}
},
"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==",
"license": "Apache-2.0",
"bin": {
"tsc": "bin/tsc",
"tsserver": "bin/tsserver"

View File

@ -78,7 +78,7 @@
"eslint-plugin-react-hooks": "4.6.0",
"node-fetch": "3.3.2",
"prettier": "3.3.2",
"typescript": "5.4.5",
"typescript": "5.5.2",
"typescript-plugin-css-modules": "5.1.0"
}
}