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