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 Dec 20, 2024
1 parent c2e0001 commit af75839
Show file tree
Hide file tree
Showing 3 changed files with 600 additions and 229 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

steps:
- uses: actions/[email protected]
- uses: actions/cache@v4.1.2
- uses: actions/cache@v4.2.0
with:
path: /home/runner/.local/share/pnpm/store
key: ${{ runner.os }}-${{ hashFiles('**/pnpm-lock.yaml') }}
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
- name: Run e2e tests
run: pnpm test:ci-e2e

- uses: actions/upload-artifact@v4.4.3
- uses: actions/upload-artifact@v4.5.0
if: always()
with:
name: playwright-report
Expand Down
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,29 +51,29 @@
"coverage": "DEBUG=0 vitest run --coverage"
},
"devDependencies": {
"@playwright/test": "1.49.0",
"@playwright/test": "1.49.1",
"@slipmatio/tailwind-config": "3.0.0",
"@tsconfig/node22": "^22.0.0",
"@types/node": "22.10.0",
"@typescript-eslint/eslint-plugin": "8.16.0",
"@types/node": "22.10.2",
"@typescript-eslint/eslint-plugin": "8.18.1",
"@vitejs/plugin-vue": "5.2.1",
"@vitest/coverage-v8": "2.1.6",
"@vitest/eslint-plugin": "1.1.11",
"@vitest/coverage-v8": "2.1.8",
"@vitest/eslint-plugin": "1.1.17",
"@vue/eslint-config-prettier": "10.1.0",
"@vue/eslint-config-typescript": "14.1.4",
"@vue/test-utils": "2.4.6",
"@vue/tsconfig": "0.6.0",
"@vue/tsconfig": "0.7.0",
"autoprefixer": "10.4.20",
"eslint-plugin-playwright": "2.1.0",
"eslint-plugin-security": "3.0.1",
"eslint-plugin-vue": "9.31.0",
"happy-dom": "15.11.6",
"eslint-plugin-vue": "9.32.0",
"happy-dom": "15.11.7",
"postcss": "8.4.49",
"tailwindcss": "3.4.15",
"typescript": "5.6.3",
"vite": "6.0.0",
"tailwindcss": "3.4.16",
"typescript": "5.7.2",
"vite": "6.0.3",
"vite-plugin-dts": "4.3.0",
"vitest": "2.1.6",
"vitest": "2.1.8",
"vue": "3.5.13",
"vue-tsc": "2.1.10"
},
Expand Down
Loading

0 comments on commit af75839

Please sign in to comment.