@storybook/preact 8.2.0-alpha.0 → 8.2.0-alpha.10

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 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/preact",
3
- "version": "8.2.0-alpha.0",
3
+ "version": "8.2.0-alpha.10",
4
4
  "description": "Storybook Preact renderer",
5
5
  "keywords": [
6
6
  "storybook"
@@ -23,8 +23,8 @@
23
23
  ".": {
24
24
  "types": "./dist/index.d.ts",
25
25
  "node": "./dist/index.js",
26
- "require": "./dist/index.js",
27
- "import": "./dist/index.mjs"
26
+ "import": "./dist/index.mjs",
27
+ "require": "./dist/index.js"
28
28
  },
29
29
  "./preset": "./preset.js",
30
30
  "./dist/entry-preview.mjs": "./dist/entry-preview.mjs",
@@ -48,8 +48,8 @@
48
48
  },
49
49
  "dependencies": {
50
50
  "@storybook/global": "^5.0.0",
51
- "@storybook/preview-api": "8.2.0-alpha.0",
52
- "@storybook/types": "8.2.0-alpha.0",
51
+ "@storybook/preview-api": "8.2.0-alpha.10",
52
+ "@storybook/types": "8.2.0-alpha.10",
53
53
  "ts-dedent": "^2.0.0"
54
54
  },
55
55
  "devDependencies": {
@@ -74,5 +74,5 @@
74
74
  ],
75
75
  "platform": "browser"
76
76
  },
77
- "gitHead": "e6a7fd8a655c69780bc20b9749c2699e44beae17"
77
+ "gitHead": "e6a7fd8a655c69780bc20b9749c2699e44beae16"
78
78
  }