@storybook/addon-docs 7.0.0-alpha.2 → 7.0.0-alpha.5

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 (1) hide show
  1. package/package.json +15 -16
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/addon-docs",
3
- "version": "7.0.0-alpha.2",
3
+ "version": "7.0.0-alpha.5",
4
4
  "description": "Document component usage and properties in Markdown",
5
5
  "keywords": [
6
6
  "addon",
@@ -52,27 +52,26 @@
52
52
  "@babel/preset-env": "^7.12.11",
53
53
  "@jest/transform": "^26.6.2",
54
54
  "@mdx-js/react": "^1.6.22",
55
- "@storybook/addons": "7.0.0-alpha.2",
56
- "@storybook/api": "7.0.0-alpha.2",
57
- "@storybook/components": "7.0.0-alpha.2",
58
- "@storybook/core-common": "7.0.0-alpha.2",
59
- "@storybook/core-events": "7.0.0-alpha.2",
55
+ "@storybook/addons": "7.0.0-alpha.5",
56
+ "@storybook/api": "7.0.0-alpha.5",
57
+ "@storybook/components": "7.0.0-alpha.5",
58
+ "@storybook/core-common": "7.0.0-alpha.5",
59
+ "@storybook/core-events": "7.0.0-alpha.5",
60
60
  "@storybook/csf": "0.0.2--canary.4566f4d.1",
61
- "@storybook/csf-tools": "7.0.0-alpha.2",
62
- "@storybook/docs-tools": "7.0.0-alpha.2",
61
+ "@storybook/csf-tools": "7.0.0-alpha.5",
62
+ "@storybook/docs-tools": "7.0.0-alpha.5",
63
63
  "@storybook/mdx1-csf": "^0.0.1",
64
- "@storybook/node-logger": "7.0.0-alpha.2",
65
- "@storybook/postinstall": "7.0.0-alpha.2",
66
- "@storybook/preview-web": "7.0.0-alpha.2",
67
- "@storybook/source-loader": "7.0.0-alpha.2",
68
- "@storybook/store": "7.0.0-alpha.2",
69
- "@storybook/theming": "7.0.0-alpha.2",
64
+ "@storybook/node-logger": "7.0.0-alpha.5",
65
+ "@storybook/postinstall": "7.0.0-alpha.5",
66
+ "@storybook/preview-web": "7.0.0-alpha.5",
67
+ "@storybook/source-loader": "7.0.0-alpha.5",
68
+ "@storybook/store": "7.0.0-alpha.5",
69
+ "@storybook/theming": "7.0.0-alpha.5",
70
70
  "babel-loader": "^8.2.5",
71
71
  "core-js": "^3.8.2",
72
72
  "fast-deep-equal": "^3.1.3",
73
73
  "global": "^4.4.0",
74
74
  "lodash": "^4.17.21",
75
- "regenerator-runtime": "^0.13.7",
76
75
  "remark-external-links": "^8.0.0",
77
76
  "remark-slug": "^6.0.0",
78
77
  "ts-dedent": "^2.0.0",
@@ -102,7 +101,7 @@
102
101
  "publishConfig": {
103
102
  "access": "public"
104
103
  },
105
- "gitHead": "44920e2b6bd51981bac5124743c29fb9f5517e44",
104
+ "gitHead": "3dd46982823b34d9f37be917b6247631081feff7",
106
105
  "storybook": {
107
106
  "displayName": "Docs",
108
107
  "icon": "https://user-images.githubusercontent.com/263385/101991672-48355c80-3c7c-11eb-82d9-95fa12438f64.png",