@storybook/addon-docs 9.1.2 → 9.1.3

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/package.json CHANGED
@@ -1,14 +1,26 @@
1
1
  {
2
2
  "name": "@storybook/addon-docs",
3
- "version": "9.1.2",
4
- "description": "Document component usage and properties in Markdown",
3
+ "version": "9.1.3",
4
+ "description": "Storybook Docs: Document UI components automatically with stories and MDX",
5
5
  "keywords": [
6
- "addon",
7
- "notes",
6
+ "docs",
8
7
  "documentation",
9
8
  "storybook",
9
+ "storybook-addon",
10
10
  "essentials",
11
- "organize"
11
+ "organize",
12
+ "MDX",
13
+ "markdown",
14
+ "autodocs",
15
+ "styleguide",
16
+ "style guide",
17
+ "component",
18
+ "components",
19
+ "react",
20
+ "vue",
21
+ "angular",
22
+ "svelte",
23
+ "web-components"
12
24
  ],
13
25
  "homepage": "https://github.com/storybookjs/storybook/tree/next/code/addons/docs",
14
26
  "bugs": {
@@ -111,9 +123,9 @@
111
123
  },
112
124
  "dependencies": {
113
125
  "@mdx-js/react": "^3.0.0",
114
- "@storybook/csf-plugin": "9.1.2",
126
+ "@storybook/csf-plugin": "9.1.3",
115
127
  "@storybook/icons": "^1.4.0",
116
- "@storybook/react-dom-shim": "9.1.2",
128
+ "@storybook/react-dom-shim": "9.1.3",
117
129
  "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
118
130
  "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
119
131
  "ts-dedent": "^2.0.0"
@@ -140,7 +152,7 @@
140
152
  "vite": "^6.2.5"
141
153
  },
142
154
  "peerDependencies": {
143
- "storybook": "^9.1.2"
155
+ "storybook": "^9.1.3"
144
156
  },
145
157
  "publishConfig": {
146
158
  "access": "public"