storybook 9.0.0-alpha.16 → 9.0.0-alpha.18

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.
@@ -1,16 +1,16 @@
1
1
  "use strict";
2
- var c = Object.create;
2
+ var n = Object.create;
3
3
  var i = Object.defineProperty;
4
- var h = Object.getOwnPropertyDescriptor;
5
- var n = Object.getOwnPropertyNames;
4
+ var c = Object.getOwnPropertyDescriptor;
5
+ var h = Object.getOwnPropertyNames;
6
6
  var d = Object.getPrototypeOf, v = Object.prototype.hasOwnProperty;
7
7
  var u = (o, a, e, r) => {
8
8
  if (a && typeof a == "object" || typeof a == "function")
9
- for (let l of n(a))
10
- !v.call(o, l) && l !== e && i(o, l, { get: () => a[l], enumerable: !(r = h(a, l)) || r.enumerable });
9
+ for (let l of h(a))
10
+ !v.call(o, l) && l !== e && i(o, l, { get: () => a[l], enumerable: !(r = c(a, l)) || r.enumerable });
11
11
  return o;
12
12
  };
13
- var k = (o, a, e) => (e = o != null ? c(d(o)) : {}, u(
13
+ var k = (o, a, e) => (e = o != null ? n(d(o)) : {}, u(
14
14
  // If the importer is in node compatibility mode or this is not an ESM
15
15
  // file that has been converted to a CommonJS file using a Babel-
16
16
  // compatible transform (i.e. "__esModule" has not been set), then set
@@ -24,49 +24,48 @@ var y = require("node:child_process"), b = require("node:fs"), s = require("node
24
24
 
25
25
  // src/common/versions.ts
26
26
  var p = {
27
- "@storybook/addon-a11y": "9.0.0-alpha.16",
28
- "@storybook/addon-docs": "9.0.0-alpha.16",
29
- "@storybook/addon-jest": "9.0.0-alpha.16",
30
- "@storybook/addon-links": "9.0.0-alpha.16",
31
- "@storybook/addon-onboarding": "9.0.0-alpha.16",
32
- "@storybook/addon-test": "9.0.0-alpha.16",
33
- "@storybook/addon-themes": "9.0.0-alpha.16",
34
- "@storybook/builder-vite": "9.0.0-alpha.16",
35
- "@storybook/builder-webpack5": "9.0.0-alpha.16",
36
- storybook: "9.0.0-alpha.16",
37
- "@storybook/angular": "9.0.0-alpha.16",
38
- "@storybook/ember": "9.0.0-alpha.16",
39
- "@storybook/html-vite": "9.0.0-alpha.16",
40
- "@storybook/nextjs": "9.0.0-alpha.16",
41
- "@storybook/nextjs-vite": "9.0.0-alpha.16",
42
- "@storybook/preact-vite": "9.0.0-alpha.16",
43
- "@storybook/react-native-web-vite": "9.0.0-alpha.16",
44
- "@storybook/react-vite": "9.0.0-alpha.16",
45
- "@storybook/react-webpack5": "9.0.0-alpha.16",
46
- "@storybook/server-webpack5": "9.0.0-alpha.16",
47
- "@storybook/svelte-vite": "9.0.0-alpha.16",
48
- "@storybook/sveltekit": "9.0.0-alpha.16",
49
- "@storybook/vue3-vite": "9.0.0-alpha.16",
50
- "@storybook/web-components-vite": "9.0.0-alpha.16",
51
- "@storybook/blocks": "9.0.0-alpha.16",
52
- sb: "9.0.0-alpha.16",
53
- "@storybook/cli": "9.0.0-alpha.16",
54
- "@storybook/codemod": "9.0.0-alpha.16",
55
- "@storybook/core-webpack": "9.0.0-alpha.16",
56
- "create-storybook": "9.0.0-alpha.16",
57
- "@storybook/csf-plugin": "9.0.0-alpha.16",
58
- "@storybook/react-dom-shim": "9.0.0-alpha.16",
59
- "@storybook/source-loader": "9.0.0-alpha.16",
60
- "@storybook/preset-create-react-app": "9.0.0-alpha.16",
61
- "@storybook/preset-react-webpack": "9.0.0-alpha.16",
62
- "@storybook/preset-server-webpack": "9.0.0-alpha.16",
63
- "@storybook/html": "9.0.0-alpha.16",
64
- "@storybook/preact": "9.0.0-alpha.16",
65
- "@storybook/react": "9.0.0-alpha.16",
66
- "@storybook/server": "9.0.0-alpha.16",
67
- "@storybook/svelte": "9.0.0-alpha.16",
68
- "@storybook/vue3": "9.0.0-alpha.16",
69
- "@storybook/web-components": "9.0.0-alpha.16"
27
+ "@storybook/addon-a11y": "9.0.0-alpha.18",
28
+ "@storybook/addon-docs": "9.0.0-alpha.18",
29
+ "@storybook/addon-jest": "9.0.0-alpha.18",
30
+ "@storybook/addon-links": "9.0.0-alpha.18",
31
+ "@storybook/addon-onboarding": "9.0.0-alpha.18",
32
+ "@storybook/addon-themes": "9.0.0-alpha.18",
33
+ "@storybook/addon-vitest": "9.0.0-alpha.18",
34
+ "@storybook/builder-vite": "9.0.0-alpha.18",
35
+ "@storybook/builder-webpack5": "9.0.0-alpha.18",
36
+ storybook: "9.0.0-alpha.18",
37
+ "@storybook/angular": "9.0.0-alpha.18",
38
+ "@storybook/ember": "9.0.0-alpha.18",
39
+ "@storybook/html-vite": "9.0.0-alpha.18",
40
+ "@storybook/nextjs": "9.0.0-alpha.18",
41
+ "@storybook/nextjs-vite": "9.0.0-alpha.18",
42
+ "@storybook/preact-vite": "9.0.0-alpha.18",
43
+ "@storybook/react-native-web-vite": "9.0.0-alpha.18",
44
+ "@storybook/react-vite": "9.0.0-alpha.18",
45
+ "@storybook/react-webpack5": "9.0.0-alpha.18",
46
+ "@storybook/server-webpack5": "9.0.0-alpha.18",
47
+ "@storybook/svelte-vite": "9.0.0-alpha.18",
48
+ "@storybook/sveltekit": "9.0.0-alpha.18",
49
+ "@storybook/vue3-vite": "9.0.0-alpha.18",
50
+ "@storybook/web-components-vite": "9.0.0-alpha.18",
51
+ sb: "9.0.0-alpha.18",
52
+ "@storybook/cli": "9.0.0-alpha.18",
53
+ "@storybook/codemod": "9.0.0-alpha.18",
54
+ "@storybook/core-webpack": "9.0.0-alpha.18",
55
+ "create-storybook": "9.0.0-alpha.18",
56
+ "@storybook/csf-plugin": "9.0.0-alpha.18",
57
+ "@storybook/react-dom-shim": "9.0.0-alpha.18",
58
+ "@storybook/source-loader": "9.0.0-alpha.18",
59
+ "@storybook/preset-create-react-app": "9.0.0-alpha.18",
60
+ "@storybook/preset-react-webpack": "9.0.0-alpha.18",
61
+ "@storybook/preset-server-webpack": "9.0.0-alpha.18",
62
+ "@storybook/html": "9.0.0-alpha.18",
63
+ "@storybook/preact": "9.0.0-alpha.18",
64
+ "@storybook/react": "9.0.0-alpha.18",
65
+ "@storybook/server": "9.0.0-alpha.18",
66
+ "@storybook/svelte": "9.0.0-alpha.18",
67
+ "@storybook/vue3": "9.0.0-alpha.18",
68
+ "@storybook/web-components": "9.0.0-alpha.18"
70
69
  };
71
70
 
72
71
  // src/bin/index.ts
package/dist/bin/index.js CHANGED
@@ -4,11 +4,11 @@ import { dirname as ESM_COMPAT_dirname } from 'node:path';
4
4
  const __filename = ESM_COMPAT_fileURLToPath(import.meta.url);
5
5
  const __dirname = ESM_COMPAT_dirname(__filename);
6
6
  const require = ESM_COMPAT_Module.createRequire(import.meta.url);
7
- var t = /* @__PURE__ */ ((a) => typeof require < "u" ? require : typeof Proxy < "u" ? new Proxy(a, {
7
+ var t = /* @__PURE__ */ ((e) => typeof require < "u" ? require : typeof Proxy < "u" ? new Proxy(e, {
8
8
  get: (l, o) => (typeof require < "u" ? require : l)[o]
9
- }) : a)(function(a) {
9
+ }) : e)(function(e) {
10
10
  if (typeof require < "u") return require.apply(this, arguments);
11
- throw Error('Dynamic require of "' + a + '" is not supported');
11
+ throw Error('Dynamic require of "' + e + '" is not supported');
12
12
  });
13
13
 
14
14
  // src/bin/index.ts
@@ -18,78 +18,77 @@ import { dirname as b, join as i } from "node:path";
18
18
 
19
19
  // src/common/versions.ts
20
20
  var r = {
21
- "@storybook/addon-a11y": "9.0.0-alpha.16",
22
- "@storybook/addon-docs": "9.0.0-alpha.16",
23
- "@storybook/addon-jest": "9.0.0-alpha.16",
24
- "@storybook/addon-links": "9.0.0-alpha.16",
25
- "@storybook/addon-onboarding": "9.0.0-alpha.16",
26
- "@storybook/addon-test": "9.0.0-alpha.16",
27
- "@storybook/addon-themes": "9.0.0-alpha.16",
28
- "@storybook/builder-vite": "9.0.0-alpha.16",
29
- "@storybook/builder-webpack5": "9.0.0-alpha.16",
30
- storybook: "9.0.0-alpha.16",
31
- "@storybook/angular": "9.0.0-alpha.16",
32
- "@storybook/ember": "9.0.0-alpha.16",
33
- "@storybook/html-vite": "9.0.0-alpha.16",
34
- "@storybook/nextjs": "9.0.0-alpha.16",
35
- "@storybook/nextjs-vite": "9.0.0-alpha.16",
36
- "@storybook/preact-vite": "9.0.0-alpha.16",
37
- "@storybook/react-native-web-vite": "9.0.0-alpha.16",
38
- "@storybook/react-vite": "9.0.0-alpha.16",
39
- "@storybook/react-webpack5": "9.0.0-alpha.16",
40
- "@storybook/server-webpack5": "9.0.0-alpha.16",
41
- "@storybook/svelte-vite": "9.0.0-alpha.16",
42
- "@storybook/sveltekit": "9.0.0-alpha.16",
43
- "@storybook/vue3-vite": "9.0.0-alpha.16",
44
- "@storybook/web-components-vite": "9.0.0-alpha.16",
45
- "@storybook/blocks": "9.0.0-alpha.16",
46
- sb: "9.0.0-alpha.16",
47
- "@storybook/cli": "9.0.0-alpha.16",
48
- "@storybook/codemod": "9.0.0-alpha.16",
49
- "@storybook/core-webpack": "9.0.0-alpha.16",
50
- "create-storybook": "9.0.0-alpha.16",
51
- "@storybook/csf-plugin": "9.0.0-alpha.16",
52
- "@storybook/react-dom-shim": "9.0.0-alpha.16",
53
- "@storybook/source-loader": "9.0.0-alpha.16",
54
- "@storybook/preset-create-react-app": "9.0.0-alpha.16",
55
- "@storybook/preset-react-webpack": "9.0.0-alpha.16",
56
- "@storybook/preset-server-webpack": "9.0.0-alpha.16",
57
- "@storybook/html": "9.0.0-alpha.16",
58
- "@storybook/preact": "9.0.0-alpha.16",
59
- "@storybook/react": "9.0.0-alpha.16",
60
- "@storybook/server": "9.0.0-alpha.16",
61
- "@storybook/svelte": "9.0.0-alpha.16",
62
- "@storybook/vue3": "9.0.0-alpha.16",
63
- "@storybook/web-components": "9.0.0-alpha.16"
21
+ "@storybook/addon-a11y": "9.0.0-alpha.18",
22
+ "@storybook/addon-docs": "9.0.0-alpha.18",
23
+ "@storybook/addon-jest": "9.0.0-alpha.18",
24
+ "@storybook/addon-links": "9.0.0-alpha.18",
25
+ "@storybook/addon-onboarding": "9.0.0-alpha.18",
26
+ "@storybook/addon-themes": "9.0.0-alpha.18",
27
+ "@storybook/addon-vitest": "9.0.0-alpha.18",
28
+ "@storybook/builder-vite": "9.0.0-alpha.18",
29
+ "@storybook/builder-webpack5": "9.0.0-alpha.18",
30
+ storybook: "9.0.0-alpha.18",
31
+ "@storybook/angular": "9.0.0-alpha.18",
32
+ "@storybook/ember": "9.0.0-alpha.18",
33
+ "@storybook/html-vite": "9.0.0-alpha.18",
34
+ "@storybook/nextjs": "9.0.0-alpha.18",
35
+ "@storybook/nextjs-vite": "9.0.0-alpha.18",
36
+ "@storybook/preact-vite": "9.0.0-alpha.18",
37
+ "@storybook/react-native-web-vite": "9.0.0-alpha.18",
38
+ "@storybook/react-vite": "9.0.0-alpha.18",
39
+ "@storybook/react-webpack5": "9.0.0-alpha.18",
40
+ "@storybook/server-webpack5": "9.0.0-alpha.18",
41
+ "@storybook/svelte-vite": "9.0.0-alpha.18",
42
+ "@storybook/sveltekit": "9.0.0-alpha.18",
43
+ "@storybook/vue3-vite": "9.0.0-alpha.18",
44
+ "@storybook/web-components-vite": "9.0.0-alpha.18",
45
+ sb: "9.0.0-alpha.18",
46
+ "@storybook/cli": "9.0.0-alpha.18",
47
+ "@storybook/codemod": "9.0.0-alpha.18",
48
+ "@storybook/core-webpack": "9.0.0-alpha.18",
49
+ "create-storybook": "9.0.0-alpha.18",
50
+ "@storybook/csf-plugin": "9.0.0-alpha.18",
51
+ "@storybook/react-dom-shim": "9.0.0-alpha.18",
52
+ "@storybook/source-loader": "9.0.0-alpha.18",
53
+ "@storybook/preset-create-react-app": "9.0.0-alpha.18",
54
+ "@storybook/preset-react-webpack": "9.0.0-alpha.18",
55
+ "@storybook/preset-server-webpack": "9.0.0-alpha.18",
56
+ "@storybook/html": "9.0.0-alpha.18",
57
+ "@storybook/preact": "9.0.0-alpha.18",
58
+ "@storybook/react": "9.0.0-alpha.18",
59
+ "@storybook/server": "9.0.0-alpha.18",
60
+ "@storybook/svelte": "9.0.0-alpha.18",
61
+ "@storybook/vue3": "9.0.0-alpha.18",
62
+ "@storybook/web-components": "9.0.0-alpha.18"
64
63
  };
65
64
 
66
65
  // src/bin/index.ts
67
- var e = process.argv.slice(2);
68
- if (["dev", "build", "index"].includes(e[0]))
66
+ var a = process.argv.slice(2);
67
+ if (["dev", "build", "index"].includes(a[0]))
69
68
  t("storybook/internal/cli/bin");
70
69
  else {
71
- let a;
72
- if (e[0] === "init") {
70
+ let e;
71
+ if (a[0] === "init") {
73
72
  let o;
74
73
  try {
75
74
  o = t.resolve("create-storybook/package.json");
76
75
  } catch {
77
76
  }
78
- o ? JSON.parse(p(o, "utf-8")).version === r["create-storybook"] && (a = [
77
+ o ? JSON.parse(p(o, "utf-8")).version === r["create-storybook"] && (e = [
79
78
  "node",
80
79
  i(b(o), "bin", "index.cjs"),
81
- ...e.slice(1)
82
- ]) : a = ["npx", "--yes", `create-storybook@${r.storybook}`, ...e.slice(1)];
80
+ ...a.slice(1)
81
+ ]) : e = ["npx", "--yes", `create-storybook@${r.storybook}`, ...a.slice(1)];
83
82
  } else {
84
83
  let o;
85
84
  try {
86
85
  o = t.resolve("@storybook/cli/package.json");
87
86
  } catch {
88
87
  }
89
- o ? JSON.parse(p(o, "utf-8")).version === r["@storybook/cli"] && (a = ["node", i(b(o), "bin", "index.cjs"), ...e]) : a = ["npx", "--yes",
90
- `@storybook/cli@${r.storybook}`, ...e];
88
+ o ? JSON.parse(p(o, "utf-8")).version === r["@storybook/cli"] && (e = ["node", i(b(o), "bin", "index.cjs"), ...a]) : e = ["npx", "--yes",
89
+ `@storybook/cli@${r.storybook}`, ...a];
91
90
  }
92
- a || (console.error("Could not run storybook cli, please report this as a bug"), process.exit(1)), k(a[0], a.slice(1), { stdio: "inherit",
91
+ e || (console.error("Could not run storybook cli, please report this as a bug"), process.exit(1)), k(e[0], e.slice(1), { stdio: "inherit",
93
92
  shell: !0 }).on("exit", (o) => {
94
93
  o != null && process.exit(o), process.exit(1);
95
94
  });
@@ -2509,7 +2509,7 @@ function O(n, e) {
2509
2509
  l(O, "invariant");
2510
2510
 
2511
2511
  // package.json
2512
- var $e = "9.0.0-alpha.16";
2512
+ var $e = "9.0.0-alpha.18";
2513
2513
 
2514
2514
  // src/cli/build.ts
2515
2515
  var Ve = require("storybook/internal/common"), N = require("storybook/internal/core-server");
@@ -2526,7 +2526,7 @@ function y(n, e) {
2526
2526
  l(y, "invariant");
2527
2527
 
2528
2528
  // package.json
2529
- var ke = "9.0.0-alpha.16";
2529
+ var ke = "9.0.0-alpha.18";
2530
2530
 
2531
2531
  // src/cli/build.ts
2532
2532
  import { cache as ct } from "storybook/internal/common";
@@ -11573,49 +11573,48 @@ module.exports = te(tD);
11573
11573
 
11574
11574
  // src/common/versions.ts
11575
11575
  var De = {
11576
- "@storybook/addon-a11y": "9.0.0-alpha.16",
11577
- "@storybook/addon-docs": "9.0.0-alpha.16",
11578
- "@storybook/addon-jest": "9.0.0-alpha.16",
11579
- "@storybook/addon-links": "9.0.0-alpha.16",
11580
- "@storybook/addon-onboarding": "9.0.0-alpha.16",
11581
- "@storybook/addon-test": "9.0.0-alpha.16",
11582
- "@storybook/addon-themes": "9.0.0-alpha.16",
11583
- "@storybook/builder-vite": "9.0.0-alpha.16",
11584
- "@storybook/builder-webpack5": "9.0.0-alpha.16",
11585
- storybook: "9.0.0-alpha.16",
11586
- "@storybook/angular": "9.0.0-alpha.16",
11587
- "@storybook/ember": "9.0.0-alpha.16",
11588
- "@storybook/html-vite": "9.0.0-alpha.16",
11589
- "@storybook/nextjs": "9.0.0-alpha.16",
11590
- "@storybook/nextjs-vite": "9.0.0-alpha.16",
11591
- "@storybook/preact-vite": "9.0.0-alpha.16",
11592
- "@storybook/react-native-web-vite": "9.0.0-alpha.16",
11593
- "@storybook/react-vite": "9.0.0-alpha.16",
11594
- "@storybook/react-webpack5": "9.0.0-alpha.16",
11595
- "@storybook/server-webpack5": "9.0.0-alpha.16",
11596
- "@storybook/svelte-vite": "9.0.0-alpha.16",
11597
- "@storybook/sveltekit": "9.0.0-alpha.16",
11598
- "@storybook/vue3-vite": "9.0.0-alpha.16",
11599
- "@storybook/web-components-vite": "9.0.0-alpha.16",
11600
- "@storybook/blocks": "9.0.0-alpha.16",
11601
- sb: "9.0.0-alpha.16",
11602
- "@storybook/cli": "9.0.0-alpha.16",
11603
- "@storybook/codemod": "9.0.0-alpha.16",
11604
- "@storybook/core-webpack": "9.0.0-alpha.16",
11605
- "create-storybook": "9.0.0-alpha.16",
11606
- "@storybook/csf-plugin": "9.0.0-alpha.16",
11607
- "@storybook/react-dom-shim": "9.0.0-alpha.16",
11608
- "@storybook/source-loader": "9.0.0-alpha.16",
11609
- "@storybook/preset-create-react-app": "9.0.0-alpha.16",
11610
- "@storybook/preset-react-webpack": "9.0.0-alpha.16",
11611
- "@storybook/preset-server-webpack": "9.0.0-alpha.16",
11612
- "@storybook/html": "9.0.0-alpha.16",
11613
- "@storybook/preact": "9.0.0-alpha.16",
11614
- "@storybook/react": "9.0.0-alpha.16",
11615
- "@storybook/server": "9.0.0-alpha.16",
11616
- "@storybook/svelte": "9.0.0-alpha.16",
11617
- "@storybook/vue3": "9.0.0-alpha.16",
11618
- "@storybook/web-components": "9.0.0-alpha.16"
11576
+ "@storybook/addon-a11y": "9.0.0-alpha.18",
11577
+ "@storybook/addon-docs": "9.0.0-alpha.18",
11578
+ "@storybook/addon-jest": "9.0.0-alpha.18",
11579
+ "@storybook/addon-links": "9.0.0-alpha.18",
11580
+ "@storybook/addon-onboarding": "9.0.0-alpha.18",
11581
+ "@storybook/addon-themes": "9.0.0-alpha.18",
11582
+ "@storybook/addon-vitest": "9.0.0-alpha.18",
11583
+ "@storybook/builder-vite": "9.0.0-alpha.18",
11584
+ "@storybook/builder-webpack5": "9.0.0-alpha.18",
11585
+ storybook: "9.0.0-alpha.18",
11586
+ "@storybook/angular": "9.0.0-alpha.18",
11587
+ "@storybook/ember": "9.0.0-alpha.18",
11588
+ "@storybook/html-vite": "9.0.0-alpha.18",
11589
+ "@storybook/nextjs": "9.0.0-alpha.18",
11590
+ "@storybook/nextjs-vite": "9.0.0-alpha.18",
11591
+ "@storybook/preact-vite": "9.0.0-alpha.18",
11592
+ "@storybook/react-native-web-vite": "9.0.0-alpha.18",
11593
+ "@storybook/react-vite": "9.0.0-alpha.18",
11594
+ "@storybook/react-webpack5": "9.0.0-alpha.18",
11595
+ "@storybook/server-webpack5": "9.0.0-alpha.18",
11596
+ "@storybook/svelte-vite": "9.0.0-alpha.18",
11597
+ "@storybook/sveltekit": "9.0.0-alpha.18",
11598
+ "@storybook/vue3-vite": "9.0.0-alpha.18",
11599
+ "@storybook/web-components-vite": "9.0.0-alpha.18",
11600
+ sb: "9.0.0-alpha.18",
11601
+ "@storybook/cli": "9.0.0-alpha.18",
11602
+ "@storybook/codemod": "9.0.0-alpha.18",
11603
+ "@storybook/core-webpack": "9.0.0-alpha.18",
11604
+ "create-storybook": "9.0.0-alpha.18",
11605
+ "@storybook/csf-plugin": "9.0.0-alpha.18",
11606
+ "@storybook/react-dom-shim": "9.0.0-alpha.18",
11607
+ "@storybook/source-loader": "9.0.0-alpha.18",
11608
+ "@storybook/preset-create-react-app": "9.0.0-alpha.18",
11609
+ "@storybook/preset-react-webpack": "9.0.0-alpha.18",
11610
+ "@storybook/preset-server-webpack": "9.0.0-alpha.18",
11611
+ "@storybook/html": "9.0.0-alpha.18",
11612
+ "@storybook/preact": "9.0.0-alpha.18",
11613
+ "@storybook/react": "9.0.0-alpha.18",
11614
+ "@storybook/server": "9.0.0-alpha.18",
11615
+ "@storybook/svelte": "9.0.0-alpha.18",
11616
+ "@storybook/vue3": "9.0.0-alpha.18",
11617
+ "@storybook/web-components": "9.0.0-alpha.18"
11619
11618
  };
11620
11619
 
11621
11620
  // src/common/presets.ts
@@ -19869,7 +19868,7 @@ var gp = /^error\s(.*)$/gm, ti = class extends ee {
19869
19868
  return this.executeCommandSync({ command: "yarn", args: [e, ...t], cwd: i, stdio: o });
19870
19869
  }
19871
19870
  async runPackageCommand(e, t, i) {
19872
- return this.executeCommand({ command: "yarn", args: [e, ...t], cwd: i });
19871
+ return this.executeCommand({ command: "yarn", args: ["exec", e, ...t], cwd: i });
19873
19872
  }
19874
19873
  async getPackageJSON(e, t = this.cwd) {
19875
19874
  let i = await Me(
@@ -20077,7 +20076,7 @@ var GQ = {
20077
20076
  return this.executeCommandSync({ command: "yarn", args: [e, ...t], cwd: i, stdio: o });
20078
20077
  }
20079
20078
  async runPackageCommand(e, t, i) {
20080
- return this.executeCommand({ command: "yarn", args: [e, ...t], cwd: i });
20079
+ return this.executeCommand({ command: "yarn", args: ["exec", e, ...t], cwd: i });
20081
20080
  }
20082
20081
  async findInstallations(e, { depth: t = 99 } = {}) {
20083
20082
  let i = ["info", "--name-only"];
@@ -11,8 +11,8 @@ declare const _default: {
11
11
  '@storybook/addon-jest': string;
12
12
  '@storybook/addon-links': string;
13
13
  '@storybook/addon-onboarding': string;
14
- '@storybook/addon-test': string;
15
14
  '@storybook/addon-themes': string;
15
+ '@storybook/addon-vitest': string;
16
16
  '@storybook/builder-vite': string;
17
17
  '@storybook/builder-webpack5': string;
18
18
  storybook: string;
@@ -30,7 +30,6 @@ declare const _default: {
30
30
  '@storybook/sveltekit': string;
31
31
  '@storybook/vue3-vite': string;
32
32
  '@storybook/web-components-vite': string;
33
- '@storybook/blocks': string;
34
33
  sb: string;
35
34
  '@storybook/cli': string;
36
35
  '@storybook/codemod': string;
@@ -11497,49 +11497,48 @@ var nB = j((Ot) => {
11497
11497
 
11498
11498
  // src/common/versions.ts
11499
11499
  var Re = {
11500
- "@storybook/addon-a11y": "9.0.0-alpha.16",
11501
- "@storybook/addon-docs": "9.0.0-alpha.16",
11502
- "@storybook/addon-jest": "9.0.0-alpha.16",
11503
- "@storybook/addon-links": "9.0.0-alpha.16",
11504
- "@storybook/addon-onboarding": "9.0.0-alpha.16",
11505
- "@storybook/addon-test": "9.0.0-alpha.16",
11506
- "@storybook/addon-themes": "9.0.0-alpha.16",
11507
- "@storybook/builder-vite": "9.0.0-alpha.16",
11508
- "@storybook/builder-webpack5": "9.0.0-alpha.16",
11509
- storybook: "9.0.0-alpha.16",
11510
- "@storybook/angular": "9.0.0-alpha.16",
11511
- "@storybook/ember": "9.0.0-alpha.16",
11512
- "@storybook/html-vite": "9.0.0-alpha.16",
11513
- "@storybook/nextjs": "9.0.0-alpha.16",
11514
- "@storybook/nextjs-vite": "9.0.0-alpha.16",
11515
- "@storybook/preact-vite": "9.0.0-alpha.16",
11516
- "@storybook/react-native-web-vite": "9.0.0-alpha.16",
11517
- "@storybook/react-vite": "9.0.0-alpha.16",
11518
- "@storybook/react-webpack5": "9.0.0-alpha.16",
11519
- "@storybook/server-webpack5": "9.0.0-alpha.16",
11520
- "@storybook/svelte-vite": "9.0.0-alpha.16",
11521
- "@storybook/sveltekit": "9.0.0-alpha.16",
11522
- "@storybook/vue3-vite": "9.0.0-alpha.16",
11523
- "@storybook/web-components-vite": "9.0.0-alpha.16",
11524
- "@storybook/blocks": "9.0.0-alpha.16",
11525
- sb: "9.0.0-alpha.16",
11526
- "@storybook/cli": "9.0.0-alpha.16",
11527
- "@storybook/codemod": "9.0.0-alpha.16",
11528
- "@storybook/core-webpack": "9.0.0-alpha.16",
11529
- "create-storybook": "9.0.0-alpha.16",
11530
- "@storybook/csf-plugin": "9.0.0-alpha.16",
11531
- "@storybook/react-dom-shim": "9.0.0-alpha.16",
11532
- "@storybook/source-loader": "9.0.0-alpha.16",
11533
- "@storybook/preset-create-react-app": "9.0.0-alpha.16",
11534
- "@storybook/preset-react-webpack": "9.0.0-alpha.16",
11535
- "@storybook/preset-server-webpack": "9.0.0-alpha.16",
11536
- "@storybook/html": "9.0.0-alpha.16",
11537
- "@storybook/preact": "9.0.0-alpha.16",
11538
- "@storybook/react": "9.0.0-alpha.16",
11539
- "@storybook/server": "9.0.0-alpha.16",
11540
- "@storybook/svelte": "9.0.0-alpha.16",
11541
- "@storybook/vue3": "9.0.0-alpha.16",
11542
- "@storybook/web-components": "9.0.0-alpha.16"
11500
+ "@storybook/addon-a11y": "9.0.0-alpha.18",
11501
+ "@storybook/addon-docs": "9.0.0-alpha.18",
11502
+ "@storybook/addon-jest": "9.0.0-alpha.18",
11503
+ "@storybook/addon-links": "9.0.0-alpha.18",
11504
+ "@storybook/addon-onboarding": "9.0.0-alpha.18",
11505
+ "@storybook/addon-themes": "9.0.0-alpha.18",
11506
+ "@storybook/addon-vitest": "9.0.0-alpha.18",
11507
+ "@storybook/builder-vite": "9.0.0-alpha.18",
11508
+ "@storybook/builder-webpack5": "9.0.0-alpha.18",
11509
+ storybook: "9.0.0-alpha.18",
11510
+ "@storybook/angular": "9.0.0-alpha.18",
11511
+ "@storybook/ember": "9.0.0-alpha.18",
11512
+ "@storybook/html-vite": "9.0.0-alpha.18",
11513
+ "@storybook/nextjs": "9.0.0-alpha.18",
11514
+ "@storybook/nextjs-vite": "9.0.0-alpha.18",
11515
+ "@storybook/preact-vite": "9.0.0-alpha.18",
11516
+ "@storybook/react-native-web-vite": "9.0.0-alpha.18",
11517
+ "@storybook/react-vite": "9.0.0-alpha.18",
11518
+ "@storybook/react-webpack5": "9.0.0-alpha.18",
11519
+ "@storybook/server-webpack5": "9.0.0-alpha.18",
11520
+ "@storybook/svelte-vite": "9.0.0-alpha.18",
11521
+ "@storybook/sveltekit": "9.0.0-alpha.18",
11522
+ "@storybook/vue3-vite": "9.0.0-alpha.18",
11523
+ "@storybook/web-components-vite": "9.0.0-alpha.18",
11524
+ sb: "9.0.0-alpha.18",
11525
+ "@storybook/cli": "9.0.0-alpha.18",
11526
+ "@storybook/codemod": "9.0.0-alpha.18",
11527
+ "@storybook/core-webpack": "9.0.0-alpha.18",
11528
+ "create-storybook": "9.0.0-alpha.18",
11529
+ "@storybook/csf-plugin": "9.0.0-alpha.18",
11530
+ "@storybook/react-dom-shim": "9.0.0-alpha.18",
11531
+ "@storybook/source-loader": "9.0.0-alpha.18",
11532
+ "@storybook/preset-create-react-app": "9.0.0-alpha.18",
11533
+ "@storybook/preset-react-webpack": "9.0.0-alpha.18",
11534
+ "@storybook/preset-server-webpack": "9.0.0-alpha.18",
11535
+ "@storybook/html": "9.0.0-alpha.18",
11536
+ "@storybook/preact": "9.0.0-alpha.18",
11537
+ "@storybook/react": "9.0.0-alpha.18",
11538
+ "@storybook/server": "9.0.0-alpha.18",
11539
+ "@storybook/svelte": "9.0.0-alpha.18",
11540
+ "@storybook/vue3": "9.0.0-alpha.18",
11541
+ "@storybook/web-components": "9.0.0-alpha.18"
11543
11542
  };
11544
11543
 
11545
11544
  // src/common/presets.ts
@@ -19855,7 +19854,7 @@ var np = /^error\s(.*)$/gm, kr = class extends ie {
19855
19854
  return this.executeCommandSync({ command: "yarn", args: [e, ...t], cwd: i, stdio: o });
19856
19855
  }
19857
19856
  async runPackageCommand(e, t, i) {
19858
- return this.executeCommand({ command: "yarn", args: [e, ...t], cwd: i });
19857
+ return this.executeCommand({ command: "yarn", args: ["exec", e, ...t], cwd: i });
19859
19858
  }
19860
19859
  async getPackageJSON(e, t = this.cwd) {
19861
19860
  let i = await Ke(
@@ -20066,7 +20065,7 @@ var IB = {
20066
20065
  return this.executeCommandSync({ command: "yarn", args: [e, ...t], cwd: i, stdio: o });
20067
20066
  }
20068
20067
  async runPackageCommand(e, t, i) {
20069
- return this.executeCommand({ command: "yarn", args: [e, ...t], cwd: i });
20068
+ return this.executeCommand({ command: "yarn", args: ["exec", e, ...t], cwd: i });
20070
20069
  }
20071
20070
  async findInstallations(e, { depth: t = 99 } = {}) {
20072
20071
  let i = ["info", "--name-only"];
@@ -38266,7 +38266,7 @@ var _G = PT({
38266
38266
  ...IT,
38267
38267
  /*
38268
38268
  This is a temporary workaround, to ensure that the store is not created in the
38269
- vitest sub-process in addon-test, even though it imports from core-server
38269
+ vitest sub-process in addon-vitest, even though it imports from core-server
38270
38270
  If it was created in the sub-process, it would try to connect to the leader in the dev server
38271
38271
  before it was ready.
38272
38272
  This will be fixed when we do the planned UniversalStore v0.2.
@@ -38348,7 +38348,7 @@ var kG = MT({
38348
38348
  ...LT,
38349
38349
  /*
38350
38350
  This is a temporary workaround, to ensure that the store is not created in the
38351
- vitest sub-process in addon-test, even though it imports from core-server
38351
+ vitest sub-process in addon-vitest, even though it imports from core-server
38352
38352
  If it was created in the sub-process, it would try to connect to the leader in the dev server
38353
38353
  before it was ready.
38354
38354
  This will be fixed when we do the planned UniversalStore v0.2.
@@ -38332,7 +38332,7 @@ var SX = bk({
38332
38332
  ...Ek,
38333
38333
  /*
38334
38334
  This is a temporary workaround, to ensure that the store is not created in the
38335
- vitest sub-process in addon-test, even though it imports from core-server
38335
+ vitest sub-process in addon-vitest, even though it imports from core-server
38336
38336
  If it was created in the sub-process, it would try to connect to the leader in the dev server
38337
38337
  before it was ready.
38338
38338
  This will be fixed when we do the planned UniversalStore v0.2.
@@ -38414,7 +38414,7 @@ var TX = Ck({
38414
38414
  ...vk,
38415
38415
  /*
38416
38416
  This is a temporary workaround, to ensure that the store is not created in the
38417
- vitest sub-process in addon-test, even though it imports from core-server
38417
+ vitest sub-process in addon-vitest, even though it imports from core-server
38418
38418
  If it was created in the sub-process, it would try to connect to the leader in the dev server
38419
38419
  before it was ready.
38420
38420
  This will be fixed when we do the planned UniversalStore v0.2.