@storybook/addon-docs 9.1.15 → 9.1.16

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 +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/addon-docs",
3
- "version": "9.1.15",
3
+ "version": "9.1.16",
4
4
  "description": "Storybook Docs: Document UI components automatically with stories and MDX",
5
5
  "keywords": [
6
6
  "docs",
@@ -123,9 +123,9 @@
123
123
  },
124
124
  "dependencies": {
125
125
  "@mdx-js/react": "^3.0.0",
126
- "@storybook/csf-plugin": "9.1.15",
126
+ "@storybook/csf-plugin": "9.1.16",
127
127
  "@storybook/icons": "^1.4.0",
128
- "@storybook/react-dom-shim": "9.1.15",
128
+ "@storybook/react-dom-shim": "9.1.16",
129
129
  "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
130
130
  "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
131
131
  "ts-dedent": "^2.0.0"
@@ -152,7 +152,7 @@
152
152
  "vite": "^6.2.5"
153
153
  },
154
154
  "peerDependencies": {
155
- "storybook": "^9.1.15"
155
+ "storybook": "^9.1.16"
156
156
  },
157
157
  "publishConfig": {
158
158
  "access": "public"