@storybook/react-webpack5 7.0.0-beta.14 → 7.0.0-beta.15

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 +8 -11
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/react-webpack5",
3
- "version": "7.0.0-beta.14",
3
+ "version": "7.0.0-beta.15",
4
4
  "description": "Storybook for React: Develop React Component in isolation with Hot Reloading.",
5
5
  "keywords": [
6
6
  "storybook"
@@ -21,6 +21,7 @@
21
21
  "license": "MIT",
22
22
  "exports": {
23
23
  ".": {
24
+ "node": "./dist/index.js",
24
25
  "require": "./dist/index.js",
25
26
  "import": "./dist/index.mjs",
26
27
  "types": "./dist/index.d.ts"
@@ -30,18 +31,14 @@
30
31
  "import": "./dist/preset.mjs",
31
32
  "types": "./dist/preset.d.ts"
32
33
  },
33
- "./package.json": {
34
- "require": "./package.json",
35
- "import": "./package.json",
36
- "types": "./package.json"
37
- }
34
+ "./package.json": "./package.json"
38
35
  },
39
36
  "main": "dist/index.js",
40
37
  "module": "dist/index.mjs",
41
38
  "types": "dist/index.d.ts",
42
39
  "files": [
43
40
  "dist/**/*",
44
- "types/**/*",
41
+ "template/**/*",
45
42
  "README.md",
46
43
  "*.js",
47
44
  "*.d.ts"
@@ -51,9 +48,9 @@
51
48
  "prep": "../../../scripts/prepare/bundle.ts"
52
49
  },
53
50
  "dependencies": {
54
- "@storybook/builder-webpack5": "7.0.0-beta.14",
55
- "@storybook/preset-react-webpack": "7.0.0-beta.14",
56
- "@storybook/react": "7.0.0-beta.14",
51
+ "@storybook/builder-webpack5": "7.0.0-beta.15",
52
+ "@storybook/preset-react-webpack": "7.0.0-beta.15",
53
+ "@storybook/react": "7.0.0-beta.15",
57
54
  "@types/node": "^16.0.0"
58
55
  },
59
56
  "devDependencies": {
@@ -86,5 +83,5 @@
86
83
  ],
87
84
  "platform": "node"
88
85
  },
89
- "gitHead": "c3b2e8fe2517ba2d7630e260de0fd1ad86cafeb6"
86
+ "gitHead": "ed794f9d13e2bfe696ed2b230a3da04c203519eb"
90
87
  }