@storybook/builder-webpack5 7.1.0-alpha.37 → 7.1.0-alpha.39
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.
|
@@ -780,7 +780,7 @@ interface StoriesSpecifier {
|
|
|
780
780
|
/**
|
|
781
781
|
* What does the filename of a story file look like?
|
|
782
782
|
* (a glob, relative to directory, no leading `./`)
|
|
783
|
-
* If unset, we use `** / *.@(mdx|stories.@(mdx|
|
|
783
|
+
* If unset, we use `** / *.@(mdx|stories.@(mdx|js|jsx|mjs|ts|tsx))` (no spaces)
|
|
784
784
|
*/
|
|
785
785
|
files?: string;
|
|
786
786
|
}
|
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-4db69c00.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-4db69c00.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.1.0-alpha.
|
|
3
|
+
"version": "7.1.0-alpha.39",
|
|
4
4
|
"description": "Storybook framework-agnostic API",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"storybook"
|
|
@@ -56,24 +56,24 @@
|
|
|
56
56
|
},
|
|
57
57
|
"dependencies": {
|
|
58
58
|
"@babel/core": "^7.22.0",
|
|
59
|
-
"@storybook/addons": "7.1.0-alpha.
|
|
60
|
-
"@storybook/api": "7.1.0-alpha.
|
|
61
|
-
"@storybook/channel-postmessage": "7.1.0-alpha.
|
|
62
|
-
"@storybook/channels": "7.1.0-alpha.
|
|
63
|
-
"@storybook/client-api": "7.1.0-alpha.
|
|
64
|
-
"@storybook/client-logger": "7.1.0-alpha.
|
|
65
|
-
"@storybook/components": "7.1.0-alpha.
|
|
66
|
-
"@storybook/core-common": "7.1.0-alpha.
|
|
67
|
-
"@storybook/core-events": "7.1.0-alpha.
|
|
68
|
-
"@storybook/core-webpack": "7.1.0-alpha.
|
|
59
|
+
"@storybook/addons": "7.1.0-alpha.39",
|
|
60
|
+
"@storybook/api": "7.1.0-alpha.39",
|
|
61
|
+
"@storybook/channel-postmessage": "7.1.0-alpha.39",
|
|
62
|
+
"@storybook/channels": "7.1.0-alpha.39",
|
|
63
|
+
"@storybook/client-api": "7.1.0-alpha.39",
|
|
64
|
+
"@storybook/client-logger": "7.1.0-alpha.39",
|
|
65
|
+
"@storybook/components": "7.1.0-alpha.39",
|
|
66
|
+
"@storybook/core-common": "7.1.0-alpha.39",
|
|
67
|
+
"@storybook/core-events": "7.1.0-alpha.39",
|
|
68
|
+
"@storybook/core-webpack": "7.1.0-alpha.39",
|
|
69
69
|
"@storybook/global": "^5.0.0",
|
|
70
|
-
"@storybook/manager-api": "7.1.0-alpha.
|
|
71
|
-
"@storybook/node-logger": "7.1.0-alpha.
|
|
72
|
-
"@storybook/preview": "7.1.0-alpha.
|
|
73
|
-
"@storybook/preview-api": "7.1.0-alpha.
|
|
74
|
-
"@storybook/router": "7.1.0-alpha.
|
|
75
|
-
"@storybook/store": "7.1.0-alpha.
|
|
76
|
-
"@storybook/theming": "7.1.0-alpha.
|
|
70
|
+
"@storybook/manager-api": "7.1.0-alpha.39",
|
|
71
|
+
"@storybook/node-logger": "7.1.0-alpha.39",
|
|
72
|
+
"@storybook/preview": "7.1.0-alpha.39",
|
|
73
|
+
"@storybook/preview-api": "7.1.0-alpha.39",
|
|
74
|
+
"@storybook/router": "7.1.0-alpha.39",
|
|
75
|
+
"@storybook/store": "7.1.0-alpha.39",
|
|
76
|
+
"@storybook/theming": "7.1.0-alpha.39",
|
|
77
77
|
"@swc/core": "^1.3.49",
|
|
78
78
|
"@types/node": "^16.0.0",
|
|
79
79
|
"@types/semver": "^7.3.4",
|