@storybook/react-webpack5 0.0.0-pr-25379-sha-d343aef0 → 0.0.0-pr-25567-sha-604112e1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/dist/preset.d.ts +0 -13
  2. package/package.json +5 -5
package/dist/preset.d.ts CHANGED
@@ -1054,19 +1054,6 @@ interface StorybookConfigRaw {
1054
1054
  staticDirs?: (DirectoryMapping | string)[];
1055
1055
  logLevel?: string;
1056
1056
  features?: {
1057
- /**
1058
- * Build stories.json automatically on start/build
1059
- */
1060
- buildStoriesJson?: boolean;
1061
- /**
1062
- * Activate on demand story store
1063
- */
1064
- storyStoreV7?: boolean;
1065
- /**
1066
- * Do not throw errors if using `.mdx` files in SSv7
1067
- * (for internal use in sandboxes)
1068
- */
1069
- storyStoreV7MdxErrors?: boolean;
1070
1057
  /**
1071
1058
  * Filter args with a "target" on the type from the render function (EXPERIMENTAL)
1072
1059
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/react-webpack5",
3
- "version": "0.0.0-pr-25379-sha-d343aef0",
3
+ "version": "0.0.0-pr-25567-sha-604112e1",
4
4
  "description": "Storybook for React: Develop React Component in isolation with Hot Reloading.",
5
5
  "keywords": [
6
6
  "storybook"
@@ -47,15 +47,15 @@
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-25379-sha-d343aef0",
51
- "@storybook/preset-react-webpack": "0.0.0-pr-25379-sha-d343aef0",
52
- "@storybook/react": "0.0.0-pr-25379-sha-d343aef0",
50
+ "@storybook/builder-webpack5": "0.0.0-pr-25567-sha-604112e1",
51
+ "@storybook/preset-react-webpack": "0.0.0-pr-25567-sha-604112e1",
52
+ "@storybook/react": "0.0.0-pr-25567-sha-604112e1",
53
53
  "@types/node": "^18.0.0"
54
54
  },
55
55
  "peerDependencies": {
56
56
  "react": "^16.8.0 || ^17.0.0 || ^18.0.0",
57
57
  "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0",
58
- "typescript": "*"
58
+ "typescript": ">= 4.2.x"
59
59
  },
60
60
  "peerDependenciesMeta": {
61
61
  "typescript": {