@saas-ui/forms 2.0.0-next.10 → 2.0.0-next.11
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.11",
|
4
4
|
"description": "Fully functional forms for Chakra UI.",
|
5
5
|
"source": "src/index.ts",
|
6
6
|
"exports": {
|
@@ -89,7 +89,7 @@
|
|
89
89
|
"dependencies": {
|
90
90
|
"@chakra-ui/react-utils": "^2.0.12",
|
91
91
|
"@chakra-ui/utils": "^2.0.15",
|
92
|
-
"@saas-ui/core": "2.0.0-next.
|
92
|
+
"@saas-ui/core": "2.0.0-next.9",
|
93
93
|
"react-hook-form": "^7.43.9"
|
94
94
|
},
|
95
95
|
"peerDependencies": {
|