@storybook/react-webpack5 7.0.0-alpha.18 → 7.0.0-alpha.20

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -12,7 +12,7 @@ So you can develop UI components in isolation without worrying about app specifi
12
12
 
13
13
  ```sh
14
14
  cd my-react-app
15
- npx sb init
15
+ npx storybook init
16
16
  ```
17
17
 
18
18
  For more information visit: [storybook.js.org](https://storybook.js.org)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/react-webpack5",
3
- "version": "7.0.0-alpha.18",
3
+ "version": "7.0.0-alpha.20",
4
4
  "description": "Storybook for React: Develop React Component in isolation with Hot Reloading.",
5
5
  "keywords": [
6
6
  "storybook"
@@ -51,9 +51,9 @@
51
51
  "prepare": "../../../scripts/prepare/bundle.ts"
52
52
  },
53
53
  "dependencies": {
54
- "@storybook/builder-webpack5": "7.0.0-alpha.18",
55
- "@storybook/preset-react-webpack": "7.0.0-alpha.18",
56
- "@storybook/react": "7.0.0-alpha.18",
54
+ "@storybook/builder-webpack5": "7.0.0-alpha.20",
55
+ "@storybook/preset-react-webpack": "7.0.0-alpha.20",
56
+ "@storybook/react": "7.0.0-alpha.20",
57
57
  "@types/node": "^14.14.20 || ^16.0.0",
58
58
  "core-js": "^3.8.2"
59
59
  },
@@ -87,5 +87,5 @@
87
87
  ],
88
88
  "platform": "node"
89
89
  },
90
- "gitHead": "bd59f1eef0f644175abdb0d9873ed0553f431f53"
90
+ "gitHead": "a6c00d2ebed21da54b4772b4a4f7fed9258f0ab4"
91
91
  }