Skip to content

Commit e7313cb

Browse files
chore(deps): update all non-major dependencies
1 parent 77c78fb commit e7313cb

File tree

3 files changed

+1894
-1361
lines changed

3 files changed

+1894
-1361
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.54.2-noble
3333

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

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,15 @@
3030
"devDependencies": {
3131
"@actions/core": "1.11.1",
3232
"@actions/http-client": "2.2.3",
33-
"@nuxt/eslint": "1.4.1",
33+
"@nuxt/eslint": "1.8.0",
3434
"@nuxt/test-utils": "3.19.1",
35-
"@playwright/test": "1.52.0",
35+
"@playwright/test": "1.54.2",
3636
"eslint": "9.33.0",
37-
"lint-staged": "16.1.0",
37+
"lint-staged": "16.1.5",
3838
"mock-driver": "link:./test/mock-driver",
39-
"simple-git-hooks": "2.13.0",
40-
"typescript": "5.8.3",
41-
"unstorage": "1.16.0"
39+
"simple-git-hooks": "2.13.1",
40+
"typescript": "5.9.2",
41+
"unstorage": "1.16.1"
4242
},
4343
"simple-git-hooks": {
4444
"pre-commit": "npx lint-staged"
@@ -48,5 +48,5 @@
4848
"npx eslint --fix"
4949
]
5050
},
51-
"packageManager": "pnpm@10.11.1"
51+
"packageManager": "pnpm@10.14.0"
5252
}

0 commit comments

Comments
 (0)