diff --git a/.changeset/fifty-seals-thank.md b/.changeset/fifty-seals-thank.md new file mode 100644 index 0000000000..55c5cc1910 --- /dev/null +++ b/.changeset/fifty-seals-thank.md @@ -0,0 +1,5 @@ +--- +"create-t3-app": patch +--- + +chore: pin zod version diff --git a/cli/package.json b/cli/package.json index 84b732f287..2c4a68d728 100644 --- a/cli/package.json +++ b/cli/package.json @@ -93,6 +93,6 @@ "tsup": "^6.7.0", "type-fest": "^3.7.0", "typescript": "^5.4.2", - "zod": "^3.22.4" + "zod": "3.22.4" } } diff --git a/cli/template/base/package.json b/cli/template/base/package.json index de0e516a0e..55f961f64a 100644 --- a/cli/template/base/package.json +++ b/cli/template/base/package.json @@ -14,7 +14,7 @@ "next": "^14.2.1", "react": "18.2.0", "react-dom": "18.2.0", - "zod": "^3.22.4" + "zod": "3.22.4" }, "devDependencies": { "@types/eslint": "^8.56.2", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 834956baad..63a39113f4 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -190,7 +190,7 @@ importers: specifier: ^5.4.2 version: 5.4.2 zod: - specifier: ^3.22.4 + specifier: 3.22.4 version: 3.22.4 upgrade: @@ -265,7 +265,7 @@ importers: specifier: ^1.0.5 version: 1.0.5(tailwindcss@3.4.1) zod: - specifier: ^3.22.4 + specifier: 3.22.4 version: 3.22.4 devDependencies: '@types/eslint': @@ -386,7 +386,7 @@ importers: specifier: ^4.1.2 version: 4.1.2 zod: - specifier: ^3.22.4 + specifier: 3.22.4 version: 3.22.4 devDependencies: '@astrojs/react': diff --git a/upgrade/package.json b/upgrade/package.json index e92ad56aa1..23c544ab94 100644 --- a/upgrade/package.json +++ b/upgrade/package.json @@ -38,7 +38,7 @@ "shiki": "^0.14.1", "tailwind-merge": "^1.12.0", "tailwindcss-animate": "^1.0.5", - "zod": "^3.22.4" + "zod": "3.22.4" }, "devDependencies": { "@types/eslint": "^8.56.2", diff --git a/www/package.json b/www/package.json index 31b271feed..499872e30b 100644 --- a/www/package.json +++ b/www/package.json @@ -39,7 +39,7 @@ "tailwind-scrollbar": "^3.0.0", "treeify": "^1.1.0", "unist-util-visit": "^4.1.2", - "zod": "^3.22.4" + "zod": "3.22.4" }, "devDependencies": { "@astrojs/react": "^2.1.3",