@storybook/test 7.6.0-alpha.6 → 7.6.0-alpha.7

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/test",
3
- "version": "7.6.0-alpha.6",
3
+ "version": "7.6.0-alpha.7",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "storybook"
@@ -19,7 +19,7 @@
19
19
  "url": "https://opencollective.com/storybook"
20
20
  },
21
21
  "license": "MIT",
22
- "sideEffects": false,
22
+ "sideEffects": true,
23
23
  "exports": {
24
24
  ".": {
25
25
  "types": "./dist/index.d.ts",
@@ -39,14 +39,14 @@
39
39
  "*.d.ts"
40
40
  ],
41
41
  "scripts": {
42
- "check": "../../../scripts/prepare/check.ts",
43
- "prep": "../../../scripts/prepare/bundle.ts"
42
+ "check": "node --loader ../../../scripts/node_modules/esbuild-register/loader.js -r ../../../scripts/node_modules/esbuild-register/register.js ../../../scripts/prepare/check.ts",
43
+ "prep": "node --loader ../../../scripts/node_modules/esbuild-register/loader.js -r ../../../scripts/node_modules/esbuild-register/register.js ../../../scripts/prepare/bundle.ts"
44
44
  },
45
45
  "dependencies": {
46
- "@storybook/client-logger": "7.6.0-alpha.6",
47
- "@storybook/core-events": "7.6.0-alpha.6",
48
- "@storybook/instrumenter": "7.6.0-alpha.6",
49
- "@storybook/preview-api": "7.6.0-alpha.6",
46
+ "@storybook/client-logger": "7.6.0-alpha.7",
47
+ "@storybook/core-events": "7.6.0-alpha.7",
48
+ "@storybook/instrumenter": "7.6.0-alpha.7",
49
+ "@storybook/preview-api": "7.6.0-alpha.7",
50
50
  "@testing-library/dom": "^9.3.1",
51
51
  "@testing-library/jest-dom": "^6.1.3",
52
52
  "@testing-library/user-event": "^14.4.3",