chore(deps): update typescript to 5.7.2 (#34)

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Ismo Vuorinen <ismo.vuorinen@vincit.fi>
This commit is contained in:
renovate[bot]
2025-01-17 15:45:44 +02:00
committed by GitHub
parent c073121516
commit ab934c71a1
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@@ -24,7 +24,7 @@
"eslint-plugin-vue": "^9.28.0",
"npm-run-all2": "^7.0.0",
"prettier": "^3.0.3",
"typescript": "~5.6.0",
"typescript": "~5.7.0",
"vite": "^6",
"vite-plugin-vue-devtools": "^7.0.18",
"vue-tsc": "^2.0.6"
@@ -4522,9 +4522,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

@@ -29,7 +29,7 @@
"eslint-plugin-vue": "^9.28.0",
"npm-run-all2": "^7.0.0",
"prettier": "^3.0.3",
"typescript": "~5.6.0",
"typescript": "~5.7.0",
"vite": "^6",
"vite-plugin-vue-devtools": "^7.0.18",
"vue-tsc": "^2.0.6"