@storybook/html-webpack5 8.2.0-alpha.5 → 8.2.0-alpha.6

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 -8
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/html-webpack5",
3
- "version": "8.2.0-alpha.5",
3
+ "version": "8.2.0-alpha.6",
4
4
  "description": "Storybook for HTML: View HTML snippets in isolation with Hot Reloading.",
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": {
30
30
  "types": "./dist/preset.d.ts",
@@ -47,12 +47,12 @@
47
47
  "prep": "node --loader ../../../scripts/node_modules/esbuild-register/loader.js -r ../../../scripts/node_modules/esbuild-register/register.js ../../../scripts/prepare/bundle.ts"
48
48
  },
49
49
  "dependencies": {
50
- "@storybook/builder-webpack5": "8.2.0-alpha.5",
51
- "@storybook/core-common": "8.2.0-alpha.5",
50
+ "@storybook/builder-webpack5": "8.2.0-alpha.6",
51
+ "@storybook/core-common": "8.2.0-alpha.6",
52
52
  "@storybook/global": "^5.0.0",
53
- "@storybook/html": "8.2.0-alpha.5",
54
- "@storybook/preset-html-webpack": "8.2.0-alpha.5",
55
- "@storybook/types": "8.2.0-alpha.5",
53
+ "@storybook/html": "8.2.0-alpha.6",
54
+ "@storybook/preset-html-webpack": "8.2.0-alpha.6",
55
+ "@storybook/types": "8.2.0-alpha.6",
56
56
  "@types/node": "^18.0.0"
57
57
  },
58
58
  "devDependencies": {