@storybook/addon-docs 8.3.0-alpha.9 → 8.3.0-beta.0
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 +6 -7
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storybook/addon-docs",
|
|
3
|
-
"version": "8.3.0-
|
|
3
|
+
"version": "8.3.0-beta.0",
|
|
4
4
|
"description": "Document component usage and properties in Markdown",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"addon",
|
|
@@ -28,8 +28,7 @@
|
|
|
28
28
|
".": {
|
|
29
29
|
"types": "./dist/index.d.ts",
|
|
30
30
|
"import": "./dist/index.mjs",
|
|
31
|
-
"require": "./dist/index.js"
|
|
32
|
-
"node": "./dist/index.js"
|
|
31
|
+
"require": "./dist/index.js"
|
|
33
32
|
},
|
|
34
33
|
"./preview": {
|
|
35
34
|
"types": "./dist/preview.d.ts",
|
|
@@ -99,10 +98,10 @@
|
|
|
99
98
|
},
|
|
100
99
|
"dependencies": {
|
|
101
100
|
"@mdx-js/react": "^3.0.0",
|
|
102
|
-
"@storybook/blocks": "8.3.0-
|
|
103
|
-
"@storybook/csf-plugin": "8.3.0-
|
|
101
|
+
"@storybook/blocks": "8.3.0-beta.0",
|
|
102
|
+
"@storybook/csf-plugin": "8.3.0-beta.0",
|
|
104
103
|
"@storybook/global": "^5.0.0",
|
|
105
|
-
"@storybook/react-dom-shim": "8.3.0-
|
|
104
|
+
"@storybook/react-dom-shim": "8.3.0-beta.0",
|
|
106
105
|
"@types/react": "^16.8.0 || ^17.0.0 || ^18.0.0",
|
|
107
106
|
"fs-extra": "^11.1.0",
|
|
108
107
|
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
|
|
@@ -120,7 +119,7 @@
|
|
|
120
119
|
"vite": "^4.0.4"
|
|
121
120
|
},
|
|
122
121
|
"peerDependencies": {
|
|
123
|
-
"storybook": "^8.3.0-
|
|
122
|
+
"storybook": "^8.3.0-beta.0"
|
|
124
123
|
},
|
|
125
124
|
"publishConfig": {
|
|
126
125
|
"access": "public"
|