Skip to content

Commit 9c27a43

Browse files
chore(deps): update all non-major dependencies (#101)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b8139e7 commit 9c27a43

File tree

3 files changed

+280
-266
lines changed

3 files changed

+280
-266
lines changed

.github/workflows/ci.yml

+1-1
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.49.1-noble
32+
image: mcr.microsoft.com/playwright:v1.50.0-noble
3333

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

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@
3131
"@actions/http-client": "2.2.3",
3232
"@nuxt/eslint": "0.7.5",
3333
"@nuxt/test-utils": "3.15.4",
34-
"@playwright/test": "1.49.1",
34+
"@playwright/test": "1.50.0",
3535
"eslint": "9.18.0",
36-
"lint-staged": "15.4.1",
36+
"lint-staged": "15.4.3",
3737
"mock-driver": "link:./test/mock-driver",
3838
"simple-git-hooks": "2.11.1",
3939
"typescript": "5.7.3",

0 commit comments

Comments
 (0)