@saas-ui/forms 2.0.0-next.2 → 2.0.0-next.3
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +6 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@saas-ui/forms",
|
3
|
-
"version": "2.0.0-next.
|
3
|
+
"version": "2.0.0-next.3",
|
4
4
|
"description": "Fully functional forms for Chakra UI.",
|
5
5
|
"source": "src/index.ts",
|
6
6
|
"exports": {
|
@@ -86,7 +86,7 @@
|
|
86
86
|
"@chakra-ui/icons": "^2.0.16",
|
87
87
|
"@chakra-ui/react-utils": "^2.0.11",
|
88
88
|
"@chakra-ui/utils": "^2.0.14",
|
89
|
-
"@saas-ui/core": "2.0.0-next.
|
89
|
+
"@saas-ui/core": "2.0.0-next.3",
|
90
90
|
"react-hook-form": "^7.43.0"
|
91
91
|
},
|
92
92
|
"peerDependencies": {
|