@storybook/html-webpack5 7.0.0-alpha.44 → 7.0.0-alpha.46

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 -0
  2. package/package.json +6 -6
package/dist/preset.d.ts CHANGED
@@ -825,6 +825,7 @@ interface LoadedPreset {
825
825
  }
826
826
  interface VersionCheck {
827
827
  success: boolean;
828
+ cached: boolean;
828
829
  data?: any;
829
830
  error?: any;
830
831
  time: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/html-webpack5",
3
- "version": "7.0.0-alpha.44",
3
+ "version": "7.0.0-alpha.46",
4
4
  "description": "Storybook for HTML: View HTML snippets in isolation with Hot Reloading.",
5
5
  "keywords": [
6
6
  "storybook"
@@ -50,10 +50,10 @@
50
50
  "prep": "../../../scripts/prepare/bundle.ts"
51
51
  },
52
52
  "dependencies": {
53
- "@storybook/builder-webpack5": "7.0.0-alpha.44",
54
- "@storybook/core-common": "7.0.0-alpha.44",
55
- "@storybook/html": "7.0.0-alpha.44",
56
- "@storybook/preset-html-webpack": "7.0.0-alpha.44",
53
+ "@storybook/builder-webpack5": "7.0.0-alpha.46",
54
+ "@storybook/core-common": "7.0.0-alpha.46",
55
+ "@storybook/html": "7.0.0-alpha.46",
56
+ "@storybook/preset-html-webpack": "7.0.0-alpha.46",
57
57
  "@types/node": "^16.0.0",
58
58
  "global": "^4.4.0",
59
59
  "react": "16.14.0",
@@ -78,5 +78,5 @@
78
78
  ],
79
79
  "platform": "node"
80
80
  },
81
- "gitHead": "d4965bd328d8f83c279560c7bc8428e490b275f3"
81
+ "gitHead": "c64b5be851ed2affac56e1daaac3f453fbe6f230"
82
82
  }