Skip to content

Commit 85494a8

Browse files
fix(deps): update all non-major dependencies
1 parent b7693ba commit 85494a8

2 files changed

Lines changed: 936 additions & 948 deletions

File tree

package.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"type": "module",
44
"version": "0.7.0",
55
"private": true,
6-
"packageManager": "pnpm@10.33.0",
6+
"packageManager": "pnpm@10.33.4",
77
"scripts": {
88
"dev": "vite",
99
"dev:e2e": "vite --port 8081",
@@ -24,45 +24,45 @@
2424
"jspdf": "^2.5.2",
2525
"pinia": "^3.0.4",
2626
"pinia-plugin-persistedstate": "^4.7.1",
27-
"vue": "^3.5.32",
28-
"vue-i18n": "^11.3.2",
29-
"vue-router": "^5.0.4"
27+
"vue": "^3.5.34",
28+
"vue-i18n": "^11.4.2",
29+
"vue-router": "^5.0.6"
3030
},
3131
"optionalDependencies": {
32-
"@commitlint/cli": "^20.5.0",
33-
"@commitlint/config-conventional": "^20.5.0",
32+
"@commitlint/cli": "^20.5.3",
33+
"@commitlint/config-conventional": "^20.5.3",
3434
"husky": "^9.1.7",
3535
"lint-staged": "^16.4.0"
3636
},
3737
"devDependencies": {
3838
"@component-hook/eslint-plugin": "^1.4.4",
39-
"@intlify/unplugin-vue-i18n": "^11.0.7",
39+
"@intlify/unplugin-vue-i18n": "^11.1.2",
4040
"@playwright/test": "^1.59.1",
41-
"@tailwindcss/vite": "^4.2.2",
41+
"@tailwindcss/vite": "^4.2.4",
4242
"@tsconfig/node24": "^24.0.4",
43-
"@types/node": "^24.12.2",
43+
"@types/node": "^24.12.3",
4444
"@vitejs/plugin-vue": "^6.0.6",
4545
"@vue/tsconfig": "^0.9.1",
46-
"cssnano": "^7.1.5",
46+
"cssnano": "^7.1.9",
4747
"eslint": "^9.39.4",
48-
"postcss": "^8.5.10",
48+
"postcss": "^8.5.14",
4949
"postcss-preset-env": "^11.2.1",
5050
"postcss-pxtorem": "^6.1.0",
5151
"prettier": "^3.8.3",
52-
"prettier-plugin-tailwindcss": "^0.7.2",
52+
"prettier-plugin-tailwindcss": "^0.8.0",
5353
"rollup-plugin-visualizer": "^7.0.1",
54-
"tailwindcss": "^4.2.2",
54+
"tailwindcss": "^4.2.4",
5555
"typescript": "^6.0.3",
56-
"vite": "^8.0.8",
56+
"vite": "^8.0.11",
5757
"vite-plugin-html": "^3.2.2",
58-
"vite-plugin-pwa": "^1.2.0",
58+
"vite-plugin-pwa": "^1.3.0",
5959
"vite-plugin-svg-icons": "^2.0.1",
6060
"vite-plugin-top-level-await": "^1.6.0",
61-
"vue-tsc": "^3.2.6"
61+
"vue-tsc": "^3.2.8"
6262
},
6363
"pnpm": {
6464
"overrides": {
65-
"@typescript-eslint/typescript-estree": "^8.58.2"
65+
"@typescript-eslint/typescript-estree": "^8.59.2"
6666
}
6767
}
6868
}

0 commit comments

Comments
 (0)