@storybook/react-webpack5 7.0.2 → 7.0.4

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/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 storybook init
15
+ npx storybook@latest 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.2",
3
+ "version": "7.0.4",
4
4
  "description": "Storybook for React: Develop React Component in isolation with Hot Reloading.",
5
5
  "keywords": [
6
6
  "storybook"
@@ -48,9 +48,9 @@
48
48
  "prep": "../../../scripts/prepare/bundle.ts"
49
49
  },
50
50
  "dependencies": {
51
- "@storybook/builder-webpack5": "7.0.2",
52
- "@storybook/preset-react-webpack": "7.0.2",
53
- "@storybook/react": "7.0.2",
51
+ "@storybook/builder-webpack5": "7.0.4",
52
+ "@storybook/preset-react-webpack": "7.0.4",
53
+ "@storybook/react": "7.0.4",
54
54
  "@types/node": "^16.0.0"
55
55
  },
56
56
  "devDependencies": {
@@ -83,5 +83,5 @@
83
83
  ],
84
84
  "platform": "node"
85
85
  },
86
- "gitHead": "96b498debee8b89d0c4050c13172a5a818c9997a"
86
+ "gitHead": "98ddf58dba5ec35963e94a6f01f5043b2c866470"
87
87
  }