Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#104)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 7, 2025
1 parent 951c856 commit 3a3a6d0
Show file tree
Hide file tree
Showing 2 changed files with 291 additions and 299 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.3.0",
"license": "MIT",
"type": "module",
"packageManager": "pnpm@9.15.4",
"packageManager": "pnpm@9.15.5",
"scripts": {
"dev": "vite",
"dev:mock": "MOCK=true vite",
Expand All @@ -19,27 +19,27 @@
},
"dependencies": {
"axios": "^1.7.9",
"pinia": "^2.3.0",
"pinia": "^2.3.1",
"pinia-plugin-persistedstate": "^4.2.0",
"vue": "^3.5.13",
"vue-i18n": "^11.0.1",
"vue-i18n": "^11.1.0",
"vue-router": "^4.5.0"
},
"devDependencies": {
"@component-hook/eslint-plugin": "0.2.5",
"@intlify/unplugin-vue-i18n": "^6.0.3",
"@playwright/test": "^1.49.1",
"@playwright/test": "^1.50.1",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/user-event": "^14.6.0",
"@testing-library/user-event": "^14.6.1",
"@testing-library/vue": "^8.1.0",
"@tsconfig/node22": "^22.0.0",
"@types/node": "^22.10.7",
"@types/node": "^22.13.1",
"@vitejs/plugin-vue": "^5.2.1",
"@vitest/coverage-v8": "^3.0.4",
"@vitest/coverage-v8": "^3.0.5",
"@vue/tsconfig": "^0.7.0",
"autoprefixer": "^10.4.20",
"cssnano": "^7.0.6",
"eslint": "^9.18.0",
"eslint": "^9.19.0",
"jsdom": "^26.0.0",
"msw": "^2.7.0",
"postcss": "^8.5.1",
Expand All @@ -51,9 +51,9 @@
"tailwindcss": "^3.4.17",
"typescript": "^5.7.3",
"unplugin-vue-components": "^0.28.0",
"vite": "^5.4.11",
"vite": "^5.4.14",
"vite-plugin-svg-icons": "^2.0.1",
"vitest": "^3.0.4",
"vitest": "^3.0.5",
"vue-tsc": "^2.2.0"
},
"browserslist": [
Expand All @@ -65,9 +65,9 @@
"workerDirectory": "public"
},
"optionalDependencies": {
"@commitlint/cli": "^19.6.1",
"@commitlint/config-conventional": "^19.6.0",
"@commitlint/cli": "^19.7.1",
"@commitlint/config-conventional": "^19.7.1",
"husky": "^9.1.7",
"lint-staged": "^15.4.1"
"lint-staged": "^15.4.3"
}
}
Loading

0 comments on commit 3a3a6d0

Please sign in to comment.