Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update all dependencies
Browse files Browse the repository at this point in the history
renovate[bot] authored Nov 6, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 95380d9 commit 9616a69
Showing 3 changed files with 279 additions and 118 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -59,5 +59,5 @@ jobs:
run: pnpm test:ci

- name: Coverage
uses: davelosert/vitest-coverage-report-action@v2.6.0
uses: davelosert/vitest-coverage-report-action@v2.7.0
if: ${{ always() }}
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -37,8 +37,8 @@
"@types/jsdom": "21.1.7",
"@types/lodash-es": "4.17.12",
"@types/node": "22.8.1",
"@typescript-eslint/eslint-plugin": "8.11.0",
"@typescript-eslint/parser": "8.11.0",
"@typescript-eslint/eslint-plugin": "8.13.0",
"@typescript-eslint/parser": "8.13.0",
"@vitejs/plugin-vue": "5.1.4",
"@vitest/coverage-v8": "2.1.3",
"@vitest/eslint-plugin": "1.1.7",
@@ -49,10 +49,10 @@
"autoprefixer": "10.4.20",
"cross-env": "7.0.3",
"cssnano": "7.0.6",
"eslint": "9.13.0",
"eslint": "9.14.0",
"eslint-plugin-playwright": "2.0.0",
"eslint-plugin-security": "3.0.1",
"eslint-plugin-vue": "9.29.1",
"eslint-plugin-vue": "9.30.0",
"jsdom": "25.0.1",
"lodash-es": "4.17.21",
"npm-run-all2": "7.0.1",
@@ -65,7 +65,7 @@
"unplugin-auto-import": "0.18.3",
"unplugin-vue-components": "0.27.4",
"vite": "5.4.10",
"vite-plugin-vue-devtools": "7.5.4",
"vite-plugin-vue-devtools": "7.6.2",
"vitest": "2.1.3",
"vue-tsc": "2.1.6",
"wait-on": "8.0.1"
385 changes: 273 additions & 112 deletions pnpm-lock.yaml

0 comments on commit 9616a69

Please sign in to comment.