File tree Expand file tree Collapse file tree 3 files changed +10
-6
lines changed
Expand file tree Collapse file tree 3 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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" ,
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" ,
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" ,
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}
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments