File tree 6 files changed +15
-12
lines changed
packages/react-formz-validators
6 files changed +15
-12
lines changed Original file line number Diff line number Diff line change 5
5
"description" : " Shared utilitity functions for zod validators." ,
6
6
"main" : " index.ts" ,
7
7
"peerDependencies" : {
8
- "@zerry/react-formz" : " >=0.3.4-beta "
8
+ "@zerry/react-formz" : " >=1.1.0 "
9
9
},
10
10
"files" : [
11
11
" dist"
Original file line number Diff line number Diff line change @@ -75,7 +75,6 @@ export default defineConfig({
75
75
external : [ "@zerry/react-formz" ] . concat ( external ?? [ ] ) ,
76
76
output : {
77
77
globals : {
78
- "@zerry/react-formz" : "@zerry/react-formz" ,
79
78
...globals ,
80
79
} ,
81
80
} ,
Original file line number Diff line number Diff line change 9
9
"source" : " index.ts" ,
10
10
"types" : " dist/yup.d.ts" ,
11
11
"devDependencies" : {
12
+ "@zerry/react-formz" : " workspace:^" ,
12
13
"@zerry/react-formz-validators-utils" : " workspace:^" ,
13
14
"yup" : " ^0.32.11"
14
15
},
15
16
"peerDependencies" : {
16
- "@zerry/react-formz" : " >=0.3.4-beta " ,
17
- "@zerry/react-formz-native" : " >=0.0.5-beta " ,
17
+ "@zerry/react-formz" : " >=1.1.0 " ,
18
+ "@zerry/react-formz-native" : " >=1.1.0 " ,
18
19
"yup" : " *"
19
20
},
20
21
"peerDependenciesMeta" : {
Original file line number Diff line number Diff line change 9
9
"source" : " index.ts" ,
10
10
"types" : " dist/zod.d.ts" ,
11
11
"devDependencies" : {
12
+ "@zerry/react-formz" : " workspace:^" ,
12
13
"@zerry/react-formz-validators-utils" : " workspace:^" ,
13
14
"zod" : " ^3.19.1"
14
15
},
15
16
"peerDependencies" : {
16
- "@zerry/react-formz" : " >=0.3.4-beta " ,
17
- "@zerry/react-formz-native" : " >=0.0.5-beta " ,
17
+ "@zerry/react-formz" : " >=1.1.0 " ,
18
+ "@zerry/react-formz-native" : " >=1.1.0 " ,
18
19
"zod" : " >=3.0.0"
19
20
},
20
21
"peerDependenciesMeta" : {
Original file line number Diff line number Diff line change 1
- import { SchemaValidator , FormzValues , FormzErrors } from "@zerry/react-formz" ;
1
+ import { SchemaValidator , FormzValues , FormzErrors } from "@zerry/react-formz-core " ;
2
2
import { toNestedErrors } from "@zerry/react-formz-validators-utils" ;
3
3
import zod from "zod" ;
4
4
Original file line number Diff line number Diff line change @@ -11697,19 +11697,20 @@ __metadata:
11697
11697
dependencies:
11698
11698
"@zerry/react-formz": "workspace:^"
11699
11699
peerDependencies:
11700
- "@zerry/react-formz": ">=0.3.4-beta "
11700
+ "@zerry/react-formz": ">=1.1.0 "
11701
11701
languageName: unknown
11702
11702
linkType: soft
11703
11703
11704
11704
"@zerry/react-formz-validators-yup@workspace:packages/react-formz-validators/yup":
11705
11705
version: 0.0.0-use.local
11706
11706
resolution: "@zerry/react-formz-validators-yup@workspace:packages/react-formz-validators/yup"
11707
11707
dependencies:
11708
+ "@zerry/react-formz": "workspace:^"
11708
11709
"@zerry/react-formz-validators-utils": "workspace:^"
11709
11710
yup: ^0.32.11
11710
11711
peerDependencies:
11711
- "@zerry/react-formz": ">=0.3.4-beta "
11712
- "@zerry/react-formz-native": ">=0.0.5-beta "
11712
+ "@zerry/react-formz": ">=1.1.0 "
11713
+ "@zerry/react-formz-native": ">=1.1.0 "
11713
11714
yup: "*"
11714
11715
peerDependenciesMeta:
11715
11716
"@zerry/react-formz":
@@ -11723,11 +11724,12 @@ __metadata:
11723
11724
version: 0.0.0-use.local
11724
11725
resolution: "@zerry/react-formz-validators-zod@workspace:packages/react-formz-validators/zod"
11725
11726
dependencies:
11727
+ "@zerry/react-formz": "workspace:^"
11726
11728
"@zerry/react-formz-validators-utils": "workspace:^"
11727
11729
zod: ^3.19.1
11728
11730
peerDependencies:
11729
- "@zerry/react-formz": ">=0.3.4-beta "
11730
- "@zerry/react-formz-native": ">=0.0.5-beta "
11731
+ "@zerry/react-formz": ">=1.1.0 "
11732
+ "@zerry/react-formz-native": ">=1.1.0 "
11731
11733
zod: ">=3.0.0"
11732
11734
peerDependenciesMeta:
11733
11735
"@zerry/react-formz":
You can’t perform that action at this time.
0 commit comments