@storybook/addon-essentials 6.4.17 → 6.4.20
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 +16 -16
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Storybook Essentials is a curated collection of addons to bring out the best of Storybook.
|
|
4
4
|
|
|
5
|
-
Each addon is documented and maintained by the core team and will be upgraded alongside Storybook as the platform evolves. We will also do our best to maintain [framework support](https://
|
|
5
|
+
Each addon is documented and maintained by the core team and will be upgraded alongside Storybook as the platform evolves. We will also do our best to maintain [framework support](https://storybook.js.org/docs/react/api/frameworks-feature-support) for all of the officially supported frameworks.
|
|
6
6
|
|
|
7
7
|
## Contents
|
|
8
8
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storybook/addon-essentials",
|
|
3
|
-
"version": "6.4.
|
|
3
|
+
"version": "6.4.20",
|
|
4
4
|
"description": "Curated addons to bring out the best of Storybook",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"addon",
|
|
@@ -39,31 +39,31 @@
|
|
|
39
39
|
"prepare": "node ../../scripts/prepare.js"
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@storybook/addon-actions": "6.4.
|
|
43
|
-
"@storybook/addon-backgrounds": "6.4.
|
|
44
|
-
"@storybook/addon-controls": "6.4.
|
|
45
|
-
"@storybook/addon-docs": "6.4.
|
|
46
|
-
"@storybook/addon-measure": "6.4.
|
|
47
|
-
"@storybook/addon-outline": "6.4.
|
|
48
|
-
"@storybook/addon-toolbars": "6.4.
|
|
49
|
-
"@storybook/addon-viewport": "6.4.
|
|
50
|
-
"@storybook/addons": "6.4.
|
|
51
|
-
"@storybook/api": "6.4.
|
|
52
|
-
"@storybook/node-logger": "6.4.
|
|
42
|
+
"@storybook/addon-actions": "6.4.20",
|
|
43
|
+
"@storybook/addon-backgrounds": "6.4.20",
|
|
44
|
+
"@storybook/addon-controls": "6.4.20",
|
|
45
|
+
"@storybook/addon-docs": "6.4.20",
|
|
46
|
+
"@storybook/addon-measure": "6.4.20",
|
|
47
|
+
"@storybook/addon-outline": "6.4.20",
|
|
48
|
+
"@storybook/addon-toolbars": "6.4.20",
|
|
49
|
+
"@storybook/addon-viewport": "6.4.20",
|
|
50
|
+
"@storybook/addons": "6.4.20",
|
|
51
|
+
"@storybook/api": "6.4.20",
|
|
52
|
+
"@storybook/node-logger": "6.4.20",
|
|
53
53
|
"core-js": "^3.8.2",
|
|
54
54
|
"regenerator-runtime": "^0.13.7",
|
|
55
55
|
"ts-dedent": "^2.0.0"
|
|
56
56
|
},
|
|
57
57
|
"devDependencies": {
|
|
58
58
|
"@babel/core": "^7.12.10",
|
|
59
|
-
"@storybook/vue": "6.4.
|
|
59
|
+
"@storybook/vue": "6.4.20",
|
|
60
60
|
"@types/jest": "^26.0.16",
|
|
61
61
|
"@types/webpack-env": "^1.16.0"
|
|
62
62
|
},
|
|
63
63
|
"peerDependencies": {
|
|
64
64
|
"@babel/core": "^7.9.6",
|
|
65
|
-
"@storybook/vue": "6.4.
|
|
66
|
-
"@storybook/web-components": "6.4.
|
|
65
|
+
"@storybook/vue": "6.4.20",
|
|
66
|
+
"@storybook/web-components": "6.4.20",
|
|
67
67
|
"babel-loader": "^8.0.0",
|
|
68
68
|
"lit-html": "^1.4.1 || ^2.0.0-rc.3",
|
|
69
69
|
"react": "^16.8.0 || ^17.0.0",
|
|
@@ -93,6 +93,6 @@
|
|
|
93
93
|
"publishConfig": {
|
|
94
94
|
"access": "public"
|
|
95
95
|
},
|
|
96
|
-
"gitHead": "
|
|
96
|
+
"gitHead": "c91a26aff48ee9c5ee555c4788513c6cef16e0a9",
|
|
97
97
|
"sbmodern": "dist/modern/index.js"
|
|
98
98
|
}
|