@storybook/addon-docs 6.5.0-alpha.36 → 6.5.0-alpha.40

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.
@@ -11,7 +11,6 @@ var _HOC = _interopRequireDefault(require("@storybook/addon-docs/svelte/HOC.svel
11
11
 
12
12
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
13
13
 
14
- // eslint-disable-next-line import/no-extraneous-dependencies
15
14
  var prepareForInline = function prepareForInline(storyFn) {
16
15
  var el = _react.default.useRef(null);
17
16
 
@@ -3,8 +3,7 @@ import "core-js/modules/es.function.name.js";
3
3
  import "core-js/modules/es.array.filter.js";
4
4
  import "core-js/modules/es.object.to-string.js";
5
5
  import { Parser } from 'acorn';
6
- import jsx from 'acorn-jsx'; // eslint-disable-next-line import/no-extraneous-dependencies
7
-
6
+ import jsx from 'acorn-jsx';
8
7
  import * as acornWalk from 'acorn-walk';
9
8
  import { InspectionType } from './types';
10
9
  var ACORN_WALK_VISITORS = Object.assign({}, acornWalk.base, {
@@ -1,5 +1,4 @@
1
- import React from 'react'; // eslint-disable-next-line import/no-extraneous-dependencies
2
-
1
+ import React from 'react';
3
2
  import HOC from '@storybook/addon-docs/svelte/HOC.svelte';
4
3
  export var prepareForInline = function prepareForInline(storyFn) {
5
4
  var el = React.useRef(null);
@@ -1,6 +1,5 @@
1
1
  import { Parser } from 'acorn';
2
- import jsx from 'acorn-jsx'; // eslint-disable-next-line import/no-extraneous-dependencies
3
-
2
+ import jsx from 'acorn-jsx';
4
3
  import * as acornWalk from 'acorn-walk';
5
4
  import { InspectionType } from './types';
6
5
  const ACORN_WALK_VISITORS = Object.assign({}, acornWalk.base, {
@@ -1,5 +1,4 @@
1
- import React from 'react'; // eslint-disable-next-line import/no-extraneous-dependencies
2
-
1
+ import React from 'react';
3
2
  import HOC from '@storybook/addon-docs/svelte/HOC.svelte';
4
3
  export const prepareForInline = storyFn => {
5
4
  const el = React.useRef(null);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/addon-docs",
3
- "version": "6.5.0-alpha.36",
3
+ "version": "6.5.0-alpha.40",
4
4
  "description": "Document component usage and properties in Markdown",
5
5
  "keywords": [
6
6
  "addon",
@@ -64,21 +64,21 @@
64
64
  "@mdx-js/loader": "^1.6.22",
65
65
  "@mdx-js/mdx": "^1.6.22",
66
66
  "@mdx-js/react": "^1.6.22",
67
- "@storybook/addons": "6.5.0-alpha.36",
68
- "@storybook/api": "6.5.0-alpha.36",
69
- "@storybook/builder-webpack4": "6.5.0-alpha.36",
70
- "@storybook/client-logger": "6.5.0-alpha.36",
71
- "@storybook/components": "6.5.0-alpha.36",
72
- "@storybook/core": "6.5.0-alpha.36",
73
- "@storybook/core-events": "6.5.0-alpha.36",
67
+ "@storybook/addons": "6.5.0-alpha.40",
68
+ "@storybook/api": "6.5.0-alpha.40",
69
+ "@storybook/builder-webpack4": "6.5.0-alpha.40",
70
+ "@storybook/client-logger": "6.5.0-alpha.40",
71
+ "@storybook/components": "6.5.0-alpha.40",
72
+ "@storybook/core": "6.5.0-alpha.40",
73
+ "@storybook/core-events": "6.5.0-alpha.40",
74
74
  "@storybook/csf": "0.0.2--canary.87bc651.0",
75
- "@storybook/csf-tools": "6.5.0-alpha.36",
76
- "@storybook/node-logger": "6.5.0-alpha.36",
77
- "@storybook/postinstall": "6.5.0-alpha.36",
78
- "@storybook/preview-web": "6.5.0-alpha.36",
79
- "@storybook/source-loader": "6.5.0-alpha.36",
80
- "@storybook/store": "6.5.0-alpha.36",
81
- "@storybook/theming": "6.5.0-alpha.36",
75
+ "@storybook/csf-tools": "6.5.0-alpha.40",
76
+ "@storybook/node-logger": "6.5.0-alpha.40",
77
+ "@storybook/postinstall": "6.5.0-alpha.40",
78
+ "@storybook/preview-web": "6.5.0-alpha.40",
79
+ "@storybook/source-loader": "6.5.0-alpha.40",
80
+ "@storybook/store": "6.5.0-alpha.40",
81
+ "@storybook/theming": "6.5.0-alpha.40",
82
82
  "acorn": "^7.4.1",
83
83
  "acorn-jsx": "^5.3.1",
84
84
  "acorn-walk": "^7.2.0",
@@ -107,11 +107,11 @@
107
107
  "@babel/core": "^7.12.10",
108
108
  "@emotion/core": "^10.3.1",
109
109
  "@emotion/styled": "^10.0.27",
110
- "@storybook/angular": "6.5.0-alpha.36",
111
- "@storybook/html": "6.5.0-alpha.36",
112
- "@storybook/react": "6.5.0-alpha.36",
113
- "@storybook/vue": "6.5.0-alpha.36",
114
- "@storybook/web-components": "6.5.0-alpha.36",
110
+ "@storybook/angular": "6.5.0-alpha.40",
111
+ "@storybook/html": "6.5.0-alpha.40",
112
+ "@storybook/react": "6.5.0-alpha.40",
113
+ "@storybook/vue": "6.5.0-alpha.40",
114
+ "@storybook/web-components": "6.5.0-alpha.40",
115
115
  "@types/cross-spawn": "^6.0.2",
116
116
  "@types/doctrine": "^0.0.3",
117
117
  "@types/enzyme": "^3.10.8",
@@ -140,29 +140,25 @@
140
140
  "webpack": "4",
141
141
  "zone.js": "^0.11.3"
142
142
  },
143
- "peerDependencies": {
144
- "@storybook/angular": "6.5.0-alpha.36",
145
- "@storybook/html": "6.5.0-alpha.36",
146
- "@storybook/react": "6.5.0-alpha.36",
147
- "@storybook/vue": "6.5.0-alpha.36",
148
- "@storybook/vue3": "6.5.0-alpha.36",
149
- "@storybook/web-components": "6.5.0-alpha.36",
150
- "lit": "^2.0.0",
151
- "lit-html": "^1.4.1 || ^2.0.0",
152
- "react": "^16.8.0 || ^17.0.0",
153
- "react-dom": "^16.8.0 || ^17.0.0",
154
- "svelte": "^3.31.2",
155
- "sveltedoc-parser": "^4.1.0",
156
- "vue": "^2.6.10 || ^3.0.0",
157
- "webpack": "*"
158
- },
159
143
  "peerDependenciesMeta": {
160
144
  "@storybook/angular": {
161
145
  "optional": true
162
146
  },
147
+ "@storybook/builder-webpack4": {
148
+ "optional": true
149
+ },
150
+ "@storybook/builder-webpack5": {
151
+ "optional": true
152
+ },
163
153
  "@storybook/html": {
164
154
  "optional": true
165
155
  },
156
+ "@storybook/manager-webpack4": {
157
+ "optional": true
158
+ },
159
+ "@storybook/manager-webpack5": {
160
+ "optional": true
161
+ },
166
162
  "@storybook/react": {
167
163
  "optional": true
168
164
  },
@@ -203,7 +199,7 @@
203
199
  "publishConfig": {
204
200
  "access": "public"
205
201
  },
206
- "gitHead": "7332caf9f83fe7ab1bb1e80fb52747fb4cf4cdf1",
202
+ "gitHead": "ffb3402ee40562579d45dbcf7870a1a8372ac0dd",
207
203
  "sbmodern": "dist/modern/index.js",
208
204
  "storybook": {
209
205
  "displayName": "Docs",