Skip to content

Commit a6593b8

Browse files
chore(deps): update all non-major dependencies
1 parent 7117ddd commit a6593b8

4 files changed

Lines changed: 1445 additions & 1382 deletions

File tree

.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.59.1-noble
5656

5757
steps:
5858
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6

.github/workflows/provenance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ jobs:
1717
with:
1818
fetch-depth: 0
1919
- name: Check provenance downgrades
20-
uses: danielroe/provenance-action@a5a718233ca12eff67651fcf29a030bbbd5b3ca1 # v0.1.0
20+
uses: danielroe/provenance-action@41bcc969e579d9e29af08ba44fcbfdf95cee6e6c # v0.1.1
2121
with:
2222
fail-on-provenance-change: true

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,32 +23,32 @@
2323
},
2424
"dependencies": {
2525
"@nuxt/eslint": "^1.3.0",
26-
"@nuxt/scripts": "^0.11.5",
26+
"@nuxt/scripts": "^0.13.0",
2727
"@nuxtjs/html-validator": "^2.1.0",
28-
"@vueuse/nuxt": "14.0.0",
28+
"@vueuse/nuxt": "14.2.1",
2929
"@vueuse/sound": "^2.1.3",
3030
"nuxt": "^3.16.1",
3131
"nuxt-og-image": "^5.1.1",
32-
"unplugin-vue-router": "^0.12.0",
32+
"unplugin-vue-router": "^0.19.0",
3333
"vue": "^3.5.0",
3434
"vue-sonner": "^2.0.0"
3535
},
3636
"devDependencies": {
3737
"@nuxt/test-utils": "3.21.0",
38-
"@playwright/test": "1.52.0",
38+
"@playwright/test": "1.59.1",
3939
"@vue/test-utils": "2.4.6",
4040
"eslint": "9.39.2",
4141
"happy-dom": "20.0.11",
4242
"nano-staged": "^0.9.0",
43-
"simple-git-hooks": "2.13.0",
44-
"typescript": "5.8.3",
43+
"simple-git-hooks": "2.13.1",
44+
"typescript": "5.9.3",
4545
"vitest": "4.0.15",
46-
"vue-tsc": "3.0.1"
46+
"vue-tsc": "3.2.7"
4747
},
4848
"simple-git-hooks": {
4949
"pre-commit": "npx nano-staged"
5050
},
51-
"packageManager": "pnpm@10.21.0",
51+
"packageManager": "pnpm@10.33.0",
5252
"nano-staged": {
5353
"*.{js,ts,mjs,cjs,json,.*rc}": [
5454
"npx eslint --fix"

0 commit comments

Comments
 (0)