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] committed Jun 20, 2024
1 parent bb1d8f1 commit 1ec9ef7
Show file tree
Hide file tree
Showing 3 changed files with 400 additions and 336 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.2.0
uses: davelosert/vitest-coverage-report-action@v2.4.0
if: ${{ always() }}
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
"@types/jsdom": "21.1.7",
"@types/lodash-es": "4.17.12",
"@types/node": "20.14.1",
"@typescript-eslint/eslint-plugin": "7.12.0",
"@typescript-eslint/parser": "7.12.0",
"@typescript-eslint/eslint-plugin": "7.13.1",
"@typescript-eslint/parser": "7.13.1",
"@vitejs/plugin-vue": "5.0.5",
"@vitest/coverage-v8": "1.6.0",
"@vue/eslint-config-prettier": "9.0.0",
Expand All @@ -48,10 +48,10 @@
"autoprefixer": "10.4.19",
"cross-env": "7.0.3",
"cssnano": "7.0.1",
"eslint": "8.57.0",
"eslint": "9.5.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-n": "14.0.0",
"eslint-plugin-playwright": "1.6.2",
"eslint-plugin-promise": "6.2.0",
"eslint-plugin-security": "3.0.0",
Expand All @@ -67,8 +67,8 @@
"typescript": "5.4.5",
"unplugin-auto-import": "0.17.6",
"unplugin-vue-components": "0.27.0",
"vite": "5.2.12",
"vite-plugin-vue-devtools": "7.2.1",
"vite": "5.3.1",
"vite-plugin-vue-devtools": "7.3.1",
"vitest": "1.6.0",
"vue-tsc": "2.0.19",
"wait-on": "7.2.0"
Expand Down
Loading

0 comments on commit 1ec9ef7

Please sign in to comment.