@storybook/builder-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.
@@ -996,10 +996,6 @@ interface StorybookConfig {
996
996
  staticDirs?: (DirectoryMapping | string)[];
997
997
  logLevel?: string;
998
998
  features?: {
999
- /**
1000
- * Allows to disable deprecated implicit PostCSS loader. (will be removed in 7.0)
1001
- */
1002
- postcss?: boolean;
1003
999
  /**
1004
1000
  * Build stories.json automatically on start/build
1005
1001
  */
package/dist/index.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  import webpack__default, { Configuration, Stats } from 'webpack';
2
- import { O as Options$1, B as Builder } from './index.d-3d30a6c5.js';
2
+ import { O as Options$1, B as Builder } from './index.d-89ee47b8.js';
3
3
  import { StorybookConfig, Options, BuilderResult as BuilderResult$1 } from '@storybook/core-webpack';
4
4
  import ForkTsCheckerWebpackPlugin from 'fork-ts-checker-webpack-plugin';
5
5
  import 'file-system-cache';
@@ -1,6 +1,6 @@
1
1
  import * as webpack$1 from 'webpack';
2
2
  import { Configuration } from 'webpack';
3
- import { O as Options } from '../index.d-3d30a6c5.js';
3
+ import { O as Options } from '../index.d-89ee47b8.js';
4
4
  import 'file-system-cache';
5
5
  import '@babel/core';
6
6
  import 'express';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/builder-webpack5",
3
- "version": "7.0.0-alpha.56",
3
+ "version": "7.0.0-alpha.58",
4
4
  "description": "Storybook framework-agnostic API",
5
5
  "keywords": [
6
6
  "storybook"
@@ -54,24 +54,24 @@
54
54
  },
55
55
  "dependencies": {
56
56
  "@babel/core": "^7.12.10",
57
- "@storybook/addons": "7.0.0-alpha.56",
58
- "@storybook/api": "7.0.0-alpha.56",
59
- "@storybook/channel-postmessage": "7.0.0-alpha.56",
60
- "@storybook/channel-websocket": "7.0.0-alpha.56",
61
- "@storybook/channels": "7.0.0-alpha.56",
62
- "@storybook/client-api": "7.0.0-alpha.56",
63
- "@storybook/client-logger": "7.0.0-alpha.56",
64
- "@storybook/components": "7.0.0-alpha.56",
65
- "@storybook/core-common": "7.0.0-alpha.56",
66
- "@storybook/core-events": "7.0.0-alpha.56",
67
- "@storybook/core-webpack": "7.0.0-alpha.56",
68
- "@storybook/manager-api": "7.0.0-alpha.56",
69
- "@storybook/node-logger": "7.0.0-alpha.56",
70
- "@storybook/preview": "7.0.0-alpha.56",
71
- "@storybook/preview-api": "7.0.0-alpha.56",
72
- "@storybook/router": "7.0.0-alpha.56",
73
- "@storybook/store": "7.0.0-alpha.56",
74
- "@storybook/theming": "7.0.0-alpha.56",
57
+ "@storybook/addons": "7.0.0-alpha.58",
58
+ "@storybook/api": "7.0.0-alpha.58",
59
+ "@storybook/channel-postmessage": "7.0.0-alpha.58",
60
+ "@storybook/channel-websocket": "7.0.0-alpha.58",
61
+ "@storybook/channels": "7.0.0-alpha.58",
62
+ "@storybook/client-api": "7.0.0-alpha.58",
63
+ "@storybook/client-logger": "7.0.0-alpha.58",
64
+ "@storybook/components": "7.0.0-alpha.58",
65
+ "@storybook/core-common": "7.0.0-alpha.58",
66
+ "@storybook/core-events": "7.0.0-alpha.58",
67
+ "@storybook/core-webpack": "7.0.0-alpha.58",
68
+ "@storybook/manager-api": "7.0.0-alpha.58",
69
+ "@storybook/node-logger": "7.0.0-alpha.58",
70
+ "@storybook/preview": "7.0.0-alpha.58",
71
+ "@storybook/preview-api": "7.0.0-alpha.58",
72
+ "@storybook/router": "7.0.0-alpha.58",
73
+ "@storybook/store": "7.0.0-alpha.58",
74
+ "@storybook/theming": "7.0.0-alpha.58",
75
75
  "@types/node": "^16.0.0",
76
76
  "@types/semver": "^7.3.4",
77
77
  "babel-loader": "^8.3.0",
@@ -126,5 +126,5 @@
126
126
  ],
127
127
  "platform": "node"
128
128
  },
129
- "gitHead": "c8e9a862bb83c4a0d6b5975e795b4ca7f7ff7bc2"
129
+ "gitHead": "c7f8e3e8486ab5caf3da0ef016acfd2065f0dc05"
130
130
  }