create-storybook 10.0.0-beta.4 → 10.0.0-beta.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/dist/bin/index.js CHANGED
@@ -1,11 +1,11 @@
1
1
  #!/usr/bin/env node
2
- import CJS_COMPAT_NODE_URL_0v69wlcypqha from 'node:url';
3
- import CJS_COMPAT_NODE_PATH_0v69wlcypqha from 'node:path';
4
- import CJS_COMPAT_NODE_MODULE_0v69wlcypqha from "node:module";
2
+ import CJS_COMPAT_NODE_URL_7jnjfkx8y from 'node:url';
3
+ import CJS_COMPAT_NODE_PATH_7jnjfkx8y from 'node:path';
4
+ import CJS_COMPAT_NODE_MODULE_7jnjfkx8y from "node:module";
5
5
 
6
- var __filename = CJS_COMPAT_NODE_URL_0v69wlcypqha.fileURLToPath(import.meta.url);
7
- var __dirname = CJS_COMPAT_NODE_PATH_0v69wlcypqha.dirname(__filename);
8
- var require = CJS_COMPAT_NODE_MODULE_0v69wlcypqha.createRequire(import.meta.url);
6
+ var __filename = CJS_COMPAT_NODE_URL_7jnjfkx8y.fileURLToPath(import.meta.url);
7
+ var __dirname = CJS_COMPAT_NODE_PATH_7jnjfkx8y.dirname(__filename);
8
+ var require = CJS_COMPAT_NODE_MODULE_7jnjfkx8y.createRequire(import.meta.url);
9
9
 
10
10
  // ------------------------------------------------------------
11
11
  // end of CJS compatibility banner, injected by Storybook's esbuild configuration
@@ -13,7 +13,7 @@ var require = CJS_COMPAT_NODE_MODULE_0v69wlcypqha.createRequire(import.meta.url)
13
13
  import {
14
14
  __toESM,
15
15
  require_dist
16
- } from "../_node-chunks/chunk-CELW5TN7.js";
16
+ } from "../_node-chunks/chunk-WQMUYXH4.js";
17
17
 
18
18
  // src/bin/index.ts
19
19
  var import_ts_dedent = __toESM(require_dist(), 1);
@@ -26,4 +26,4 @@ if (majorNodeVersion < 20 || majorNodeVersion === 20 && minorNodeVersion < 19 ||
26
26
  );
27
27
  process.exit(1);
28
28
  }
29
- import("../_node-chunks/run-YL2NHMIB.js");
29
+ import("../_node-chunks/run-AD6IQZZF.js");
package/dist/index.js CHANGED
@@ -1,18 +1,18 @@
1
- import CJS_COMPAT_NODE_URL_0v69wlcypqha from 'node:url';
2
- import CJS_COMPAT_NODE_PATH_0v69wlcypqha from 'node:path';
3
- import CJS_COMPAT_NODE_MODULE_0v69wlcypqha from "node:module";
1
+ import CJS_COMPAT_NODE_URL_7jnjfkx8y from 'node:url';
2
+ import CJS_COMPAT_NODE_PATH_7jnjfkx8y from 'node:path';
3
+ import CJS_COMPAT_NODE_MODULE_7jnjfkx8y from "node:module";
4
4
 
5
- var __filename = CJS_COMPAT_NODE_URL_0v69wlcypqha.fileURLToPath(import.meta.url);
6
- var __dirname = CJS_COMPAT_NODE_PATH_0v69wlcypqha.dirname(__filename);
7
- var require = CJS_COMPAT_NODE_MODULE_0v69wlcypqha.createRequire(import.meta.url);
5
+ var __filename = CJS_COMPAT_NODE_URL_7jnjfkx8y.fileURLToPath(import.meta.url);
6
+ var __dirname = CJS_COMPAT_NODE_PATH_7jnjfkx8y.dirname(__filename);
7
+ var require = CJS_COMPAT_NODE_MODULE_7jnjfkx8y.createRequire(import.meta.url);
8
8
 
9
9
  // ------------------------------------------------------------
10
10
  // end of CJS compatibility banner, injected by Storybook's esbuild configuration
11
11
  // ------------------------------------------------------------
12
12
  import {
13
13
  doInitiate
14
- } from "./_node-chunks/chunk-THF6B443.js";
15
- import "./_node-chunks/chunk-CELW5TN7.js";
14
+ } from "./_node-chunks/chunk-MYVMEZ5O.js";
15
+ import "./_node-chunks/chunk-WQMUYXH4.js";
16
16
  export {
17
17
  doInitiate as initiate
18
18
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-storybook",
3
- "version": "10.0.0-beta.4",
3
+ "version": "10.0.0-beta.5",
4
4
  "description": "Storybook installer: Develop, document, and test UI components in isolation",
5
5
  "keywords": [
6
6
  "storybook",
@@ -43,13 +43,13 @@
43
43
  },
44
44
  "dependencies": {
45
45
  "semver": "^7.6.2",
46
- "storybook": "10.0.0-beta.4"
46
+ "storybook": "10.0.0-beta.5"
47
47
  },
48
48
  "devDependencies": {
49
49
  "@types/prompts": "^2.0.9",
50
50
  "@types/semver": "^7.3.4",
51
- "boxen": "^7.1.1",
52
- "commander": "^12.1.0",
51
+ "boxen": "^8.0.1",
52
+ "commander": "^14.0.1",
53
53
  "empathic": "^2.0.0",
54
54
  "execa": "^5.0.0",
55
55
  "ora": "^5.4.1",