chore(deps): update dependency typescript to 5.6
All checks were successful
repod / xml (push) Successful in 20s
repod / php (push) Successful in 40s
repod / nodejs (push) Successful in 1m7s
repod / release (push) Has been skipped

This commit is contained in:
Renovate Bot 2024-09-15 06:45:23 +00:00
parent 29c29cdfdd
commit 65d9b1347c
2 changed files with 6 additions and 5 deletions

9
package-lock.json generated
View File

@ -35,7 +35,7 @@
"eslint-plugin-pinia": "^0.4.1",
"eslint-plugin-prettier": "^5.2.1",
"ts-node": "^10.9.2",
"typescript": "5.5",
"typescript": "5.6",
"vue-eslint-parser": "^9.4.3",
"vue-tsc": "^2.1.6"
}
@ -10961,9 +10961,10 @@
}
},
"node_modules/typescript": {
"version": "5.5.4",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.4.tgz",
"integrity": "sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==",
"version": "5.6.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.2.tgz",
"integrity": "sha512-NW8ByodCSNCwZeghjN3o+JX5OFH0Ojg6sadjEKY4huZ52TqbJTJnDo5+Tw98lSy63NZvi4n+ez5m2u5d4PkZyw==",
"license": "Apache-2.0",
"bin": {
"tsc": "bin/tsc",
"tsserver": "bin/tsserver"

View File

@ -42,7 +42,7 @@
"eslint-plugin-pinia": "^0.4.1",
"eslint-plugin-prettier": "^5.2.1",
"ts-node": "^10.9.2",
"typescript": "5.5",
"typescript": "5.6",
"vue-eslint-parser": "^9.4.3",
"vue-tsc": "^2.1.6"
},