beem-component 1.8.4 → 1.8.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/.storybook/main.js +3 -2
  2. package/package.json +14 -13
@@ -1,5 +1,3 @@
1
- const path = require("path");
2
-
3
1
  module.exports = {
4
2
  stories: ["../src/**/*.stories.mdx", "../src/**/*.stories.@(js|jsx|ts|tsx)"],
5
3
  addons: [
@@ -15,4 +13,7 @@ module.exports = {
15
13
  features: {
16
14
  emotionAlias: false, // for mui to work
17
15
  },
16
+ core: {
17
+ builder: 'webpack5',
18
+ },
18
19
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "beem-component",
3
- "version": "1.8.4",
3
+ "version": "1.8.5",
4
4
  "private": false,
5
5
  "main": "dist/components/index.js",
6
6
  "scripts": {
@@ -74,17 +74,19 @@
74
74
  "@commitlint/cli": "^14.1.0",
75
75
  "@commitlint/config-conventional": "^14.1.0",
76
76
  "@commitlint/travis-cli": "^13.2.1",
77
- "@storybook/addon-actions": "^6.3.2",
78
- "@storybook/addon-controls": "^6.3.12",
79
- "@storybook/addon-docs": "^6.3.12",
80
- "@storybook/addon-essentials": "^6.3.12",
81
- "@storybook/addon-knobs": "^6.3.1",
82
- "@storybook/addon-links": "^6.3.2",
83
- "@storybook/addons": "^6.4.9",
84
- "@storybook/node-logger": "^6.3.2",
85
- "@storybook/preset-create-react-app": "^3.2.0",
86
- "@storybook/react": "^6.3.2",
87
- "@storybook/theming": "^6.4.9",
77
+ "@storybook/addon-actions": "^6.5.16",
78
+ "@storybook/addon-controls": "^6.5.16",
79
+ "@storybook/addon-docs": "^6.5.16",
80
+ "@storybook/addon-essentials": "^6.5.16",
81
+ "@storybook/addon-knobs": "^6.4.0",
82
+ "@storybook/addon-links": "^6.5.16",
83
+ "@storybook/addons": "^6.5.16",
84
+ "@storybook/builder-webpack5": "^6.5.16",
85
+ "@storybook/manager-webpack5": "^6.5.16",
86
+ "@storybook/node-logger": "^6.5.16",
87
+ "@storybook/preset-create-react-app": "^4.1.2",
88
+ "@storybook/react": "^6.5.16",
89
+ "@storybook/theming": "^6.5.16",
88
90
  "babel-eslint": "^10.1.0",
89
91
  "babel-loader": "^8.2.3",
90
92
  "babel-plugin-react-intl": "^5.1.18",
@@ -104,7 +106,6 @@
104
106
  "generate-changelog": "^1.8.0",
105
107
  "husky": "^7.0.4",
106
108
  "lint-staged": "^11.2.6",
107
- "nock": "^13.2.0",
108
109
  "prettier": "^2.7.1",
109
110
  "storybook-addon-jsx": "^7.3.14"
110
111
  }