@storybook/addon-docs 7.0.0-alpha.31 → 7.0.0-alpha.33

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/angular/index.js CHANGED
@@ -2,6 +2,6 @@
2
2
  /* global window */
3
3
 
4
4
  export const setCompodocJson = (compodocJson) => {
5
- // @ts-ignore
5
+ // @ts-expect-error (Converted from ts-ignore)
6
6
  window.__STORYBOOK_COMPODOC_JSON__ = compodocJson;
7
7
  };
@@ -146,7 +146,7 @@ const storyIndexers = async indexers => {
146
146
  const mdxIndexer = async (fileName, opts) => {
147
147
  var _global$FEATURES3;
148
148
 
149
- let code = (await _fsExtra.default.readFile(fileName, 'utf-8')).toString(); // @ts-ignore
149
+ let code = (await _fsExtra.default.readFile(fileName, 'utf-8')).toString(); // @ts-expect-error (Converted from ts-ignore)
150
150
 
151
151
  const {
152
152
  compile
@@ -118,7 +118,7 @@ export async function webpack(webpackConfig = {}, options) {
118
118
  }
119
119
  export const storyIndexers = async indexers => {
120
120
  const mdxIndexer = async (fileName, opts) => {
121
- let code = (await fs.readFile(fileName, 'utf-8')).toString(); // @ts-ignore
121
+ let code = (await fs.readFile(fileName, 'utf-8')).toString(); // @ts-expect-error (Converted from ts-ignore)
122
122
 
123
123
  const {
124
124
  compile
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/addon-docs",
3
- "version": "7.0.0-alpha.31",
3
+ "version": "7.0.0-alpha.33",
4
4
  "description": "Document component usage and properties in Markdown",
5
5
  "keywords": [
6
6
  "addon",
@@ -53,22 +53,22 @@
53
53
  "@babel/preset-env": "^7.12.11",
54
54
  "@jest/transform": "^26.6.2",
55
55
  "@mdx-js/react": "^1.6.22",
56
- "@storybook/addons": "7.0.0-alpha.31",
57
- "@storybook/api": "7.0.0-alpha.31",
58
- "@storybook/blocks": "7.0.0-alpha.31",
59
- "@storybook/components": "7.0.0-alpha.31",
60
- "@storybook/core-common": "7.0.0-alpha.31",
61
- "@storybook/core-events": "7.0.0-alpha.31",
56
+ "@storybook/addons": "7.0.0-alpha.33",
57
+ "@storybook/api": "7.0.0-alpha.33",
58
+ "@storybook/blocks": "7.0.0-alpha.33",
59
+ "@storybook/components": "7.0.0-alpha.33",
60
+ "@storybook/core-common": "7.0.0-alpha.33",
61
+ "@storybook/core-events": "7.0.0-alpha.33",
62
62
  "@storybook/csf": "0.0.2--canary.0899bb7.0",
63
- "@storybook/csf-tools": "7.0.0-alpha.31",
64
- "@storybook/docs-tools": "7.0.0-alpha.31",
63
+ "@storybook/csf-tools": "7.0.0-alpha.33",
64
+ "@storybook/docs-tools": "7.0.0-alpha.33",
65
65
  "@storybook/mdx1-csf": "0.0.5-canary.13.9ce928a.0",
66
- "@storybook/node-logger": "7.0.0-alpha.31",
67
- "@storybook/postinstall": "7.0.0-alpha.31",
68
- "@storybook/preview-web": "7.0.0-alpha.31",
69
- "@storybook/source-loader": "7.0.0-alpha.31",
70
- "@storybook/store": "7.0.0-alpha.31",
71
- "@storybook/theming": "7.0.0-alpha.31",
66
+ "@storybook/node-logger": "7.0.0-alpha.33",
67
+ "@storybook/postinstall": "7.0.0-alpha.33",
68
+ "@storybook/preview-web": "7.0.0-alpha.33",
69
+ "@storybook/source-loader": "7.0.0-alpha.33",
70
+ "@storybook/store": "7.0.0-alpha.33",
71
+ "@storybook/theming": "7.0.0-alpha.33",
72
72
  "babel-loader": "^8.2.5",
73
73
  "dequal": "^2.0.2",
74
74
  "global": "^4.4.0",
@@ -103,7 +103,7 @@
103
103
  "publishConfig": {
104
104
  "access": "public"
105
105
  },
106
- "gitHead": "02c013c33186479017098d532a18ff8654b91f1f",
106
+ "gitHead": "5da5b0fabd04cc5cd5771e8242a960f05d03234a",
107
107
  "storybook": {
108
108
  "displayName": "Docs",
109
109
  "icon": "https://user-images.githubusercontent.com/263385/101991672-48355c80-3c7c-11eb-82d9-95fa12438f64.png",