@storybook/addon-docs 8.0.0-alpha.4 → 8.0.0-alpha.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 +13 -12
- package/jest.config.js +0 -7
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storybook/addon-docs",
|
|
3
|
-
"version": "8.0.0-alpha.
|
|
3
|
+
"version": "8.0.0-alpha.5",
|
|
4
4
|
"description": "Document component usage and properties in Markdown",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"addon",
|
|
@@ -38,7 +38,8 @@
|
|
|
38
38
|
},
|
|
39
39
|
"./preset": {
|
|
40
40
|
"types": "./dist/preset.d.ts",
|
|
41
|
-
"require": "./dist/preset.js"
|
|
41
|
+
"require": "./dist/preset.js",
|
|
42
|
+
"import": "./dist/preset.js"
|
|
42
43
|
},
|
|
43
44
|
"./blocks": {
|
|
44
45
|
"types": "./dist/blocks.d.ts",
|
|
@@ -99,18 +100,18 @@
|
|
|
99
100
|
"dependencies": {
|
|
100
101
|
"@jest/transform": "^29.3.1",
|
|
101
102
|
"@mdx-js/react": "^2.1.5",
|
|
102
|
-
"@storybook/blocks": "8.0.0-alpha.
|
|
103
|
-
"@storybook/client-logger": "8.0.0-alpha.
|
|
104
|
-
"@storybook/components": "8.0.0-alpha.
|
|
105
|
-
"@storybook/csf-plugin": "8.0.0-alpha.
|
|
106
|
-
"@storybook/csf-tools": "8.0.0-alpha.
|
|
103
|
+
"@storybook/blocks": "8.0.0-alpha.5",
|
|
104
|
+
"@storybook/client-logger": "8.0.0-alpha.5",
|
|
105
|
+
"@storybook/components": "8.0.0-alpha.5",
|
|
106
|
+
"@storybook/csf-plugin": "8.0.0-alpha.5",
|
|
107
|
+
"@storybook/csf-tools": "8.0.0-alpha.5",
|
|
107
108
|
"@storybook/global": "^5.0.0",
|
|
108
109
|
"@storybook/mdx2-csf": "^1.0.0",
|
|
109
|
-
"@storybook/node-logger": "8.0.0-alpha.
|
|
110
|
-
"@storybook/preview-api": "8.0.0-alpha.
|
|
111
|
-
"@storybook/react-dom-shim": "8.0.0-alpha.
|
|
112
|
-
"@storybook/theming": "8.0.0-alpha.
|
|
113
|
-
"@storybook/types": "8.0.0-alpha.
|
|
110
|
+
"@storybook/node-logger": "8.0.0-alpha.5",
|
|
111
|
+
"@storybook/preview-api": "8.0.0-alpha.5",
|
|
112
|
+
"@storybook/react-dom-shim": "8.0.0-alpha.5",
|
|
113
|
+
"@storybook/theming": "8.0.0-alpha.5",
|
|
114
|
+
"@storybook/types": "8.0.0-alpha.5",
|
|
114
115
|
"fs-extra": "^11.1.0",
|
|
115
116
|
"react": "^18.2.0",
|
|
116
117
|
"react-dom": "^18.2.0",
|