Skip to content

Commit 5f24f3c

Browse files
chore(deps): update all non-major dependencies
1 parent e794ab2 commit 5f24f3c

File tree

3 files changed

+373
-357
lines changed

3 files changed

+373
-357
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
e2e:
3030
runs-on: ubuntu-latest
3131
container:
32-
image: mcr.microsoft.com/playwright:v1.52.0-noble
32+
image: mcr.microsoft.com/playwright:v1.53.0-noble
3333

3434
steps:
3535
- uses: actions/checkout@v4

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@
3232
"@actions/http-client": "2.2.3",
3333
"@nuxt/eslint": "1.4.1",
3434
"@nuxt/test-utils": "3.19.1",
35-
"@playwright/test": "1.52.0",
35+
"@playwright/test": "1.53.0",
3636
"eslint": "9.28.0",
37-
"lint-staged": "16.1.0",
37+
"lint-staged": "16.1.2",
3838
"mock-driver": "link:./test/mock-driver",
3939
"simple-git-hooks": "2.13.0",
4040
"typescript": "5.8.3",
@@ -48,5 +48,5 @@
4848
"npx eslint --fix"
4949
]
5050
},
51-
"packageManager": "pnpm@10.11.1"
51+
"packageManager": "pnpm@10.12.1"
5252
}

0 commit comments

Comments
 (0)