Skip to content

Commit 7dada33

Browse files
authored
Merge pull request #153 from lambda-curry/codegen-bot/move-zod-to-peer-9c2c3f
2 parents ab7dde3 + 46c983a commit 7dada33

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

apps/docs/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121
"react-hook-form": "^7.51.0",
2222
"react-router": "^7.6.1",
2323
"remix-hook-form": "^7.1.0",
24-
"storybook": "^9.0.6"
24+
"storybook": "^9.0.6",
25+
"zod": "^3.24.1"
2526
},
2627
"devDependencies": {
2728
"@react-router/dev": "^7.0.0",

packages/components/package.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lambdacurry/forms",
3-
"version": "0.22.0",
3+
"version": "0.22.1",
44
"type": "module",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",
@@ -40,7 +40,8 @@
4040
"react": "^19.0.0",
4141
"react-router": "^7.0.0",
4242
"react-router-dom": "^7.0.0",
43-
"remix-hook-form": "7.1.0"
43+
"remix-hook-form": "7.1.0",
44+
"zod": "^3.24.1 || ^4.0.0"
4445
},
4546
"dependencies": {
4647
"@hookform/resolvers": "^3.9.1",
@@ -76,8 +77,7 @@
7677
"remix-hook-form": "7.1.0",
7778
"sonner": "^1.7.1",
7879
"tailwind-merge": "^2.5.5",
79-
"tailwindcss-animate": "^1.0.7",
80-
"zod": "^3.24.1"
80+
"tailwindcss-animate": "^1.0.7"
8181
},
8282
"devDependencies": {
8383
"@react-router/dev": "^7.0.0",
@@ -94,6 +94,7 @@
9494
"typescript": "^5.7.2",
9595
"vite": "^6.2.2",
9696
"vite-plugin-dts": "^4.4.0",
97-
"vite-tsconfig-paths": "^5.1.4"
97+
"vite-tsconfig-paths": "^5.1.4",
98+
"zod": "^3.24.1"
9899
}
99100
}

yarn.lock

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1707,6 +1707,7 @@ __metadata:
17071707
vite: "npm:^6.2.2"
17081708
vite-tsconfig-paths: "npm:^5.1.4"
17091709
wait-on: "npm:^8.0.3"
1710+
zod: "npm:^3.24.1"
17101711
languageName: unknown
17111712
linkType: soft
17121713

@@ -1769,6 +1770,7 @@ __metadata:
17691770
react-router: ^7.0.0
17701771
react-router-dom: ^7.0.0
17711772
remix-hook-form: 7.1.0
1773+
zod: ^3.24.1 || ^4.0.0
17721774
languageName: unknown
17731775
linkType: soft
17741776

0 commit comments

Comments
 (0)