@storybook/react-webpack5 0.0.0-pr-25303-sha-7c4e18ec → 0.0.0-pr-25474-sha-c0c8ae28

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/preset.d.ts +0 -9
  2. package/package.json +4 -4
package/dist/preset.d.ts CHANGED
@@ -2827,10 +2827,6 @@ interface CLIOptions {
2827
2827
  host?: string;
2828
2828
  initialPath?: string;
2829
2829
  exactPort?: boolean;
2830
- /**
2831
- * @deprecated Use 'staticDirs' Storybook Configuration option instead
2832
- */
2833
- staticDir?: string[];
2834
2830
  configDir?: string;
2835
2831
  https?: boolean;
2836
2832
  sslCa?: string[];
@@ -2992,11 +2988,6 @@ interface StorybookConfigRaw {
2992
2988
  * Filter args with a "target" on the type from the render function (EXPERIMENTAL)
2993
2989
  */
2994
2990
  argTypeTargetsV7?: boolean;
2995
- /**
2996
- * Warn when there is a pre-6.0 hierarchy separator ('.' / '|') in the story title.
2997
- * Will be removed in 7.0.
2998
- */
2999
- warnOnLegacyHierarchySeparator?: boolean;
3000
2991
  /**
3001
2992
  * Use legacy MDX1, to help smooth migration to 7.0
3002
2993
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/react-webpack5",
3
- "version": "0.0.0-pr-25303-sha-7c4e18ec",
3
+ "version": "0.0.0-pr-25474-sha-c0c8ae28",
4
4
  "description": "Storybook for React: Develop React Component in isolation with Hot Reloading.",
5
5
  "keywords": [
6
6
  "storybook"
@@ -47,9 +47,9 @@
47
47
  "prep": "node --loader ../../../scripts/node_modules/esbuild-register/loader.js -r ../../../scripts/node_modules/esbuild-register/register.js ../../../scripts/prepare/bundle.ts"
48
48
  },
49
49
  "dependencies": {
50
- "@storybook/builder-webpack5": "0.0.0-pr-25303-sha-7c4e18ec",
51
- "@storybook/preset-react-webpack": "0.0.0-pr-25303-sha-7c4e18ec",
52
- "@storybook/react": "0.0.0-pr-25303-sha-7c4e18ec",
50
+ "@storybook/builder-webpack5": "0.0.0-pr-25474-sha-c0c8ae28",
51
+ "@storybook/preset-react-webpack": "0.0.0-pr-25474-sha-c0c8ae28",
52
+ "@storybook/react": "0.0.0-pr-25474-sha-c0c8ae28",
53
53
  "@types/node": "^18.0.0"
54
54
  },
55
55
  "peerDependencies": {