@storybook/react 6.3.7 → 6.3.8

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 +2 -0
  2. package/package.json +7 -7
package/README.md CHANGED
@@ -33,6 +33,8 @@ Support for [Create React App](https://create-react-app.dev/) is handled by [`@s
33
33
 
34
34
  This preset enables support for all Create React App features, including Sass/SCSS and TypeScript.
35
35
 
36
+ If you're working on an app that was initialized manually (i.e., without the use of Create React App), ensure that your app has [react-dom](https://www.npmjs.com/package/react-dom) included as a dependency. Failing to do so can lead to unforeseen issues with Storybook and your project.
37
+
36
38
  ## Typescript
37
39
 
38
40
  `@storybook/react` is now exporting its own types to use with Typescript.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/react",
3
- "version": "6.3.7",
3
+ "version": "6.3.8",
4
4
  "description": "Storybook for React: Develop React Component in isolation with Hot Reloading.",
5
5
  "keywords": [
6
6
  "storybook"
@@ -49,10 +49,10 @@
49
49
  "@babel/preset-flow": "^7.12.1",
50
50
  "@babel/preset-react": "^7.12.10",
51
51
  "@pmmmwh/react-refresh-webpack-plugin": "^0.4.3",
52
- "@storybook/addons": "6.3.7",
53
- "@storybook/core": "6.3.7",
54
- "@storybook/core-common": "6.3.7",
55
- "@storybook/node-logger": "6.3.7",
52
+ "@storybook/addons": "6.3.8",
53
+ "@storybook/core": "6.3.8",
54
+ "@storybook/core-common": "6.3.8",
55
+ "@storybook/node-logger": "6.3.8",
56
56
  "@storybook/react-docgen-typescript-plugin": "1.0.2-canary.253f8c1.0",
57
57
  "@storybook/semver": "^7.3.2",
58
58
  "@types/webpack-env": "^1.16.0",
@@ -71,7 +71,7 @@
71
71
  "webpack": "4"
72
72
  },
73
73
  "devDependencies": {
74
- "@storybook/client-api": "6.3.7",
74
+ "@storybook/client-api": "6.3.8",
75
75
  "@types/node": "^14.14.20",
76
76
  "@types/prompts": "^2.0.9"
77
77
  },
@@ -94,6 +94,6 @@
94
94
  "publishConfig": {
95
95
  "access": "public"
96
96
  },
97
- "gitHead": "57695ddcfdc6f2b5c6534579d84066ec4e855679",
97
+ "gitHead": "7982432207f6c28bf597b053e49e36fbbcd19b88",
98
98
  "sbmodern": "dist/modern/client/index.js"
99
99
  }