Update dependency typescript to ^5.6.3

This commit is contained in:
renovate[bot] 2024-10-08 22:31:25 +00:00
parent 1428cac268
commit b75ddf7787
2 changed files with 6 additions and 5 deletions

9
package-lock.json generated
View File

@ -31,7 +31,7 @@
"prettier": "^3.3.3",
"ts-loader": "^9.5.1",
"tsx": "^4.19.1",
"typescript": "^5.6.2",
"typescript": "^5.6.3",
"vuepress": "^2.0.0-rc.14",
"vuepress-plugin-search-pro": "^2.0.0-rc.52",
"vuepress-theme-hope": "^2.0.0-rc.52"
@ -14244,10 +14244,11 @@
}
},
"node_modules/typescript": {
"version": "5.6.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.2.tgz",
"integrity": "sha512-NW8ByodCSNCwZeghjN3o+JX5OFH0Ojg6sadjEKY4huZ52TqbJTJnDo5+Tw98lSy63NZvi4n+ez5m2u5d4PkZyw==",
"version": "5.6.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.3.tgz",
"integrity": "sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw==",
"dev": true,
"license": "Apache-2.0",
"bin": {
"tsc": "bin/tsc",
"tsserver": "bin/tsserver"

View File

@ -55,7 +55,7 @@
"prettier": "^3.3.3",
"ts-loader": "^9.5.1",
"tsx": "^4.19.1",
"typescript": "^5.6.2",
"typescript": "^5.6.3",
"vuepress": "^2.0.0-rc.14",
"vuepress-plugin-search-pro": "^2.0.0-rc.52",
"vuepress-theme-hope": "^2.0.0-rc.52"