@storybook/react 6.3.0-rc.8 → 6.3.2
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 -1
- package/package.json +8 -8
package/README.md
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Storybook for React is a UI development environment for your React components.
|
|
4
4
|
With it, you can visualize different states of your UI components and develop them interactively.
|
|
5
5
|
|
|
6
|
-

|
|
7
7
|
|
|
8
8
|
Storybook runs outside of your app.
|
|
9
9
|
So you can develop UI components in isolation without worrying about app specific dependencies and requirements.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storybook/react",
|
|
3
|
-
"version": "6.3.
|
|
3
|
+
"version": "6.3.2",
|
|
4
4
|
"description": "Storybook for React: Develop React Component in isolation with Hot Reloading.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"storybook"
|
|
@@ -49,11 +49,11 @@
|
|
|
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.
|
|
56
|
-
"@storybook/react-docgen-typescript-plugin": "1.0.2-canary.
|
|
52
|
+
"@storybook/addons": "6.3.2",
|
|
53
|
+
"@storybook/core": "6.3.2",
|
|
54
|
+
"@storybook/core-common": "6.3.2",
|
|
55
|
+
"@storybook/node-logger": "6.3.2",
|
|
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",
|
|
59
59
|
"babel-plugin-add-react-displayname": "^0.0.5",
|
|
@@ -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.2",
|
|
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": "ebc8c46da77947adead90f3d60a779b6bffe3890",
|
|
98
98
|
"sbmodern": "dist/modern/client/index.js"
|
|
99
99
|
}
|