@storybook/test 0.0.0-pr-22236-sha-107ce09c → 0.0.0-pr-24959-sha-01ff0210

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": "0.0.0-pr-22236-sha-107ce09c",
3
+ "version": "0.0.0-pr-24959-sha-01ff0210",
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",
@@ -43,10 +43,10 @@
43
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": "0.0.0-pr-22236-sha-107ce09c",
47
- "@storybook/core-events": "0.0.0-pr-22236-sha-107ce09c",
48
- "@storybook/instrumenter": "0.0.0-pr-22236-sha-107ce09c",
49
- "@storybook/preview-api": "0.0.0-pr-22236-sha-107ce09c",
46
+ "@storybook/client-logger": "0.0.0-pr-24959-sha-01ff0210",
47
+ "@storybook/core-events": "0.0.0-pr-24959-sha-01ff0210",
48
+ "@storybook/instrumenter": "0.0.0-pr-24959-sha-01ff0210",
49
+ "@storybook/preview-api": "0.0.0-pr-24959-sha-01ff0210",
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",