Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 19, 2024
1 parent 93a4063 commit 7f8f0a3
Show file tree
Hide file tree
Showing 2 changed files with 232 additions and 231 deletions.
24 changes: 12 additions & 12 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.7.0",
"packageManager": "pnpm@9.7.1",
"scripts": {
"dev": "vite",
"dev:mock": "MOCK=true vite",
Expand All @@ -18,22 +18,22 @@
"preview": "vite preview"
},
"dependencies": {
"axios": "^1.7.3",
"pinia": "^2.2.1",
"axios": "^1.7.4",
"pinia": "^2.2.2",
"pinia-plugin-persistedstate": "^3.2.1",
"vue": "^3.4.37",
"vue-i18n": "9.13.1",
"vue": "^3.4.38",
"vue-i18n": "9.14.0",
"vue-router": "^4.4.3"
},
"devDependencies": {
"@component-hook/eslint-plugin": "0.1.2-alpha.3",
"@component-hook/eslint-plugin": "0.1.2",
"@intlify/unplugin-vue-i18n": "^4.0.0",
"@playwright/test": "^1.46.0",
"@playwright/test": "^1.46.1",
"@testing-library/jest-dom": "^6.4.8",
"@testing-library/user-event": "^14.5.2",
"@testing-library/vue": "^8.1.0",
"@tsconfig/node20": "^20.1.4",
"@types/node": "^20.14.15",
"@types/node": "^20.16.1",
"@vitejs/plugin-vue": "^5.1.2",
"@vitest/coverage-v8": "^2.0.5",
"@vue/tsconfig": "^0.5.1",
Expand All @@ -48,10 +48,10 @@
"postcss-pxtorem": "^6.1.0",
"prettier": "^3.3.3",
"rollup-plugin-visualizer": "^5.12.0",
"tailwindcss": "^3.4.9",
"tailwindcss": "^3.4.10",
"typescript": "^5.5.4",
"unplugin-vue-components": "^0.27.3",
"vite": "^5.4.0",
"unplugin-vue-components": "^0.27.4",
"vite": "^5.4.1",
"vite-plugin-svg-icons": "^2.0.1",
"vitest": "^2.0.5",
"vue-tsc": "^2.0.29"
Expand All @@ -74,6 +74,6 @@
"@commitlint/cli": "^19.4.0",
"@commitlint/config-conventional": "^19.2.2",
"husky": "^9.1.4",
"lint-staged": "^15.2.8"
"lint-staged": "^15.2.9"
}
}
Loading

0 comments on commit 7f8f0a3

Please sign in to comment.