Skip to content

Commit 7a16002

Browse files
chore(deps): update all non-major dependencies (#142)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ed7e991 commit 7a16002

File tree

3 files changed

+297
-264
lines changed

3 files changed

+297
-264
lines changed

.github/actions/setup-environment/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ runs:
1313
- name: install Node.js
1414
uses: actions/setup-node@v5
1515
with:
16-
node-version: 22.19.0
16+
node-version: 22.20.0
1717
cache: 'pnpm'
1818

1919
- name: install dependencies

package.json

Lines changed: 8 additions & 8 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": "[email protected].0",
6+
"packageManager": "[email protected].1",
77
"scripts": {
88
"dev": "vite",
99
"dev:mock": "MOCK=true vite",
@@ -21,14 +21,14 @@
2121
"axios": "^1.12.2",
2222
"pinia": "^3.0.3",
2323
"pinia-plugin-persistedstate": "^4.5.0",
24-
"vue": "^3.5.21",
24+
"vue": "^3.5.22",
2525
"vue-i18n": "^11.1.12",
2626
"vue-router": "^4.5.1"
2727
},
2828
"devDependencies": {
2929
"@component-hook/eslint-plugin": "^1.1.5",
3030
"@intlify/unplugin-vue-i18n": "^11.0.1",
31-
"@playwright/test": "^1.55.0",
31+
"@playwright/test": "^1.55.1",
3232
"@tailwindcss/vite": "^4.1.13",
3333
"@testing-library/jest-dom": "^6.8.0",
3434
"@testing-library/user-event": "^14.6.1",
@@ -42,19 +42,19 @@
4242
"cssnano": "^7.1.1",
4343
"eslint": "^9.36.0",
4444
"jsdom": "^27.0.0",
45-
"msw": "^2.11.2",
45+
"msw": "^2.11.3",
4646
"postcss": "^8.5.6",
47-
"postcss-preset-env": "^10.3.1",
47+
"postcss-preset-env": "^10.4.0",
4848
"postcss-pxtorem": "^6.1.0",
4949
"prettier": "^3.6.2",
5050
"prettier-plugin-tailwindcss": "^0.6.14",
5151
"rollup-plugin-visualizer": "^6.0.3",
5252
"tailwindcss": "^4.1.13",
5353
"typescript": "^5.9.2",
54-
"vite": "^7.1.6",
54+
"vite": "^7.1.7",
5555
"vite-plugin-svg-icons": "^2.0.1",
5656
"vitest": "^3.2.4",
57-
"vue-tsc": "^3.0.7"
57+
"vue-tsc": "^3.0.8"
5858
},
5959
"msw": {
6060
"workerDirectory": "public"
@@ -63,6 +63,6 @@
6363
"@commitlint/cli": "^19.8.1",
6464
"@commitlint/config-conventional": "^19.8.1",
6565
"husky": "^9.1.7",
66-
"lint-staged": "^16.1.6"
66+
"lint-staged": "^16.2.1"
6767
}
6868
}

0 commit comments

Comments
 (0)