⬆️ Update all non-major dependencies
All checks were successful
ci / docker (pull_request) Successful in 1m35s
All checks were successful
ci / docker (pull_request) Successful in 1m35s
This commit is contained in:
parent
a10ef0ff76
commit
9355baf1f4
16
package.json
16
package.json
@ -18,13 +18,13 @@
|
|||||||
"@types/js-cookie": "3.0.6",
|
"@types/js-cookie": "3.0.6",
|
||||||
"@types/uuid": "10.0.0",
|
"@types/uuid": "10.0.0",
|
||||||
"axios": "1.7.7",
|
"axios": "1.7.7",
|
||||||
"jose": "5.9.2",
|
"jose": "5.9.3",
|
||||||
"js-cookie": "3.0.5",
|
"js-cookie": "3.0.5",
|
||||||
"pinia": "2.2.2",
|
"pinia": "2.2.2",
|
||||||
"pinia-plugin-persistedstate": "4.0.2",
|
"pinia-plugin-persistedstate": "4.0.2",
|
||||||
"roboto-fontface": "^0.10.0",
|
"roboto-fontface": "^0.10.0",
|
||||||
"uuid": "10.0.0",
|
"uuid": "10.0.0",
|
||||||
"vue": "3.5.6",
|
"vue": "3.5.8",
|
||||||
"vue-router": "4.4.5",
|
"vue-router": "4.4.5",
|
||||||
"vuetify": "3.7.2",
|
"vuetify": "3.7.2",
|
||||||
"webfontloader": "1.6.28"
|
"webfontloader": "1.6.28"
|
||||||
@ -39,17 +39,17 @@
|
|||||||
"@vue/eslint-config-typescript": "13.0.0",
|
"@vue/eslint-config-typescript": "13.0.0",
|
||||||
"@vue/test-utils": "2.4.6",
|
"@vue/test-utils": "2.4.6",
|
||||||
"@vue/tsconfig": "0.5.1",
|
"@vue/tsconfig": "0.5.1",
|
||||||
"eslint": "9.10.0",
|
"eslint": "9.11.0",
|
||||||
"eslint-plugin-vue": "9.28.0",
|
"eslint-plugin-vue": "9.28.0",
|
||||||
"husky": "9.1.6",
|
"husky": "9.1.6",
|
||||||
"jsdom": "25.0.0",
|
"jsdom": "25.0.1",
|
||||||
"lint-staged": "15.2.10",
|
"lint-staged": "15.2.10",
|
||||||
"pinst": "3.0.0",
|
"pinst": "3.0.0",
|
||||||
"prettier": "3.3.3",
|
"prettier": "3.3.3",
|
||||||
"sass": "1.79.2",
|
"sass": "1.79.3",
|
||||||
"sass-loader": "16.0.1",
|
"sass-loader": "16.0.2",
|
||||||
"typescript": "5.6.2",
|
"typescript": "5.6.2",
|
||||||
"vite": "5.4.6",
|
"vite": "5.4.7",
|
||||||
"vite-plugin-vuetify": "2.0.4",
|
"vite-plugin-vuetify": "2.0.4",
|
||||||
"vitest": "2.1.1",
|
"vitest": "2.1.1",
|
||||||
"vue-cli-plugin-vuetify": "2.5.8",
|
"vue-cli-plugin-vuetify": "2.5.8",
|
||||||
@ -60,5 +60,5 @@
|
|||||||
"*.{vue,js,jsx,cjs,mjs,ts,tsx,cts,mts}": "eslint --cache --fix",
|
"*.{vue,js,jsx,cjs,mjs,ts,tsx,cts,mts}": "eslint --cache --fix",
|
||||||
"*.{vue,js,jsx,cjs,mjs,ts,tsx,cts,mts,css,scss,md,yml,yaml,json}": "prettier --write"
|
"*.{vue,js,jsx,cjs,mjs,ts,tsx,cts,mts,css,scss,md,yml,yaml,json}": "prettier --write"
|
||||||
},
|
},
|
||||||
"packageManager": "pnpm@9.10.0"
|
"packageManager": "pnpm@9.11.0"
|
||||||
}
|
}
|
||||||
|
461
pnpm-lock.yaml
461
pnpm-lock.yaml
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user