Skip to content

Commit 402b099

Browse files
chore(deps): update all non-major dependencies
1 parent 5196861 commit 402b099

File tree

3 files changed

+805
-520
lines changed

3 files changed

+805
-520
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.2-noble
5656

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

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,26 +27,26 @@
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.5.0",
3131
"@vueuse/sound": "^2.1.3",
3232
"nuxt": "^3.16.1",
3333
"nuxt-og-image": "^5.1.1",
3434
"nuxt-time": "^1.0.3",
35-
"unplugin-vue-router": "^0.12.0",
35+
"unplugin-vue-router": "^0.14.0",
3636
"vue": "^3.5.0",
3737
"vue-sonner": "^2.0.0"
3838
},
3939
"devDependencies": {
4040
"@nuxt/test-utils": "3.19.1",
41-
"@playwright/test": "1.52.0",
41+
"@playwright/test": "1.53.2",
4242
"@vue/test-utils": "2.4.6",
4343
"eslint": "9.30.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",
49-
"vue-tsc": "2.2.10"
49+
"vue-tsc": "2.2.12"
5050
},
5151
"simple-git-hooks": {
5252
"pre-commit": "npx lint-staged"
@@ -56,5 +56,5 @@
5656
"npx eslint --fix"
5757
]
5858
},
59-
"packageManager": "pnpm@10.11.1"
59+
"packageManager": "pnpm@10.12.4"
6060
}

0 commit comments

Comments
 (0)