@saas-ui/modals 3.0.0-alpha.3 → 3.0.0-alpha.4
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +8 -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/modals",
|
3
|
-
"version": "3.0.0-alpha.
|
3
|
+
"version": "3.0.0-alpha.4",
|
4
4
|
"description": "A modal manager for Chakra UI",
|
5
5
|
"type": "module",
|
6
6
|
"exports": {
|
@@ -67,14 +67,14 @@
|
|
67
67
|
},
|
68
68
|
"dependencies": {
|
69
69
|
"@saas-ui/core": "3.0.0-alpha.3",
|
70
|
-
"@saas-ui/forms": "3.0.0-alpha.
|
70
|
+
"@saas-ui/forms": "3.0.0-alpha.4",
|
71
71
|
"@saas-ui/hooks": "3.0.0-alpha.3",
|
72
72
|
"@saas-ui/modals-provider": "1.0.0-alpha.2"
|
73
73
|
},
|
74
74
|
"peerDependencies": {
|
75
75
|
"@chakra-ui/react": "^3.0.0",
|
76
76
|
"@emotion/react": ">=11.0.0",
|
77
|
-
"@saas-ui/react": "3.0.0-alpha.
|
77
|
+
"@saas-ui/react": "3.0.0-alpha.4",
|
78
78
|
"react": ">=18.0.0",
|
79
79
|
"react-dom": ">=18.0.0"
|
80
80
|
},
|