chore(deps): update dependency typescript to 5.7
Some checks failed
pilotwings / python (push) Successful in 1m50s
pilotwings / node (push) Failing after 35s
pilotwings / docker (push) Has been skipped

This commit is contained in:
Renovate Bot 2024-11-23 19:28:22 +00:00
parent d00c9bfbcd
commit 0efce16e0c
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -20,7 +20,7 @@
"eslint": "^9.15.0", "eslint": "^9.15.0",
"eslint-plugin-vue": "^9.31.0", "eslint-plugin-vue": "^9.31.0",
"prettier": "^3.3.3", "prettier": "^3.3.3",
"typescript": "5.6", "typescript": "5.7",
"vite": "^5.4.11", "vite": "^5.4.11",
"vue-tsc": "^2.1.10" "vue-tsc": "^2.1.10"
} }
@ -3082,9 +3082,9 @@
} }
}, },
"node_modules/typescript": { "node_modules/typescript": {
"version": "5.6.3", "version": "5.7.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.3.tgz", "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.2.tgz",
"integrity": "sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw==", "integrity": "sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg==",
"devOptional": true, "devOptional": true,
"license": "Apache-2.0", "license": "Apache-2.0",
"bin": { "bin": {

View File

@ -23,7 +23,7 @@
"eslint": "^9.15.0", "eslint": "^9.15.0",
"eslint-plugin-vue": "^9.31.0", "eslint-plugin-vue": "^9.31.0",
"prettier": "^3.3.3", "prettier": "^3.3.3",
"typescript": "5.6", "typescript": "5.7",
"vite": "^5.4.11", "vite": "^5.4.11",
"vue-tsc": "^2.1.10" "vue-tsc": "^2.1.10"
}, },