@storybook/builder-webpack5 7.0.0 → 7.0.2

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.
@@ -994,12 +994,6 @@ interface StorybookConfig {
994
994
  * Build stories.json automatically on start/build
995
995
  */
996
996
  buildStoriesJson?: boolean;
997
- /**
998
- * Activate preview of CSF v3.0
999
- *
1000
- * @deprecated This is always on now from 6.4 regardless of the setting
1001
- */
1002
- previewCsfV3?: boolean;
1003
997
  /**
1004
998
  * Activate on demand story store
1005
999
  */
@@ -1009,10 +1003,6 @@ interface StorybookConfig {
1009
1003
  * (for internal use in sandboxes)
1010
1004
  */
1011
1005
  storyStoreV7MdxErrors?: boolean;
1012
- /**
1013
- * Enable a set of planned breaking changes for SB7.0
1014
- */
1015
- breakingChangesV7?: boolean;
1016
1006
  /**
1017
1007
  * Filter args with a "target" on the type from the render function (EXPERIMENTAL)
1018
1008
  */
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-7a4eb4de.js';
2
+ import { O as Options$1, B as Builder } from './index.d-1a1e1de1.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-7a4eb4de.js';
3
+ import { O as Options } from '../index.d-1a1e1de1.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",
3
+ "version": "7.0.2",
4
4
  "description": "Storybook framework-agnostic API",
5
5
  "keywords": [
6
6
  "storybook"
@@ -58,25 +58,25 @@
58
58
  },
59
59
  "dependencies": {
60
60
  "@babel/core": "^7.12.10",
61
- "@storybook/addons": "7.0.0",
62
- "@storybook/api": "7.0.0",
63
- "@storybook/channel-postmessage": "7.0.0",
64
- "@storybook/channel-websocket": "7.0.0",
65
- "@storybook/channels": "7.0.0",
66
- "@storybook/client-api": "7.0.0",
67
- "@storybook/client-logger": "7.0.0",
68
- "@storybook/components": "7.0.0",
69
- "@storybook/core-common": "7.0.0",
70
- "@storybook/core-events": "7.0.0",
71
- "@storybook/core-webpack": "7.0.0",
61
+ "@storybook/addons": "7.0.2",
62
+ "@storybook/api": "7.0.2",
63
+ "@storybook/channel-postmessage": "7.0.2",
64
+ "@storybook/channel-websocket": "7.0.2",
65
+ "@storybook/channels": "7.0.2",
66
+ "@storybook/client-api": "7.0.2",
67
+ "@storybook/client-logger": "7.0.2",
68
+ "@storybook/components": "7.0.2",
69
+ "@storybook/core-common": "7.0.2",
70
+ "@storybook/core-events": "7.0.2",
71
+ "@storybook/core-webpack": "7.0.2",
72
72
  "@storybook/global": "^5.0.0",
73
- "@storybook/manager-api": "7.0.0",
74
- "@storybook/node-logger": "7.0.0",
75
- "@storybook/preview": "7.0.0",
76
- "@storybook/preview-api": "7.0.0",
77
- "@storybook/router": "7.0.0",
78
- "@storybook/store": "7.0.0",
79
- "@storybook/theming": "7.0.0",
73
+ "@storybook/manager-api": "7.0.2",
74
+ "@storybook/node-logger": "7.0.2",
75
+ "@storybook/preview": "7.0.2",
76
+ "@storybook/preview-api": "7.0.2",
77
+ "@storybook/router": "7.0.2",
78
+ "@storybook/store": "7.0.2",
79
+ "@storybook/theming": "7.0.2",
80
80
  "@types/node": "^16.0.0",
81
81
  "@types/semver": "^7.3.4",
82
82
  "babel-loader": "^9.0.0",
@@ -131,5 +131,5 @@
131
131
  ],
132
132
  "platform": "node"
133
133
  },
134
- "gitHead": "4f2afa644d7f2833181fc03187f5597d442285a6"
134
+ "gitHead": "96b498debee8b89d0c4050c13172a5a818c9997a"
135
135
  }