File tree 3 files changed +9
-2
lines changed
react-formz-validators-utils
react-formz-validators-yup
react-formz-validators-zod
3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 11
11
"scripts" : {
12
12
"build" : " vite build && tsc -p ./tsconfig.build.json"
13
13
},
14
+ "dependencies" : {
15
+ "@zerry/react-formz-core" : " workspace:^"
16
+ },
14
17
"peerDependencies" : {
15
18
"@zerry/react-formz" : " >=1.1.0" ,
16
19
"@zerry/react-formz-core" : " >=1.1.0" ,
Original file line number Diff line number Diff line change 11
11
"scripts" : {
12
12
"build" : " vite build && tsc -p ./tsconfig.build.json"
13
13
},
14
+ "dependencies" : {
15
+ "@zerry/react-formz-validators-utils" : " workspace:^"
16
+ },
14
17
"devDependencies" : {
15
18
"@babel/core" : " ^7.19.0" ,
16
19
"@babel/preset-env" : " ^7.19.0" ,
17
20
"@babel/preset-typescript" : " ^7.18.6" ,
18
21
"@zerry/react-formz" : " workspace:^" ,
19
22
"@zerry/react-formz-core" : " workspace:^" ,
20
- "@zerry/react-formz-validators-utils" : " workspace:^" ,
21
23
"typescript" : " ^4.8.3" ,
22
24
"vite" : " ^3.1.0" ,
23
25
"yup" : " ^0.32.11"
Original file line number Diff line number Diff line change 11
11
"scripts" : {
12
12
"build" : " LIB=zod vite build && tsc -p ./tsconfig.build.json"
13
13
},
14
+ "dependencies" : {
15
+ "@zerry/react-formz-validators-utils" : " workspace:^"
16
+ },
14
17
"devDependencies" : {
15
18
"@babel/core" : " ^7.19.0" ,
16
19
"@babel/preset-env" : " ^7.19.0" ,
17
20
"@babel/preset-typescript" : " ^7.18.6" ,
18
21
"@zerry/react-formz" : " workspace:^" ,
19
22
"@zerry/react-formz-core" : " workspace:^" ,
20
- "@zerry/react-formz-validators-utils" : " workspace:^" ,
21
23
"typescript" : " ^4.8.3" ,
22
24
"vite" : " ^3.1.0" ,
23
25
"zod" : " ^3.19.1"
You can’t perform that action at this time.
0 commit comments