@storybook/addon-docs 7.1.0-alpha.1 → 7.1.0-alpha.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 +16 -19
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storybook/addon-docs",
|
|
3
|
-
"version": "7.1.0-alpha.
|
|
3
|
+
"version": "7.1.0-alpha.3",
|
|
4
4
|
"description": "Document component usage and properties in Markdown",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"addon",
|
|
@@ -103,19 +103,19 @@
|
|
|
103
103
|
"@babel/plugin-transform-react-jsx": "^7.19.0",
|
|
104
104
|
"@jest/transform": "^29.3.1",
|
|
105
105
|
"@mdx-js/react": "^2.1.5",
|
|
106
|
-
"@storybook/blocks": "7.1.0-alpha.
|
|
107
|
-
"@storybook/client-logger": "7.1.0-alpha.
|
|
108
|
-
"@storybook/components": "7.1.0-alpha.
|
|
109
|
-
"@storybook/csf-plugin": "7.1.0-alpha.
|
|
110
|
-
"@storybook/csf-tools": "7.1.0-alpha.
|
|
106
|
+
"@storybook/blocks": "7.1.0-alpha.3",
|
|
107
|
+
"@storybook/client-logger": "7.1.0-alpha.3",
|
|
108
|
+
"@storybook/components": "7.1.0-alpha.3",
|
|
109
|
+
"@storybook/csf-plugin": "7.1.0-alpha.3",
|
|
110
|
+
"@storybook/csf-tools": "7.1.0-alpha.3",
|
|
111
111
|
"@storybook/global": "^5.0.0",
|
|
112
112
|
"@storybook/mdx2-csf": "^1.0.0",
|
|
113
|
-
"@storybook/node-logger": "7.1.0-alpha.
|
|
114
|
-
"@storybook/postinstall": "7.1.0-alpha.
|
|
115
|
-
"@storybook/preview-api": "7.1.0-alpha.
|
|
116
|
-
"@storybook/react-dom-shim": "7.1.0-alpha.
|
|
117
|
-
"@storybook/theming": "7.1.0-alpha.
|
|
118
|
-
"@storybook/types": "7.1.0-alpha.
|
|
113
|
+
"@storybook/node-logger": "7.1.0-alpha.3",
|
|
114
|
+
"@storybook/postinstall": "7.1.0-alpha.3",
|
|
115
|
+
"@storybook/preview-api": "7.1.0-alpha.3",
|
|
116
|
+
"@storybook/react-dom-shim": "7.1.0-alpha.3",
|
|
117
|
+
"@storybook/theming": "7.1.0-alpha.3",
|
|
118
|
+
"@storybook/types": "7.1.0-alpha.3",
|
|
119
119
|
"fs-extra": "^11.1.0",
|
|
120
120
|
"remark-external-links": "^8.0.0",
|
|
121
121
|
"remark-slug": "^6.0.0",
|
|
@@ -127,15 +127,9 @@
|
|
|
127
127
|
"typescript": "~4.9.3"
|
|
128
128
|
},
|
|
129
129
|
"peerDependencies": {
|
|
130
|
-
"@storybook/mdx1-csf": ">=1.0.0-0",
|
|
131
130
|
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
|
|
132
131
|
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0"
|
|
133
132
|
},
|
|
134
|
-
"peerDependenciesMeta": {
|
|
135
|
-
"@storybook/mdx1-csf": {
|
|
136
|
-
"optional": true
|
|
137
|
-
}
|
|
138
|
-
},
|
|
139
133
|
"publishConfig": {
|
|
140
134
|
"access": "public"
|
|
141
135
|
},
|
|
@@ -146,9 +140,12 @@
|
|
|
146
140
|
"./src/preview.ts",
|
|
147
141
|
"./src/blocks.ts",
|
|
148
142
|
"./src/shims/mdx-react-shim.ts"
|
|
143
|
+
],
|
|
144
|
+
"externals": [
|
|
145
|
+
"@storybook/mdx1-csf"
|
|
149
146
|
]
|
|
150
147
|
},
|
|
151
|
-
"gitHead": "
|
|
148
|
+
"gitHead": "d0acd16fdf394463add948bac3f226b93f92c235",
|
|
152
149
|
"storybook": {
|
|
153
150
|
"displayName": "Docs",
|
|
154
151
|
"icon": "https://user-images.githubusercontent.com/263385/101991672-48355c80-3c7c-11eb-82d9-95fa12438f64.png",
|