We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bbcef0 commit 50e4783Copy full SHA for 50e4783
.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.50.1-noble
+ image: mcr.microsoft.com/playwright:v1.51.0-noble
33
34
steps:
35
- uses: actions/checkout@v4
package.json
@@ -29,9 +29,9 @@
"devDependencies": {
"@actions/core": "1.11.1",
"@actions/http-client": "2.2.3",
- "@nuxt/eslint": "1.1.0",
+ "@nuxt/eslint": "1.2.0",
"@nuxt/test-utils": "3.17.2",
- "@playwright/test": "1.50.1",
+ "@playwright/test": "1.51.0",
"eslint": "9.22.0",
36
"lint-staged": "15.4.3",
37
"mock-driver": "link:./test/mock-driver",
@@ -47,5 +47,5 @@
47
"npx eslint --fix"
48
]
49
},
50
- "packageManager": "pnpm@10.5.2"
+ "packageManager": "pnpm@10.6.2"
51
}
0 commit comments