File tree Expand file tree Collapse file tree 6 files changed +15
-12
lines changed
packages/react-formz-validators Expand file tree Collapse file tree 6 files changed +15
-12
lines changed Original file line number Diff line number Diff line change 55 "description" : " Shared utilitity functions for zod validators." ,
66 "main" : " index.ts" ,
77 "peerDependencies" : {
8- "@zerry/react-formz" : " >=0.3.4-beta "
8+ "@zerry/react-formz" : " >=1.1.0 "
99 },
1010 "files" : [
1111 " dist"
Original file line number Diff line number Diff line change @@ -75,7 +75,6 @@ export default defineConfig({
7575 external : [ "@zerry/react-formz" ] . concat ( external ?? [ ] ) ,
7676 output : {
7777 globals : {
78- "@zerry/react-formz" : "@zerry/react-formz" ,
7978 ...globals ,
8079 } ,
8180 } ,
Original file line number Diff line number Diff line change 99 "source" : " index.ts" ,
1010 "types" : " dist/yup.d.ts" ,
1111 "devDependencies" : {
12+ "@zerry/react-formz" : " workspace:^" ,
1213 "@zerry/react-formz-validators-utils" : " workspace:^" ,
1314 "yup" : " ^0.32.11"
1415 },
1516 "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 " ,
1819 "yup" : " *"
1920 },
2021 "peerDependenciesMeta" : {
Original file line number Diff line number Diff line change 99 "source" : " index.ts" ,
1010 "types" : " dist/zod.d.ts" ,
1111 "devDependencies" : {
12+ "@zerry/react-formz" : " workspace:^" ,
1213 "@zerry/react-formz-validators-utils" : " workspace:^" ,
1314 "zod" : " ^3.19.1"
1415 },
1516 "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 " ,
1819 "zod" : " >=3.0.0"
1920 },
2021 "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 " ;
22import { toNestedErrors } from "@zerry/react-formz-validators-utils" ;
33import zod from "zod" ;
44
Original file line number Diff line number Diff line change @@ -11697,19 +11697,20 @@ __metadata:
1169711697 dependencies:
1169811698 "@zerry/react-formz": "workspace:^"
1169911699 peerDependencies:
11700- "@zerry/react-formz": ">=0.3.4-beta "
11700+ "@zerry/react-formz": ">=1.1.0 "
1170111701 languageName: unknown
1170211702 linkType: soft
1170311703
1170411704"@zerry/react-formz-validators-yup@workspace:packages/react-formz-validators/yup":
1170511705 version: 0.0.0-use.local
1170611706 resolution: "@zerry/react-formz-validators-yup@workspace:packages/react-formz-validators/yup"
1170711707 dependencies:
11708+ "@zerry/react-formz": "workspace:^"
1170811709 "@zerry/react-formz-validators-utils": "workspace:^"
1170911710 yup: ^0.32.11
1171011711 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 "
1171311714 yup: "*"
1171411715 peerDependenciesMeta:
1171511716 "@zerry/react-formz":
@@ -11723,11 +11724,12 @@ __metadata:
1172311724 version: 0.0.0-use.local
1172411725 resolution: "@zerry/react-formz-validators-zod@workspace:packages/react-formz-validators/zod"
1172511726 dependencies:
11727+ "@zerry/react-formz": "workspace:^"
1172611728 "@zerry/react-formz-validators-utils": "workspace:^"
1172711729 zod: ^3.19.1
1172811730 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 "
1173111733 zod: ">=3.0.0"
1173211734 peerDependenciesMeta:
1173311735 "@zerry/react-formz":
You can’t perform that action at this time.
0 commit comments