@saas-ui/react 0.12.4 → 0.13.0-next.0
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +4 -2
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@saas-ui/react",
|
3
|
-
"version": "0.
|
3
|
+
"version": "0.13.0-next.0",
|
4
4
|
"description": "Saas UI - The frontend stack for SaaS companies.",
|
5
5
|
"source": "src/index.ts",
|
6
6
|
"exports": {
|
@@ -55,6 +55,7 @@
|
|
55
55
|
"url": "https://storybook.saas-ui.dev"
|
56
56
|
},
|
57
57
|
"dependencies": {
|
58
|
+
"@chakra-ui/system": ">=1.0.0",
|
58
59
|
"@saas-ui/auth": "0.7.2",
|
59
60
|
"@saas-ui/banner": "0.0.2",
|
60
61
|
"@saas-ui/button": "0.4.0",
|
@@ -86,7 +87,8 @@
|
|
86
87
|
},
|
87
88
|
"peerDependencies": {
|
88
89
|
"@chakra-ui/react": ">=1.8.0",
|
89
|
-
"@
|
90
|
+
"@emotion/react": "^11",
|
91
|
+
"@emotion/styled": "^11",
|
90
92
|
"framer-motion": ">=5.5.0",
|
91
93
|
"react": ">=16.8.6",
|
92
94
|
"react-dom": ">=16.8.6"
|