@storybook/react 6.3.8 → 6.3.12
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.
- package/README.md +1 -2
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -24,8 +24,7 @@ You can also build a [static version](https://storybook.js.org/docs/react/workfl
|
|
|
24
24
|
|
|
25
25
|
Here are some featured storybooks that you can reference to see how Storybook works:
|
|
26
26
|
|
|
27
|
-
- [Demo of
|
|
28
|
-
- [Demo of React Native Web](https://necolas.github.io/react-native-web/docs/) - [source](https://github.com/necolas/react-native-web)
|
|
27
|
+
- [Demo of Storybook Design System](https://storybook.js.org/design-system) - [source](https://github.com/storybookjs/design-system)
|
|
29
28
|
|
|
30
29
|
## Create React App
|
|
31
30
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storybook/react",
|
|
3
|
-
"version": "6.3.
|
|
3
|
+
"version": "6.3.12",
|
|
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.
|
|
53
|
-
"@storybook/core": "6.3.
|
|
54
|
-
"@storybook/core-common": "6.3.
|
|
55
|
-
"@storybook/node-logger": "6.3.
|
|
52
|
+
"@storybook/addons": "6.3.12",
|
|
53
|
+
"@storybook/core": "6.3.12",
|
|
54
|
+
"@storybook/core-common": "6.3.12",
|
|
55
|
+
"@storybook/node-logger": "6.3.12",
|
|
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.
|
|
74
|
+
"@storybook/client-api": "6.3.12",
|
|
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": "
|
|
97
|
+
"gitHead": "0d700fd7700683d911e99aac2779aaa51e698ae9",
|
|
98
98
|
"sbmodern": "dist/modern/client/index.js"
|
|
99
99
|
}
|