Skip to content

Commit 22948fd

Browse files
fix(deps): update all non-major dependencies
1 parent 43636c1 commit 22948fd

File tree

2 files changed

+291
-241
lines changed

2 files changed

+291
-241
lines changed

package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "1.3.0",
44
"license": "MIT",
55
"type": "module",
6-
"packageManager": "pnpm@10.22.0",
6+
"packageManager": "pnpm@10.24.0",
77
"scripts": {
88
"dev": "vite",
99
"dev:mock": "MOCK=true vite",
@@ -21,39 +21,39 @@
2121
"axios": "^1.13.2",
2222
"pinia": "^3.0.4",
2323
"pinia-plugin-persistedstate": "^4.7.1",
24-
"vue": "^3.5.24",
25-
"vue-i18n": "^11.1.12",
24+
"vue": "^3.5.25",
25+
"vue-i18n": "^11.2.2",
2626
"vue-router": "^4.6.3"
2727
},
2828
"devDependencies": {
29-
"@component-hook/eslint-plugin": "^1.2.1",
29+
"@component-hook/eslint-plugin": "^1.3.0",
3030
"@intlify/unplugin-vue-i18n": "^11.0.1",
31-
"@playwright/test": "^1.56.1",
31+
"@playwright/test": "^1.57.0",
3232
"@tailwindcss/vite": "^4.1.17",
3333
"@testing-library/jest-dom": "^6.9.1",
3434
"@testing-library/user-event": "^14.6.1",
3535
"@testing-library/vue": "^8.1.0",
36-
"@tsconfig/node22": "^22.0.3",
36+
"@tsconfig/node22": "^22.0.5",
3737
"@types/node": "^24.10.1",
38-
"@vitejs/plugin-vue": "^6.0.1",
39-
"@vitest/coverage-v8": "^4.0.8",
38+
"@vitejs/plugin-vue": "^6.0.2",
39+
"@vitest/coverage-v8": "^4.0.14",
4040
"@vue/tsconfig": "^0.8.1",
4141
"cssnano": "^7.1.2",
4242
"eslint": "^9.39.1",
4343
"jsdom": "^27.2.0",
44-
"msw": "^2.12.1",
44+
"msw": "^2.12.3",
4545
"postcss": "^8.5.6",
4646
"postcss-preset-env": "^10.4.0",
4747
"postcss-pxtorem": "^6.1.0",
48-
"prettier": "^3.6.2",
48+
"prettier": "^3.7.1",
4949
"prettier-plugin-tailwindcss": "^0.7.1",
5050
"rollup-plugin-visualizer": "^6.0.5",
5151
"tailwindcss": "^4.1.17",
5252
"typescript": "^5.9.3",
53-
"vite": "^7.2.2",
53+
"vite": "^7.2.4",
5454
"vite-plugin-svg-icons": "^2.0.1",
55-
"vitest": "^4.0.8",
56-
"vue-tsc": "^3.1.3"
55+
"vitest": "^4.0.14",
56+
"vue-tsc": "^3.1.5"
5757
},
5858
"msw": {
5959
"workerDirectory": "public"
@@ -62,6 +62,6 @@
6262
"@commitlint/cli": "^20.1.0",
6363
"@commitlint/config-conventional": "^20.0.0",
6464
"husky": "^9.1.7",
65-
"lint-staged": "^16.2.6"
65+
"lint-staged": "^16.2.7"
6666
}
6767
}

0 commit comments

Comments
 (0)