@cube-dev/ui-kit 0.7.12 → 0.7.13

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cube-dev/ui-kit",
3
- "version": "0.7.12",
3
+ "version": "0.7.13",
4
4
  "description": "UIKit for Cube Projects",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/mjs/index.js",
@@ -173,6 +173,7 @@
173
173
  "react-dom": ">= 17.0.0"
174
174
  },
175
175
  "dependencies": {
176
+ "@storybook/addon-postcss": "^2.0.0",
176
177
  "dom-helpers": "^5.2.1",
177
178
  "react-is": "^17.0.2"
178
179
  },