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

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": "@storybook/html-webpack5",
3
- "version": "8.2.0-alpha.6",
3
+ "version": "8.2.0-alpha.8",
4
4
  "description": "Storybook for HTML: View HTML snippets in isolation with Hot Reloading.",
5
5
  "keywords": [
6
6
  "storybook"
@@ -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.6",
51
- "@storybook/core-common": "8.2.0-alpha.6",
50
+ "@storybook/builder-webpack5": "8.2.0-alpha.8",
51
+ "@storybook/core-common": "8.2.0-alpha.8",
52
52
  "@storybook/global": "^5.0.0",
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",
53
+ "@storybook/html": "8.2.0-alpha.8",
54
+ "@storybook/preset-html-webpack": "8.2.0-alpha.8",
55
+ "@storybook/types": "8.2.0-alpha.8",
56
56
  "@types/node": "^18.0.0"
57
57
  },
58
58
  "devDependencies": {
@@ -71,5 +71,5 @@
71
71
  ],
72
72
  "platform": "node"
73
73
  },
74
- "gitHead": "e6a7fd8a655c69780bc20b9749c2699e44beae17"
74
+ "gitHead": "e6a7fd8a655c69780bc20b9749c2699e44beae16"
75
75
  }