Skip to content

Commit 9017d4a

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

2 files changed

Lines changed: 484 additions & 467 deletions

File tree

package.json

Lines changed: 9 additions & 9 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.1",
77
"scripts": {
88
"dev": "vite",
99
"dev:e2e": "vite --port 8081",
@@ -24,9 +24,9 @@
2424
"jspdf": "^2.5.2",
2525
"pinia": "^3.0.4",
2626
"pinia-plugin-persistedstate": "^4.7.1",
27-
"vue": "^3.5.32",
27+
"vue": "^3.5.33",
2828
"vue-i18n": "^11.3.2",
29-
"vue-router": "^5.0.4"
29+
"vue-router": "^5.0.6"
3030
},
3131
"optionalDependencies": {
3232
"@commitlint/cli": "^20.5.0",
@@ -38,31 +38,31 @@
3838
"@component-hook/eslint-plugin": "^1.4.4",
3939
"@intlify/unplugin-vue-i18n": "^11.0.7",
4040
"@playwright/test": "^1.59.1",
41-
"@tailwindcss/vite": "^4.2.2",
41+
"@tailwindcss/vite": "^4.2.4",
4242
"@tsconfig/node24": "^24.0.4",
4343
"@types/node": "^24.12.2",
4444
"@vitejs/plugin-vue": "^6.0.6",
4545
"@vue/tsconfig": "^0.9.1",
46-
"cssnano": "^7.1.5",
46+
"cssnano": "^7.1.7",
4747
"eslint": "^9.39.4",
4848
"postcss": "^8.5.10",
4949
"postcss-preset-env": "^11.2.1",
5050
"postcss-pxtorem": "^6.1.0",
5151
"prettier": "^3.8.3",
5252
"prettier-plugin-tailwindcss": "^0.7.2",
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.9",
5757
"vite-plugin-html": "^3.2.2",
5858
"vite-plugin-pwa": "^1.2.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.7"
6262
},
6363
"pnpm": {
6464
"overrides": {
65-
"@typescript-eslint/typescript-estree": "^8.58.2"
65+
"@typescript-eslint/typescript-estree": "^8.59.0"
6666
}
6767
}
6868
}

0 commit comments

Comments
 (0)