chore(deps): update dependency typescript to 5.6 #3

Closed
Xefir wants to merge 4 commits from renovate/typescript-5.x into main
2 changed files with 8 additions and 8 deletions
Showing only changes of commit 71ec0505b8 - Show all commits

12
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "app_template",
"version": "1.0.0",
"version": "1.0.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "app_template",
"version": "1.0.0",
"version": "1.0.1",
"license": "AGPL-3.0-or-later",
"dependencies": {
"@formatjs/intl-segmenter": "^11.7.3",
@ -24,7 +24,7 @@
"@vue/tsconfig": "^0.5.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"typescript": "5.5",
"typescript": "5.6",
"vue-tsc": "^2.1.10"
}
},
@ -11092,9 +11092,9 @@
}
},
"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.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.3.tgz",
"integrity": "sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw==",
"license": "Apache-2.0",
"bin": {
"tsc": "bin/tsc",

View File

@ -1,6 +1,6 @@
{
"name": "app_template",
"version": "1.0.0",
"version": "1.0.1",
"license": "AGPL-3.0-or-later",
"scripts": {
"build": "vite build",
@ -31,7 +31,7 @@
"@vue/tsconfig": "^0.5.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"typescript": "5.5",
"typescript": "5.6",
"vue-tsc": "^2.1.10"
},
"prettier": "@nextcloud/prettier-config"