@storybook/types 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/index.d.ts +0 -4
  2. package/package.json +3 -3
package/dist/index.d.ts CHANGED
@@ -2060,10 +2060,6 @@ interface StorybookConfig {
2060
2060
  staticDirs?: (DirectoryMapping | string)[];
2061
2061
  logLevel?: string;
2062
2062
  features?: {
2063
- /**
2064
- * Allows to disable deprecated implicit PostCSS loader. (will be removed in 7.0)
2065
- */
2066
- postcss?: boolean;
2067
2063
  /**
2068
2064
  * Build stories.json automatically on start/build
2069
2065
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/types",
3
- "version": "7.0.0-alpha.56",
3
+ "version": "7.0.0-alpha.58",
4
4
  "description": "Core Storybook Types",
5
5
  "keywords": [
6
6
  "storybook"
@@ -41,7 +41,7 @@
41
41
  },
42
42
  "dependencies": {
43
43
  "@babel/core": "^7.12.10",
44
- "@storybook/channels": "7.0.0-alpha.56",
44
+ "@storybook/channels": "7.0.0-alpha.58",
45
45
  "@types/babel__core": "^7.0.0",
46
46
  "@types/express": "^4.7.0",
47
47
  "express": "^4.17.1",
@@ -60,5 +60,5 @@
60
60
  "./src/index.ts"
61
61
  ]
62
62
  },
63
- "gitHead": "c8e9a862bb83c4a0d6b5975e795b4ca7f7ff7bc2"
63
+ "gitHead": "c7f8e3e8486ab5caf3da0ef016acfd2065f0dc05"
64
64
  }