@storybook/addon-docs 9.0.0-alpha.6 → 9.0.0-alpha.8

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 +5 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/addon-docs",
3
- "version": "9.0.0-alpha.6",
3
+ "version": "9.0.0-alpha.8",
4
4
  "description": "Document component usage and properties in Markdown",
5
5
  "keywords": [
6
6
  "addon",
@@ -122,9 +122,9 @@
122
122
  },
123
123
  "dependencies": {
124
124
  "@mdx-js/react": "^3.0.0",
125
- "@storybook/blocks": "9.0.0-alpha.6",
126
- "@storybook/csf-plugin": "9.0.0-alpha.6",
127
- "@storybook/react-dom-shim": "9.0.0-alpha.6",
125
+ "@storybook/blocks": "9.0.0-alpha.8",
126
+ "@storybook/csf-plugin": "9.0.0-alpha.8",
127
+ "@storybook/react-dom-shim": "9.0.0-alpha.8",
128
128
  "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
129
129
  "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
130
130
  "ts-dedent": "^2.0.0"
@@ -141,7 +141,7 @@
141
141
  "vite": "^4.0.4"
142
142
  },
143
143
  "peerDependencies": {
144
- "storybook": "^9.0.0-alpha.6"
144
+ "storybook": "^9.0.0-alpha.8"
145
145
  },
146
146
  "publishConfig": {
147
147
  "access": "public"