Skip to content

Commit 9fca62d

Browse files
committed
fix(content): zod peer dependency for schema merge
1 parent 8fdc7ba commit 9fca62d

File tree

3 files changed

+90
-162
lines changed

3 files changed

+90
-162
lines changed

package.json

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,14 @@
8484
"ufo": "^1.6.1",
8585
"ultrahtml": "^1.6.0"
8686
},
87+
"peerDependencies": {
88+
"zod": "^3.0.0 || ^4.0.0"
89+
},
90+
"peerDependenciesMeta": {
91+
"zod": {
92+
"optional": true
93+
}
94+
},
8795
"devDependencies": {
8896
"@arethetypeswrong/cli": "^0.18.2",
8997
"@nuxt/content": "^3.9.0",
@@ -92,7 +100,7 @@
92100
"@nuxt/test-utils": "^3.21.0",
93101
"@nuxt/ui": "^4.2.1",
94102
"@nuxtjs/i18n": "^10.2.1",
95-
"@nuxtjs/robots": "^5.6.0",
103+
"@nuxtjs/robots": "^5.6.1",
96104
"@nuxtjs/sitemap": "workspace:*",
97105
"better-sqlite3": "^12.5.0",
98106
"bumpp": "^10.3.2",
@@ -103,7 +111,7 @@
103111
"nuxt": "^4.2.1",
104112
"nuxt-i18n-micro": "^2.13.0",
105113
"typescript": "^5.9.3",
106-
"vitest": "^3.2.4",
114+
"vitest": "^4.0.15",
107115
"vue-tsc": "^3.1.5"
108116
},
109117
"pnpm": {

0 commit comments

Comments
 (0)