Skip to content

Commit c2fe659

Browse files
chore(deps): update all non-major dependencies
1 parent 62907d8 commit c2fe659

File tree

2 files changed

+119
-116
lines changed

2 files changed

+119
-116
lines changed

package.json

Lines changed: 10 additions & 10 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.23.0",
77
"scripts": {
88
"dev": "vite",
99
"dev:mock": "MOCK=true vite",
@@ -26,23 +26,23 @@
2626
"vue-router": "^4.6.3"
2727
},
2828
"devDependencies": {
29-
"@component-hook/eslint-plugin": "^1.2.1",
29+
"@component-hook/eslint-plugin": "^1.2.2",
3030
"@intlify/unplugin-vue-i18n": "^11.0.1",
3131
"@playwright/test": "^1.56.1",
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.13",
4040
"@vue/tsconfig": "^0.8.1",
4141
"autoprefixer": "^10.4.22",
4242
"cssnano": "^7.1.2",
4343
"eslint": "^9.39.1",
4444
"jsdom": "^27.2.0",
45-
"msw": "^2.12.1",
45+
"msw": "^2.12.2",
4646
"postcss": "^8.5.6",
4747
"postcss-preset-env": "^10.4.0",
4848
"postcss-pxtorem": "^6.1.0",
@@ -51,10 +51,10 @@
5151
"rollup-plugin-visualizer": "^6.0.5",
5252
"tailwindcss": "^4.1.17",
5353
"typescript": "^5.9.3",
54-
"vite": "^7.2.2",
54+
"vite": "^7.2.4",
5555
"vite-plugin-svg-icons": "^2.0.1",
56-
"vitest": "^4.0.8",
57-
"vue-tsc": "^3.1.3"
56+
"vitest": "^4.0.13",
57+
"vue-tsc": "^3.1.4"
5858
},
5959
"msw": {
6060
"workerDirectory": "public"
@@ -63,6 +63,6 @@
6363
"@commitlint/cli": "^20.1.0",
6464
"@commitlint/config-conventional": "^20.0.0",
6565
"husky": "^9.1.7",
66-
"lint-staged": "^16.2.6"
66+
"lint-staged": "^16.2.7"
6767
}
6868
}

0 commit comments

Comments
 (0)