@storybook/builder-webpack5 8.0.0-alpha.6 → 8.0.0-alpha.7
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.
|
@@ -3017,11 +3017,6 @@ interface StorybookConfigRaw {
|
|
|
3017
3017
|
* Filter args with a "target" on the type from the render function (EXPERIMENTAL)
|
|
3018
3018
|
*/
|
|
3019
3019
|
argTypeTargetsV7?: boolean;
|
|
3020
|
-
/**
|
|
3021
|
-
* Warn when there is a pre-6.0 hierarchy separator ('.' / '|') in the story title.
|
|
3022
|
-
* Will be removed in 7.0.
|
|
3023
|
-
*/
|
|
3024
|
-
warnOnLegacyHierarchySeparator?: boolean;
|
|
3025
3020
|
/**
|
|
3026
3021
|
* Use legacy MDX1, to help smooth migration to 7.0
|
|
3027
3022
|
*/
|
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-
|
|
2
|
+
import { O as Options$1, B as Builder } from './index.d-0092ce16.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-
|
|
3
|
+
import { O as Options } from '../index.d-0092ce16.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": "8.0.0-alpha.
|
|
3
|
+
"version": "8.0.0-alpha.7",
|
|
4
4
|
"description": "Storybook framework-agnostic API",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"storybook"
|
|
@@ -64,14 +64,14 @@
|
|
|
64
64
|
},
|
|
65
65
|
"dependencies": {
|
|
66
66
|
"@babel/core": "^7.23.2",
|
|
67
|
-
"@storybook/channels": "8.0.0-alpha.
|
|
68
|
-
"@storybook/client-logger": "8.0.0-alpha.
|
|
69
|
-
"@storybook/core-common": "8.0.0-alpha.
|
|
70
|
-
"@storybook/core-events": "8.0.0-alpha.
|
|
71
|
-
"@storybook/core-webpack": "8.0.0-alpha.
|
|
72
|
-
"@storybook/node-logger": "8.0.0-alpha.
|
|
73
|
-
"@storybook/preview": "8.0.0-alpha.
|
|
74
|
-
"@storybook/preview-api": "8.0.0-alpha.
|
|
67
|
+
"@storybook/channels": "8.0.0-alpha.7",
|
|
68
|
+
"@storybook/client-logger": "8.0.0-alpha.7",
|
|
69
|
+
"@storybook/core-common": "8.0.0-alpha.7",
|
|
70
|
+
"@storybook/core-events": "8.0.0-alpha.7",
|
|
71
|
+
"@storybook/core-webpack": "8.0.0-alpha.7",
|
|
72
|
+
"@storybook/node-logger": "8.0.0-alpha.7",
|
|
73
|
+
"@storybook/preview": "8.0.0-alpha.7",
|
|
74
|
+
"@storybook/preview-api": "8.0.0-alpha.7",
|
|
75
75
|
"@swc/core": "^1.3.82",
|
|
76
76
|
"@types/node": "^18.0.0",
|
|
77
77
|
"@types/semver": "^7.3.4",
|