@saas-ui/storybook-addon 1.0.1-rc.2 → 1.1.0-rc.3
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 +8 -8
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@saas-ui/storybook-addon",
|
3
|
-
"version": "1.0
|
3
|
+
"version": "1.1.0-rc.3",
|
4
4
|
"description": "The official Storybook Addon for Saas UI",
|
5
5
|
"main": "dist/index.js",
|
6
6
|
"module": "dist/index.mjs",
|
@@ -73,16 +73,16 @@
|
|
73
73
|
},
|
74
74
|
"homepage": "https://github.com/saas-ui/saas-ui#readme",
|
75
75
|
"devDependencies": {
|
76
|
-
"@chakra-ui/react": "^2.
|
76
|
+
"@chakra-ui/react": "^2.7.0",
|
77
77
|
"@chakra-ui/system": ">=2.3.8",
|
78
78
|
"@emotion/react": ">=11.1.5",
|
79
79
|
"@emotion/styled": ">=11.1.5",
|
80
|
-
"@saas-ui/react": "2.0.0-rc.
|
81
|
-
"@saas-ui/theme": "2.0.0-rc.
|
82
|
-
"@saas-ui/theme-glass": "0.
|
83
|
-
"@storybook/addons": "^7.0.
|
84
|
-
"@storybook/api": "^7.0.
|
85
|
-
"@storybook/components": "^7.0.
|
80
|
+
"@saas-ui/react": "2.0.0-rc.30",
|
81
|
+
"@saas-ui/theme": "2.0.0-rc.16",
|
82
|
+
"@saas-ui/theme-glass": "0.4.0-rc.5",
|
83
|
+
"@storybook/addons": "^7.0.20",
|
84
|
+
"@storybook/api": "^7.0.20",
|
85
|
+
"@storybook/components": "^7.0.20",
|
86
86
|
"framer-motion": ">=4.1.17",
|
87
87
|
"react": "^18.2.0",
|
88
88
|
"react-dom": ">=18.0.0",
|