@storybook/addon-vitest 0.0.0-pr-32939-sha-8829d716 → 0.0.0-pr-32921-sha-ca75222d

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,10 +1,10 @@
1
- import CJS_COMPAT_NODE_URL_vyupok89qq from 'node:url';
2
- import CJS_COMPAT_NODE_PATH_vyupok89qq from 'node:path';
3
- import CJS_COMPAT_NODE_MODULE_vyupok89qq from "node:module";
1
+ import CJS_COMPAT_NODE_URL_8wxyyw7wfnf from 'node:url';
2
+ import CJS_COMPAT_NODE_PATH_8wxyyw7wfnf from 'node:path';
3
+ import CJS_COMPAT_NODE_MODULE_8wxyyw7wfnf from "node:module";
4
4
 
5
- var __filename = CJS_COMPAT_NODE_URL_vyupok89qq.fileURLToPath(import.meta.url);
6
- var __dirname = CJS_COMPAT_NODE_PATH_vyupok89qq.dirname(__filename);
7
- var require = CJS_COMPAT_NODE_MODULE_vyupok89qq.createRequire(import.meta.url);
5
+ var __filename = CJS_COMPAT_NODE_URL_8wxyyw7wfnf.fileURLToPath(import.meta.url);
6
+ var __dirname = CJS_COMPAT_NODE_PATH_8wxyyw7wfnf.dirname(__filename);
7
+ var require = CJS_COMPAT_NODE_MODULE_8wxyyw7wfnf.createRequire(import.meta.url);
8
8
 
9
9
  // ------------------------------------------------------------
10
10
  // end of CJS compatibility banner, injected by Storybook's esbuild configuration
@@ -14,7 +14,7 @@ import {
14
14
  __name,
15
15
  __require,
16
16
  __toESM
17
- } from "../_node-chunks/chunk-JAQK4BSS.js";
17
+ } from "../_node-chunks/chunk-2T7HSE3U.js";
18
18
 
19
19
  // ../../node_modules/tree-kill/index.js
20
20
  var require_tree_kill = __commonJS({
@@ -1,30 +1,30 @@
1
- import CJS_COMPAT_NODE_URL_vyupok89qq from 'node:url';
2
- import CJS_COMPAT_NODE_PATH_vyupok89qq from 'node:path';
3
- import CJS_COMPAT_NODE_MODULE_vyupok89qq from "node:module";
1
+ import CJS_COMPAT_NODE_URL_8wxyyw7wfnf from 'node:url';
2
+ import CJS_COMPAT_NODE_PATH_8wxyyw7wfnf from 'node:path';
3
+ import CJS_COMPAT_NODE_MODULE_8wxyyw7wfnf from "node:module";
4
4
 
5
- var __filename = CJS_COMPAT_NODE_URL_vyupok89qq.fileURLToPath(import.meta.url);
6
- var __dirname = CJS_COMPAT_NODE_PATH_vyupok89qq.dirname(__filename);
7
- var require = CJS_COMPAT_NODE_MODULE_vyupok89qq.createRequire(import.meta.url);
5
+ var __filename = CJS_COMPAT_NODE_URL_8wxyyw7wfnf.fileURLToPath(import.meta.url);
6
+ var __dirname = CJS_COMPAT_NODE_PATH_8wxyyw7wfnf.dirname(__filename);
7
+ var require = CJS_COMPAT_NODE_MODULE_8wxyyw7wfnf.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
  require_picocolors
14
- } from "../_node-chunks/chunk-2GGUC7HX.js";
14
+ } from "../_node-chunks/chunk-FJHPVSDW.js";
15
15
  import {
16
16
  join,
17
17
  normalize,
18
18
  relative,
19
19
  resolve,
20
20
  sep
21
- } from "../_node-chunks/chunk-PFQQI6DB.js";
21
+ } from "../_node-chunks/chunk-NTDNZX6V.js";
22
22
  import {
23
23
  __commonJS,
24
24
  __name,
25
25
  __require,
26
26
  __toESM
27
- } from "../_node-chunks/chunk-JAQK4BSS.js";
27
+ } from "../_node-chunks/chunk-2T7HSE3U.js";
28
28
 
29
29
  // ../../node_modules/braces/lib/utils.js
30
30
  var require_utils = __commonJS({
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  PANEL_ID
3
- } from "../_browser-chunks/chunk-CAYLRBRX.js";
3
+ } from "../_browser-chunks/chunk-RPDOPHZX.js";
4
4
  import {
5
5
  __name
6
6
  } from "../_browser-chunks/chunk-JK72E6FR.js";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/addon-vitest",
3
- "version": "0.0.0-pr-32939-sha-8829d716",
3
+ "version": "0.0.0-pr-32921-sha-ca75222d",
4
4
  "description": "Storybook Vitest addon: Blazing fast component testing using stories",
5
5
  "keywords": [
6
6
  "storybook",
@@ -74,7 +74,6 @@
74
74
  "dependencies": {
75
75
  "@storybook/global": "^5.0.0",
76
76
  "@storybook/icons": "^1.6.0",
77
- "prompts": "^2.4.0",
78
77
  "ts-dedent": "^2.2.0"
79
78
  },
80
79
  "devDependencies": {
@@ -84,7 +83,6 @@
84
83
  "@types/semver": "^7",
85
84
  "@vitest/browser-playwright": "^4.0.1",
86
85
  "@vitest/runner": "^4.0.1",
87
- "boxen": "^8.0.1",
88
86
  "empathic": "^2.0.0",
89
87
  "es-toolkit": "^1.36.0",
90
88
  "execa": "^8.0.1",
@@ -107,7 +105,7 @@
107
105
  "@vitest/browser": "^3.0.0 || ^4.0.0",
108
106
  "@vitest/browser-playwright": "^4.0.0",
109
107
  "@vitest/runner": "^3.0.0 || ^4.0.0",
110
- "storybook": "^0.0.0-pr-32939-sha-8829d716",
108
+ "storybook": "^0.0.0-pr-32921-sha-ca75222d",
111
109
  "vitest": "^3.0.0 || ^4.0.0"
112
110
  },
113
111
  "peerDependenciesMeta": {