Skip to content

Commit 7eed8ba

Browse files
chore(deps): update all non-major dependencies
1 parent 18da0df commit 7eed8ba

3 files changed

Lines changed: 1119 additions & 1157 deletions

File tree

.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: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,30 +25,30 @@
2525
"@nuxt/eslint": "^1.3.0",
2626
"@nuxt/scripts": "^1.0.0",
2727
"@nuxtjs/html-validator": "^2.1.0",
28-
"@vueuse/nuxt": "14.0.0",
28+
"@vueuse/nuxt": "14.3.0",
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",
3838
"@playwright/test": "1.60.0",
39-
"@vue/test-utils": "2.4.6",
39+
"@vue/test-utils": "2.4.10",
4040
"eslint": "9.39.4",
4141
"happy-dom": "20.9.0",
4242
"nano-staged": "1.0.2",
43-
"simple-git-hooks": "2.13.0",
43+
"simple-git-hooks": "2.13.1",
4444
"typescript": "6.0.3",
4545
"vitest": "4.1.6",
46-
"vue-tsc": "3.0.1"
46+
"vue-tsc": "3.3.1"
4747
},
4848
"simple-git-hooks": {
4949
"pre-commit": "npx nano-staged"
5050
},
51-
"packageManager": "pnpm@11.1.2",
51+
"packageManager": "pnpm@11.1.3",
5252
"nano-staged": {
5353
"*.{js,ts,mjs,cjs,json,.*rc}": [
5454
"npx eslint --fix"

0 commit comments

Comments
 (0)