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 Dec 5, 2023
1 parent e9f24f6 commit 4af60dd
Show file tree
Hide file tree
Showing 3 changed files with 96 additions and 67 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,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.39.0-focal
image: mcr.microsoft.com/playwright:v1.40.1-focal

steps:
- uses: actions/checkout@v4
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,17 @@
"@nuxt/ui": "^2.9.0",
"@nuxtjs/critters": "^0.5.2",
"@nuxtjs/fontaine": "^0.4.1",
"@nuxtjs/google-fonts": "^3.0.2",
"@nuxtjs/google-fonts": "^3.1.0",
"@nuxtjs/plausible": "^0.2.3",
"@playwright/test": "1.39.0",
"@vueuse/nuxt": "^10.5.0",
"@playwright/test": "1.40.1",
"@vueuse/nuxt": "^10.7.0",
"nuxt": "^3.8.2",
"purgecss": "^5.0.0",
"purgecss-from-html": "^5.0.0",
"typescript": "^5.2.2",
"typescript": "^5.3.2",
"vue-tsc": "1.8.13"
},
"packageManager": "pnpm@8.10.5",
"packageManager": "pnpm@8.11.0",
"dependencies": {
"ufo": "^1.3.2"
}
Expand Down
Loading

0 comments on commit 4af60dd

Please sign in to comment.