@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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. 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://github.com/storybookjs/storybook/blob/main/ADDONS_SUPPORT.md) for all of the officially supported frameworks.
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.17",
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.17",
43
- "@storybook/addon-backgrounds": "6.4.17",
44
- "@storybook/addon-controls": "6.4.17",
45
- "@storybook/addon-docs": "6.4.17",
46
- "@storybook/addon-measure": "6.4.17",
47
- "@storybook/addon-outline": "6.4.17",
48
- "@storybook/addon-toolbars": "6.4.17",
49
- "@storybook/addon-viewport": "6.4.17",
50
- "@storybook/addons": "6.4.17",
51
- "@storybook/api": "6.4.17",
52
- "@storybook/node-logger": "6.4.17",
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.17",
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.17",
66
- "@storybook/web-components": "6.4.17",
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": "dc061f3e38151d25d2cbfb5d16a4531e7ec6e7d3",
96
+ "gitHead": "c91a26aff48ee9c5ee555c4788513c6cef16e0a9",
97
97
  "sbmodern": "dist/modern/index.js"
98
98
  }