Skip to content

Commit 1634519

Browse files
chore(deps): update all non-major dependencies
1 parent 67b3313 commit 1634519

File tree

3 files changed

+231
-181
lines changed

3 files changed

+231
-181
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
browser:
5353
runs-on: ubuntu-latest
5454
container:
55-
image: mcr.microsoft.com/playwright:v1.52.0-noble
55+
image: mcr.microsoft.com/playwright:v1.53.1-noble
5656

5757
steps:
5858
- uses: actions/checkout@v4

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@nuxt/image": "^1.10.0",
2828
"@nuxt/scripts": "^0.11.5",
2929
"@nuxtjs/html-validator": "^2.1.0",
30-
"@vueuse/nuxt": "13.3.0",
30+
"@vueuse/nuxt": "13.4.0",
3131
"@vueuse/sound": "^2.1.3",
3232
"nuxt": "^3.16.1",
3333
"nuxt-og-image": "^5.1.1",
@@ -38,11 +38,11 @@
3838
},
3939
"devDependencies": {
4040
"@nuxt/test-utils": "3.19.1",
41-
"@playwright/test": "1.52.0",
41+
"@playwright/test": "1.53.1",
4242
"@vue/test-utils": "2.4.6",
4343
"eslint": "9.29.0",
4444
"happy-dom": "18.0.1",
45-
"lint-staged": "16.1.0",
45+
"lint-staged": "16.1.2",
4646
"simple-git-hooks": "2.13.0",
4747
"typescript": "5.8.3",
4848
"vitest": "3.2.4",
@@ -56,5 +56,5 @@
5656
"npx eslint --fix"
5757
]
5858
},
59-
"packageManager": "pnpm@10.11.1"
59+
"packageManager": "pnpm@10.12.2"
6060
}

0 commit comments

Comments
 (0)