@saas-ui/forms 2.8.2 → 2.9.0
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +11 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@saas-ui/forms",
|
3
|
-
"version": "2.
|
3
|
+
"version": "2.9.0",
|
4
4
|
"description": "Fully functional forms for Chakra UI.",
|
5
5
|
"source": "src/index.ts",
|
6
6
|
"exports": {
|
@@ -103,11 +103,11 @@
|
|
103
103
|
"dependencies": {
|
104
104
|
"@chakra-ui/utils": "^2.2.1",
|
105
105
|
"@hookform/resolvers": "^3.9.0",
|
106
|
-
"@saas-ui/core": "2.
|
106
|
+
"@saas-ui/core": "2.8.0",
|
107
107
|
"react-hook-form": "^7.53.0"
|
108
108
|
},
|
109
109
|
"peerDependencies": {
|
110
|
-
"@chakra-ui/react": ">=2.
|
110
|
+
"@chakra-ui/react": ">=2.9.0 <3",
|
111
111
|
"@emotion/react": ">=11.0.0",
|
112
112
|
"@emotion/styled": ">=11.0.0",
|
113
113
|
"framer-motion": ">=6.0.0",
|