@storybook/addon-docs 9.0.4 → 9.0.5
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 +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storybook/addon-docs",
|
|
3
|
-
"version": "9.0.
|
|
3
|
+
"version": "9.0.5",
|
|
4
4
|
"description": "Document component usage and properties in Markdown",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"addon",
|
|
@@ -111,9 +111,9 @@
|
|
|
111
111
|
},
|
|
112
112
|
"dependencies": {
|
|
113
113
|
"@mdx-js/react": "^3.0.0",
|
|
114
|
-
"@storybook/csf-plugin": "9.0.
|
|
114
|
+
"@storybook/csf-plugin": "9.0.5",
|
|
115
115
|
"@storybook/icons": "^1.2.12",
|
|
116
|
-
"@storybook/react-dom-shim": "9.0.
|
|
116
|
+
"@storybook/react-dom-shim": "9.0.5",
|
|
117
117
|
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
|
|
118
118
|
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
|
|
119
119
|
"ts-dedent": "^2.0.0"
|
|
@@ -140,7 +140,7 @@
|
|
|
140
140
|
"vite": "^6.2.5"
|
|
141
141
|
},
|
|
142
142
|
"peerDependencies": {
|
|
143
|
-
"storybook": "^9.0.
|
|
143
|
+
"storybook": "^9.0.5"
|
|
144
144
|
},
|
|
145
145
|
"publishConfig": {
|
|
146
146
|
"access": "public"
|