@storybook/html-webpack5 7.0.0-alpha.56 → 7.0.0-alpha.58

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 +0 -4
  2. package/package.json +6 -6
package/dist/preset.d.ts CHANGED
@@ -971,10 +971,6 @@ interface StorybookConfig {
971
971
  staticDirs?: (DirectoryMapping | string)[];
972
972
  logLevel?: string;
973
973
  features?: {
974
- /**
975
- * Allows to disable deprecated implicit PostCSS loader. (will be removed in 7.0)
976
- */
977
- postcss?: boolean;
978
974
  /**
979
975
  * Build stories.json automatically on start/build
980
976
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/html-webpack5",
3
- "version": "7.0.0-alpha.56",
3
+ "version": "7.0.0-alpha.58",
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.56",
54
- "@storybook/core-common": "7.0.0-alpha.56",
55
- "@storybook/html": "7.0.0-alpha.56",
56
- "@storybook/preset-html-webpack": "7.0.0-alpha.56",
53
+ "@storybook/builder-webpack5": "7.0.0-alpha.58",
54
+ "@storybook/core-common": "7.0.0-alpha.58",
55
+ "@storybook/html": "7.0.0-alpha.58",
56
+ "@storybook/preset-html-webpack": "7.0.0-alpha.58",
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": "c8e9a862bb83c4a0d6b5975e795b4ca7f7ff7bc2"
81
+ "gitHead": "c7f8e3e8486ab5caf3da0ef016acfd2065f0dc05"
82
82
  }