Skip to content

Commit

Permalink
chore(deps): update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 24, 2024
1 parent a5f4233 commit d64b8a0
Show file tree
Hide file tree
Showing 3 changed files with 223 additions and 383 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,5 @@ jobs:
run: pnpm test:ci

- name: Coverage
uses: davelosert/vitest-coverage-report-action@v2.5.0
uses: davelosert/vitest-coverage-report-action@v2.6.0
if: ${{ always() }}
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@iconify/json": "2.2.220",
"@iconify/types": "2.0.0",
"@pinia/testing": "0.1.3",
"@playwright/test": "1.47.0",
"@playwright/test": "1.48.1",
"@rushstack/eslint-patch": "1.10.3",
"@tailwindcss/aspect-ratio": "0.4.2",
"@tailwindcss/forms": "0.5.7",
Expand All @@ -37,28 +37,28 @@
"@types/jsdom": "21.1.7",
"@types/lodash-es": "4.17.12",
"@types/node": "20.16.1",
"@typescript-eslint/eslint-plugin": "8.7.0",
"@typescript-eslint/parser": "8.7.0",
"@typescript-eslint/eslint-plugin": "8.11.0",
"@typescript-eslint/parser": "8.11.0",
"@vitejs/plugin-vue": "5.1.0",
"@vitest/coverage-v8": "2.1.1",
"@vue/eslint-config-prettier": "9.0.0",
"@vue/eslint-config-typescript": "13.0.0",
"@vue/eslint-config-prettier": "10.0.0",
"@vue/eslint-config-typescript": "14.1.1",
"@vue/test-utils": "2.4.6",
"@vue/tsconfig": "0.5.1",
"autoprefixer": "10.4.19",
"cross-env": "7.0.3",
"cssnano": "7.0.3",
"eslint": "~8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.30.0",
"eslint-plugin-n": "17.10.1",
"eslint-plugin-playwright": "1.6.2",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-n": "17.11.1",
"eslint-plugin-playwright": "1.8.1",
"eslint-plugin-promise": "7.1.0",
"eslint-plugin-security": "3.0.1",
"eslint-plugin-vue": "9.28.0",
"eslint-plugin-vue": "9.29.1",
"jsdom": "25.0.0",
"lodash-es": "4.17.21",
"npm-run-all2": "6.2.0",
"npm-run-all2": "7.0.0",
"postcss": "8.4.38",
"postcss-import": "16.1.0",
"postcss-nesting": "13.0.0",
Expand All @@ -68,7 +68,7 @@
"unplugin-auto-import": "0.18.0",
"unplugin-vue-components": "0.27.0",
"vite": "5.4.0",
"vite-plugin-vue-devtools": "7.4.4",
"vite-plugin-vue-devtools": "7.5.2",
"vitest": "2.1.1",
"vue-tsc": "2.1.2",
"wait-on": "8.0.0"
Expand Down
Loading

0 comments on commit d64b8a0

Please sign in to comment.