Skip to content

Commit 275784d

Browse files
fix: pin zod-validation-error version to 3.0.0 (#1296)
<!-- 👋 Hi, thanks for sending a PR to create-typescript-app! 💖. Please fill out all fields below and make sure each item is true and [x] checked. Otherwise we may not be able to review your PR. --> ## PR Checklist - [ ] Addresses an existing open issue: fixes #000 - [ ] That issue was marked as [`status: accepting prs`](https://github.com/JoshuaKGoldberg/create-typescript-app/issues?q=is%3Aopen+is%3Aissue+label%3A%22status%3A+accepting+prs%22) - [x] Steps in [CONTRIBUTING.md](https://github.com/JoshuaKGoldberg/create-typescript-app/blob/main/.github/CONTRIBUTING.md) were taken ## Overview <!-- Description of what is changed and how the code change does that. --> Recent update of zod-validation-error breaks create-typescript-app: causaly/zod-validation-error#253 https://github.com/JoshuaKGoldberg/create-typescript-app/assets/95881717/da63794d-268f-4611-90a6-e7212a463b4a 👀 --------- Co-authored-by: Josh Goldberg ✨ <[email protected]>
1 parent bebe7af commit 275784d

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"rimraf": "^5.0.5",
5555
"title-case": "^4.1.2",
5656
"zod": "^3.22.4",
57-
"zod-validation-error": "^3.0.0"
57+
"zod-validation-error": "^3.0.2"
5858
},
5959
"devDependencies": {
6060
"@octokit/request-error": "^5.0.1",

pnpm-lock.yaml

+12-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)