@storybook/addon-docs 7.1.0-alpha.5 → 7.1.0-alpha.7

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 +13 -15
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/addon-docs",
3
- "version": "7.1.0-alpha.5",
3
+ "version": "7.1.0-alpha.7",
4
4
  "description": "Document component usage and properties in Markdown",
5
5
  "keywords": [
6
6
  "addon",
@@ -99,23 +99,21 @@
99
99
  "prep": "../../../scripts/prepare/bundle.ts"
100
100
  },
101
101
  "dependencies": {
102
- "@babel/core": "^7.20.2",
103
- "@babel/plugin-transform-react-jsx": "^7.19.0",
104
102
  "@jest/transform": "^29.3.1",
105
103
  "@mdx-js/react": "^2.1.5",
106
- "@storybook/blocks": "7.1.0-alpha.5",
107
- "@storybook/client-logger": "7.1.0-alpha.5",
108
- "@storybook/components": "7.1.0-alpha.5",
109
- "@storybook/csf-plugin": "7.1.0-alpha.5",
110
- "@storybook/csf-tools": "7.1.0-alpha.5",
104
+ "@storybook/blocks": "7.1.0-alpha.7",
105
+ "@storybook/client-logger": "7.1.0-alpha.7",
106
+ "@storybook/components": "7.1.0-alpha.7",
107
+ "@storybook/csf-plugin": "7.1.0-alpha.7",
108
+ "@storybook/csf-tools": "7.1.0-alpha.7",
111
109
  "@storybook/global": "^5.0.0",
112
110
  "@storybook/mdx2-csf": "^1.0.0",
113
- "@storybook/node-logger": "7.1.0-alpha.5",
114
- "@storybook/postinstall": "7.1.0-alpha.5",
115
- "@storybook/preview-api": "7.1.0-alpha.5",
116
- "@storybook/react-dom-shim": "7.1.0-alpha.5",
117
- "@storybook/theming": "7.1.0-alpha.5",
118
- "@storybook/types": "7.1.0-alpha.5",
111
+ "@storybook/node-logger": "7.1.0-alpha.7",
112
+ "@storybook/postinstall": "7.1.0-alpha.7",
113
+ "@storybook/preview-api": "7.1.0-alpha.7",
114
+ "@storybook/react-dom-shim": "7.1.0-alpha.7",
115
+ "@storybook/theming": "7.1.0-alpha.7",
116
+ "@storybook/types": "7.1.0-alpha.7",
119
117
  "fs-extra": "^11.1.0",
120
118
  "remark-external-links": "^8.0.0",
121
119
  "remark-slug": "^6.0.0",
@@ -145,7 +143,7 @@
145
143
  "@storybook/mdx1-csf"
146
144
  ]
147
145
  },
148
- "gitHead": "8e835df7a5e177b96e4e55c2fc8d4a3ac4d47ec1",
146
+ "gitHead": "ab6f997ca1ff37b0711a7e12c12af8d76d85f0fc",
149
147
  "storybook": {
150
148
  "displayName": "Docs",
151
149
  "icon": "https://user-images.githubusercontent.com/263385/101991672-48355c80-3c7c-11eb-82d9-95fa12438f64.png",