@storybook/html-webpack5 7.0.0-beta.48 → 7.0.0-beta.49

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/preset.d.ts +1 -1
  2. package/package.json +6 -6
package/dist/preset.d.ts CHANGED
@@ -720,7 +720,7 @@ PackageJson$1.NonStandardEntryPoints &
720
720
  PackageJson$1.TypeScriptConfiguration &
721
721
  PackageJson$1.YarnConfiguration &
722
722
  PackageJson$1.JSPMConfiguration;
723
- declare type Tag = string;
723
+ type Tag = string;
724
724
  interface Parameters {
725
725
  [name: string]: any;
726
726
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/html-webpack5",
3
- "version": "7.0.0-beta.48",
3
+ "version": "7.0.0-beta.49",
4
4
  "description": "Storybook for HTML: View HTML snippets in isolation with Hot Reloading.",
5
5
  "keywords": [
6
6
  "storybook"
@@ -48,11 +48,11 @@
48
48
  "prep": "../../../scripts/prepare/bundle.ts"
49
49
  },
50
50
  "dependencies": {
51
- "@storybook/builder-webpack5": "7.0.0-beta.48",
52
- "@storybook/core-common": "7.0.0-beta.48",
51
+ "@storybook/builder-webpack5": "7.0.0-beta.49",
52
+ "@storybook/core-common": "7.0.0-beta.49",
53
53
  "@storybook/global": "^5.0.0",
54
- "@storybook/html": "7.0.0-beta.48",
55
- "@storybook/preset-html-webpack": "7.0.0-beta.48",
54
+ "@storybook/html": "7.0.0-beta.49",
55
+ "@storybook/preset-html-webpack": "7.0.0-beta.49",
56
56
  "@types/node": "^16.0.0"
57
57
  },
58
58
  "devDependencies": {
@@ -76,5 +76,5 @@
76
76
  ],
77
77
  "platform": "node"
78
78
  },
79
- "gitHead": "8c9765f9cd204fc63b928526941d8d8bffaf7c38"
79
+ "gitHead": "a2b4f0b42ee2b071390794bbdf99d0366fa32472"
80
80
  }