@form-instant/react-resolver-zod 0.1.11 → 0.1.14
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +2 -2
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@form-instant/react-resolver-zod",
|
3
|
-
"version": "0.1.
|
3
|
+
"version": "0.1.14",
|
4
4
|
"license": "MIT",
|
5
5
|
"author": {
|
6
6
|
"name": "leomerida15",
|
@@ -32,6 +32,7 @@
|
|
32
32
|
"testEnvironment": "jsdom"
|
33
33
|
},
|
34
34
|
"peerDependencies": {
|
35
|
+
"@form-instant/react-input-mapping": "^0.1.9",
|
35
36
|
"react": "^18.3.1"
|
36
37
|
},
|
37
38
|
"engines": {
|
@@ -48,7 +49,6 @@
|
|
48
49
|
}
|
49
50
|
],
|
50
51
|
"dependencies": {
|
51
|
-
"@form-instant/react-input-mapping": "^0.1.9",
|
52
52
|
"use-context-selector": "^2.0.0"
|
53
53
|
},
|
54
54
|
"devDependencies": {
|