Compare commits

..

1 Commits

Author SHA1 Message Date
Renovate Bot
9fabdabbca chore(deps): update dependency typescript to ^5.7.2
Some checks failed
pilotwings / python (push) Successful in 1m21s
pilotwings / node (push) Failing after 18s
pilotwings / docker (push) Has been skipped
2024-11-23 06:51:18 +00:00
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

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

View File

@ -23,7 +23,7 @@
"eslint": "^9.14.0",
"eslint-plugin-vue": "^9.31.0",
"prettier": "^3.3.3",
"typescript": "^5.6.3",
"typescript": "^5.7.2",
"vite": "^5.4.11",
"vue-tsc": "^2.1.10"
},