Skip to content

Commit 02d13df

Browse files
fix(deps): update all non-major dependencies (#112)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 49dfbf7 commit 02d13df

2 files changed

Lines changed: 1328 additions & 1511 deletions

File tree

package.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"type": "module",
44
"version": "0.5.7",
55
"private": true,
6-
"packageManager": "pnpm@10.28.2",
6+
"packageManager": "pnpm@10.30.3",
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.27",
27+
"vue": "^3.5.29",
2828
"vue-i18n": "^11.1.12",
2929
"vue-router": "^4.6.4"
3030
},
3131
"optionalDependencies": {
32-
"@commitlint/cli": "^20.3.1",
33-
"@commitlint/config-conventional": "^20.3.1",
32+
"@commitlint/cli": "^20.4.3",
33+
"@commitlint/config-conventional": "^20.4.3",
3434
"husky": "^9.1.7",
35-
"lint-staged": "^16.2.7"
35+
"lint-staged": "^16.3.2"
3636
},
3737
"devDependencies": {
38-
"@component-hook/eslint-plugin": "^1.4.2",
39-
"@intlify/unplugin-vue-i18n": "^11.0.3",
40-
"@playwright/test": "^1.58.0",
41-
"@tailwindcss/vite": "^4.1.18",
38+
"@component-hook/eslint-plugin": "^1.4.4",
39+
"@intlify/unplugin-vue-i18n": "^11.0.7",
40+
"@playwright/test": "^1.58.2",
41+
"@tailwindcss/vite": "^4.2.1",
4242
"@tsconfig/node24": "^24.0.4",
43-
"@types/node": "^24.10.9",
44-
"@vitejs/plugin-vue": "^6.0.3",
45-
"@vue/tsconfig": "^0.8.1",
43+
"@types/node": "^24.11.1",
44+
"@vitejs/plugin-vue": "^6.0.4",
45+
"@vue/tsconfig": "^0.9.0",
4646
"cssnano": "^7.1.2",
47-
"eslint": "^9.39.2",
48-
"postcss": "^8.5.6",
49-
"postcss-preset-env": "^11.1.2",
47+
"eslint": "^9.39.3",
48+
"postcss": "^8.5.8",
49+
"postcss-preset-env": "^11.2.0",
5050
"postcss-pxtorem": "^6.1.0",
5151
"prettier": "^3.8.1",
5252
"prettier-plugin-tailwindcss": "^0.7.2",
53-
"rollup-plugin-visualizer": "^6.0.5",
54-
"tailwindcss": "^4.1.18",
53+
"rollup-plugin-visualizer": "^6.0.11",
54+
"tailwindcss": "^4.2.1",
5555
"typescript": "^5.9.3",
5656
"vite": "^7.3.1",
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.4"
61+
"vue-tsc": "^3.2.5"
6262
},
6363
"pnpm": {
6464
"overrides": {
65-
"@typescript-eslint/typescript-estree": "^8.54.0"
65+
"@typescript-eslint/typescript-estree": "^8.56.1"
6666
}
6767
}
6868
}

0 commit comments

Comments
 (0)