@storybook/test 0.0.0-pr-29333-sha-c7603f3d → 0.0.0-pr-29241-sha-d29f0c6b

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +5 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/test",
3
- "version": "0.0.0-pr-29333-sha-c7603f3d",
3
+ "version": "0.0.0-pr-29241-sha-d29f0c6b",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "storybook"
@@ -23,10 +23,9 @@
23
23
  "exports": {
24
24
  ".": {
25
25
  "types": "./dist/index.d.ts",
26
- "import": "./dist/index.mjs",
27
- "require": "./dist/index.js",
28
26
  "node": "./dist/index.js",
29
- "default": "./dist/index.mjs"
27
+ "import": "./dist/index.mjs",
28
+ "require": "./dist/index.js"
30
29
  },
31
30
  "./package.json": "./package.json"
32
31
  },
@@ -46,7 +45,7 @@
46
45
  "dependencies": {
47
46
  "@storybook/csf": "^0.1.11",
48
47
  "@storybook/global": "^5.0.0",
49
- "@storybook/instrumenter": "0.0.0-pr-29333-sha-c7603f3d",
48
+ "@storybook/instrumenter": "0.0.0-pr-29241-sha-d29f0c6b",
50
49
  "@testing-library/dom": "10.4.0",
51
50
  "@testing-library/jest-dom": "6.5.0",
52
51
  "@testing-library/user-event": "14.5.2",
@@ -62,7 +61,7 @@
62
61
  "typescript": "^5.3.2"
63
62
  },
64
63
  "peerDependencies": {
65
- "storybook": "^0.0.0-pr-29333-sha-c7603f3d"
64
+ "storybook": "^0.0.0-pr-29241-sha-d29f0c6b"
66
65
  },
67
66
  "publishConfig": {
68
67
  "access": "public"