@storybook/test 0.0.0-pr-29241-sha-c875a271 → 0.0.0-pr-28492-sha-08d3f4f1

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 +6 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/test",
3
- "version": "0.0.0-pr-29241-sha-c875a271",
3
+ "version": "0.0.0-pr-28492-sha-08d3f4f1",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "storybook"
@@ -23,9 +23,10 @@
23
23
  "exports": {
24
24
  ".": {
25
25
  "types": "./dist/index.d.ts",
26
- "node": "./dist/index.js",
27
26
  "import": "./dist/index.mjs",
28
- "require": "./dist/index.js"
27
+ "require": "./dist/index.js",
28
+ "node": "./dist/index.js",
29
+ "default": "./dist/index.mjs"
29
30
  },
30
31
  "./package.json": "./package.json"
31
32
  },
@@ -45,7 +46,7 @@
45
46
  "dependencies": {
46
47
  "@storybook/csf": "^0.1.11",
47
48
  "@storybook/global": "^5.0.0",
48
- "@storybook/instrumenter": "0.0.0-pr-29241-sha-c875a271",
49
+ "@storybook/instrumenter": "0.0.0-pr-28492-sha-08d3f4f1",
49
50
  "@testing-library/dom": "10.4.0",
50
51
  "@testing-library/jest-dom": "6.5.0",
51
52
  "@testing-library/user-event": "14.5.2",
@@ -61,7 +62,7 @@
61
62
  "typescript": "^5.3.2"
62
63
  },
63
64
  "peerDependencies": {
64
- "storybook": "^0.0.0-pr-29241-sha-c875a271"
65
+ "storybook": "^0.0.0-pr-28492-sha-08d3f4f1"
65
66
  },
66
67
  "publishConfig": {
67
68
  "access": "public"