We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8139e7 commit 9c27a43Copy full SHA for 9c27a43
.github/workflows/ci.yml
@@ -29,7 +29,7 @@ jobs:
29
e2e:
30
runs-on: ubuntu-latest
31
container:
32
- image: mcr.microsoft.com/playwright:v1.49.1-noble
+ image: mcr.microsoft.com/playwright:v1.50.0-noble
33
34
steps:
35
- uses: actions/checkout@v4
package.json
@@ -31,9 +31,9 @@
"@actions/http-client": "2.2.3",
"@nuxt/eslint": "0.7.5",
"@nuxt/test-utils": "3.15.4",
- "@playwright/test": "1.49.1",
+ "@playwright/test": "1.50.0",
"eslint": "9.18.0",
36
- "lint-staged": "15.4.1",
+ "lint-staged": "15.4.3",
37
"mock-driver": "link:./test/mock-driver",
38
"simple-git-hooks": "2.11.1",
39
"typescript": "5.7.3",
0 commit comments