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 Sep 17, 2023
1 parent 673ddbf commit cd64e8c
Show file tree
Hide file tree
Showing 3 changed files with 229 additions and 94 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.36.2-focal
image: mcr.microsoft.com/playwright:v1.38.0-focal

steps:
- uses: actions/checkout@v3
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@
"@nuxtjs/fontaine": "^0.4.1",
"@nuxtjs/google-fonts": "^3.0.2",
"@nuxtjs/plausible": "^0.2.1",
"@playwright/test": "1.36.2",
"@vueuse/nuxt": "^10.2.1",
"@playwright/test": "1.38.0",
"@vueuse/nuxt": "^10.4.1",
"nuxt": "^3.6.5",
"purgecss": "^5.0.0",
"purgecss-from-html": "^5.0.0",
"typescript": "^5.1.6",
"typescript": "^5.2.2",
"vue-tsc": "1.8.4"
},
"packageManager": "pnpm@8.6.11"
"packageManager": "pnpm@8.7.6"
}
Loading

0 comments on commit cd64e8c

Please sign in to comment.