create-storybook 9.0.9 → 9.0.11
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/dist/index.js
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
import ESM_COMPAT_Module1 from 'node:module';
|
2
2
|
import 'node:url';
|
3
3
|
import 'node:path';
|
4
|
-
export { doInitiate as initiate } from './chunk-
|
4
|
+
export { doInitiate as initiate } from './chunk-EJOTG7H3.js';
|
5
5
|
import './chunk-CLZ3BCYS.js';
|
6
6
|
import './chunk-O2GNSM63.js';
|
7
7
|
import './chunk-VASF4FB5.js';
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "create-storybook",
|
3
|
-
"version": "9.0.
|
3
|
+
"version": "9.0.11",
|
4
4
|
"description": "Initialize Storybook into your project",
|
5
5
|
"homepage": "https://github.com/storybookjs/storybook/tree/next/code/lib/create-storybook",
|
6
6
|
"bugs": {
|
@@ -52,7 +52,7 @@
|
|
52
52
|
"picocolors": "^1.1.0",
|
53
53
|
"prompts": "^2.4.0",
|
54
54
|
"react": "^18.2.0",
|
55
|
-
"storybook": "9.0.
|
55
|
+
"storybook": "9.0.11",
|
56
56
|
"tiny-invariant": "^1.3.1",
|
57
57
|
"ts-dedent": "^2.0.0",
|
58
58
|
"typescript": "^5.8.3"
|