Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#75)
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 Sep 13, 2024
1 parent 283163c commit ecbea11
Show file tree
Hide file tree
Showing 2 changed files with 711 additions and 706 deletions.
36 changes: 18 additions & 18 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.9.0",
"packageManager": "pnpm@9.10.0",
"scripts": {
"dev": "vite",
"dev:mock": "MOCK=true vite",
Expand All @@ -21,40 +21,40 @@
"axios": "^1.7.7",
"pinia": "^2.2.2",
"pinia-plugin-persistedstate": "^4.0.1",
"vue": "^3.4.38",
"vue": "^3.5.4",
"vue-i18n": "9.14.0",
"vue-router": "^4.4.3"
"vue-router": "^4.4.5"
},
"devDependencies": {
"@component-hook/eslint-plugin": "0.1.3",
"@intlify/unplugin-vue-i18n": "^4.0.0",
"@playwright/test": "^1.46.1",
"@playwright/test": "^1.47.0",
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/user-event": "^14.5.2",
"@testing-library/vue": "^8.1.0",
"@tsconfig/node20": "^20.1.4",
"@types/node": "^20.16.3",
"@types/node": "^20.16.5",
"@vitejs/plugin-vue": "^5.1.3",
"@vitest/coverage-v8": "^2.0.5",
"@vitest/coverage-v8": "^2.1.0",
"@vue/tsconfig": "^0.5.1",
"autoprefixer": "^10.4.20",
"cssnano": "^7.0.5",
"eslint": "^9.9.1",
"cssnano": "^7.0.6",
"eslint": "^9.10.0",
"jsdom": "^25.0.0",
"msw": "^2.4.1",
"postcss": "^8.4.44",
"msw": "^2.4.5",
"postcss": "^8.4.45",
"postcss-import": "^16.1.0",
"postcss-nesting": "^13.0.0",
"postcss-pxtorem": "^6.1.0",
"prettier": "^3.3.3",
"rollup-plugin-visualizer": "^5.12.0",
"tailwindcss": "^3.4.10",
"typescript": "^5.5.4",
"tailwindcss": "^3.4.11",
"typescript": "^5.6.2",
"unplugin-vue-components": "^0.27.4",
"vite": "^5.4.2",
"vite": "^5.4.4",
"vite-plugin-svg-icons": "^2.0.1",
"vitest": "^2.0.5",
"vue-tsc": "^2.1.4"
"vitest": "^2.1.0",
"vue-tsc": "^2.1.6"
},
"browserslist": [
"> 1%",
Expand All @@ -65,9 +65,9 @@
"workerDirectory": "public"
},
"optionalDependencies": {
"@commitlint/cli": "^19.4.1",
"@commitlint/config-conventional": "^19.4.1",
"husky": "^9.1.5",
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"husky": "^9.1.6",
"lint-staged": "^15.2.10"
}
}
Loading

0 comments on commit ecbea11

Please sign in to comment.