@saas-ui/forms 2.8.0 → 2.8.1
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +7 -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.8.
|
3
|
+
"version": "2.8.1",
|
4
4
|
"description": "Fully functional forms for Chakra UI.",
|
5
5
|
"source": "src/index.ts",
|
6
6
|
"exports": {
|
@@ -103,7 +103,7 @@
|
|
103
103
|
"dependencies": {
|
104
104
|
"@chakra-ui/utils": "^2.2.1",
|
105
105
|
"@hookform/resolvers": "^3.9.0",
|
106
|
-
"@saas-ui/core": "2.7.
|
106
|
+
"@saas-ui/core": "2.7.1",
|
107
107
|
"react-hook-form": "^7.53.0"
|
108
108
|
},
|
109
109
|
"peerDependencies": {
|