Skip to content

Commit e504b1a

Browse files
committedSep 18, 2023
Fix: fix zod files
1 parent a90061a commit e504b1a

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed
 

‎packages/react-formz-validators-utils/package.json

+3
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
"scripts": {
1212
"build": "vite build && tsc -p ./tsconfig.build.json"
1313
},
14+
"dependencies": {
15+
"@zerry/react-formz-core": "workspace:^"
16+
},
1417
"peerDependencies": {
1518
"@zerry/react-formz": ">=1.1.0",
1619
"@zerry/react-formz-core": ">=1.1.0",

‎packages/react-formz-validators-yup/package.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,15 @@
1111
"scripts": {
1212
"build": "vite build && tsc -p ./tsconfig.build.json"
1313
},
14+
"dependencies": {
15+
"@zerry/react-formz-validators-utils": "workspace:^"
16+
},
1417
"devDependencies": {
1518
"@babel/core": "^7.19.0",
1619
"@babel/preset-env": "^7.19.0",
1720
"@babel/preset-typescript": "^7.18.6",
1821
"@zerry/react-formz": "workspace:^",
1922
"@zerry/react-formz-core": "workspace:^",
20-
"@zerry/react-formz-validators-utils": "workspace:^",
2123
"typescript": "^4.8.3",
2224
"vite": "^3.1.0",
2325
"yup": "^0.32.11"

‎packages/react-formz-validators-zod/package.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,15 @@
1111
"scripts": {
1212
"build": "LIB=zod vite build && tsc -p ./tsconfig.build.json"
1313
},
14+
"dependencies": {
15+
"@zerry/react-formz-validators-utils": "workspace:^"
16+
},
1417
"devDependencies": {
1518
"@babel/core": "^7.19.0",
1619
"@babel/preset-env": "^7.19.0",
1720
"@babel/preset-typescript": "^7.18.6",
1821
"@zerry/react-formz": "workspace:^",
1922
"@zerry/react-formz-core": "workspace:^",
20-
"@zerry/react-formz-validators-utils": "workspace:^",
2123
"typescript": "^4.8.3",
2224
"vite": "^3.1.0",
2325
"zod": "^3.19.1"

0 commit comments

Comments
 (0)
Please sign in to comment.