@modern-js/storybook 2.39.2 → 2.41.0

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 +7 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@modern-js/storybook",
3
- "version": "2.39.2",
3
+ "version": "2.41.0",
4
4
  "description": "modern.js support for storybook",
5
5
  "repository": {
6
6
  "type": "git",
@@ -30,23 +30,23 @@
30
30
  },
31
31
  "exports": {
32
32
  ".": {
33
- "jsnext:source": "./src/index.ts",
34
33
  "types": "./dist/index.d.ts",
34
+ "jsnext:source": "./src/index.ts",
35
35
  "default": "./dist/index.js"
36
36
  },
37
37
  "./addons": {
38
- "jsnext:source": "./src/addons.ts",
39
38
  "types": "./dist/addons.d.ts",
39
+ "jsnext:source": "./src/addons.ts",
40
40
  "default": "./dist/addons.js"
41
41
  },
42
42
  "./preset": {
43
- "jsnext:source": "./src/preset.ts",
44
43
  "types": "./dist/preset.d.ts",
44
+ "jsnext:source": "./src/preset.ts",
45
45
  "default": "./dist/preset.js"
46
46
  },
47
47
  "./types": {
48
- "jsnext:source": "./src/types.ts",
49
48
  "types": "./dist/types.d.ts",
49
+ "jsnext:source": "./src/types.ts",
50
50
  "default": "./dist/types.ks"
51
51
  },
52
52
  "./bin": "./bin.js",
@@ -59,8 +59,8 @@
59
59
  "dependencies": {
60
60
  "@storybook/react": "^7.5.1",
61
61
  "storybook": "^7.5.1",
62
- "@modern-js/storybook-builder": "2.39.2",
63
- "@modern-js/utils": "2.39.2"
62
+ "@modern-js/storybook-builder": "2.41.0",
63
+ "@modern-js/utils": "2.41.0"
64
64
  },
65
65
  "devDependencies": {
66
66
  "@storybook/types": "^7.5.1",