Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 11, 2024
1 parent 315f31c commit 80edb81
Show file tree
Hide file tree
Showing 3 changed files with 501 additions and 448 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
if: github.event.deployment_status.state == 'success' || github.event_name == 'workflow_dispatch'
runs-on: ubuntu-latest
container:
image: mcr.microsoft.com/playwright:v1.47.2-focal
image: mcr.microsoft.com/playwright:v1.48.0-focal

steps:
- uses: actions/checkout@v4
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,19 +75,19 @@
"@commitlint/cli": "19.5.0",
"@commitlint/config-conventional": "19.5.0",
"@nuxt/test-utils": "3.14.3",
"@playwright/test": "1.47.2",
"@playwright/test": "1.48.0",
"@vue/test-utils": "2.4.6",
"eslint": "9.12.0",
"happy-dom": "15.7.4",
"lint-staged": "15.2.10",
"ofetch": "1.4.0",
"playwright-core": "1.47.2",
"ofetch": "1.4.1",
"playwright-core": "1.48.0",
"rollup": "4.24.0",
"simple-git-hooks": "2.11.1",
"stylelint": "16.9.0",
"stylelint-config-recommended-vue": "1.5.0",
"stylelint-config-standard": "36.0.1",
"typescript": "5.6.2",
"typescript": "5.6.3",
"vitest": "2.1.2",
"vue-tsc": "2.1.6"
},
Expand Down
Loading

0 comments on commit 80edb81

Please sign in to comment.