We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 535c172 commit a0e4601Copy full SHA for a0e4601
3 files changed
.github/workflows/ci.yml
@@ -52,7 +52,7 @@ jobs:
52
browser:
53
runs-on: ubuntu-latest
54
container:
55
- image: mcr.microsoft.com/playwright:v1.52.0-noble
+ image: mcr.microsoft.com/playwright:v1.53.0-noble
56
57
steps:
58
- uses: actions/checkout@v4
package.json
@@ -38,11 +38,11 @@
38
},
39
"devDependencies": {
40
"@nuxt/test-utils": "3.19.1",
41
- "@playwright/test": "1.52.0",
+ "@playwright/test": "1.53.0",
42
"@vue/test-utils": "2.4.6",
43
"eslint": "9.29.0",
44
"happy-dom": "17.6.3",
45
- "lint-staged": "16.1.0",
+ "lint-staged": "16.1.2",
46
"simple-git-hooks": "2.13.0",
47
"typescript": "5.8.3",
48
"vitest": "3.2.3",
@@ -56,5 +56,5 @@
"npx eslint --fix"
]
59
- "packageManager": "pnpm@10.11.1"
+ "packageManager": "pnpm@10.12.1"
60
}
0 commit comments