diff --git a/playground-vue/package.json b/playground-vue/package.json index 6a685b48..8a6ea5d5 100644 --- a/playground-vue/package.json +++ b/playground-vue/package.json @@ -12,7 +12,8 @@ "dependencies": { "@nuxt/ui": "latest", "vue": "^3.5.13", - "vue-router": "^4.5.0" + "vue-router": "^4.5.0", + "zod": "^3.24.2" }, "devDependencies": { "@vitejs/plugin-vue": "^5.2.3", diff --git a/playground/package.json b/playground/package.json index 3900757a..1f294dbd 100644 --- a/playground/package.json +++ b/playground/package.json @@ -12,6 +12,7 @@ "@iconify-json/simple-icons": "^1.2.29", "@nuxt/ui": "latest", "@nuxthub/core": "^0.8.18", - "nuxt": "^3.16.1" + "nuxt": "^3.16.1", + "zod": "^3.24.2" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index a737f665..b05a1f12 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -316,6 +316,9 @@ importers: nuxt: specifier: ^3.16.1 version: 3.16.1(@parcel/watcher@2.5.1)(@types/node@22.13.12)(better-sqlite3@11.9.1)(db0@0.3.1(better-sqlite3@11.9.1))(eslint@9.23.0(jiti@2.4.2))(ioredis@5.6.0)(lightningcss@1.29.2)(magicast@0.3.5)(meow@13.2.0)(optionator@0.9.4)(rollup@4.34.9)(terser@5.39.0)(typescript@5.6.3)(vite@6.2.3(@types/node@22.13.12)(jiti@2.4.2)(lightningcss@1.29.2)(terser@5.39.0)(yaml@2.7.0))(vue-tsc@2.2.0(typescript@5.6.3))(yaml@2.7.0) + zod: + specifier: ^3.24.2 + version: 3.24.2 playground-vue: dependencies: @@ -328,6 +331,9 @@ importers: vue-router: specifier: ^4.5.0 version: 4.5.0(vue@3.5.13(typescript@5.6.3)) + zod: + specifier: ^3.24.2 + version: 3.24.2 devDependencies: '@vitejs/plugin-vue': specifier: ^5.2.3