Skip to content

Commit 28800f2

Browse files
drewdaclaude
andcommitted
chore: loosen nuxt/vue version pins for easier upgrades
Change vue from "3.5.22" to "^3.5.0" and nuxt/@nuxt/kit/@nuxt/schema from "4.2.0" to "^4.2.0". This allows pnpm to consolidate on a single Vue version and enables Renovate to auto-update Nuxt devDeps. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent dfa6ae0 commit 28800f2

2 files changed

Lines changed: 78 additions & 110 deletions

File tree

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@
6262
"@nuxt/devtools": "3.0.1",
6363
"@nuxt/eslint": "1.10.0",
6464
"@nuxt/eslint-config": "1.10.0",
65-
"@nuxt/kit": "4.2.0",
65+
"@nuxt/kit": "^4.2.0",
6666
"@nuxt/module-builder": "1.0.2",
67-
"@nuxt/schema": "4.2.0",
67+
"@nuxt/schema": "^4.2.0",
6868
"@nuxt/test-utils": "3.20.1",
6969
"@nuxt/types": "2.18.1",
7070
"@pollyjs/adapter-fetch": "6.0.7",
@@ -84,15 +84,15 @@
8484
"happy-dom": "18.0.1",
8585
"jsdom": "26.1.0",
8686
"nuxi": "3.30.0",
87-
"nuxt": "4.2.0",
87+
"nuxt": "^4.2.0",
8888
"playwright-core": "1.54.2",
8989
"sass": "1.86.0",
9090
"tsx": "4.20.6",
9191
"typescript": "5.9.3",
9292
"typescript-eslint": "8.46.3",
9393
"vite": "7.2.2",
9494
"vitest": "3.2.4",
95-
"vue": "3.5.22",
95+
"vue": "^3.5.0",
9696
"vue-eslint-parser": "10.2.0",
9797
"vue-tsc": "3.2.6"
9898
},

0 commit comments

Comments
 (0)