@storybook/html-webpack5 0.0.0-pr-25591-sha-337ab526 → 0.0.0-pr-25596-sha-579fbffd

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 -6
  2. package/package.json +5 -5
package/dist/preset.d.ts CHANGED
@@ -1079,14 +1079,8 @@ interface StorybookConfigRaw {
1079
1079
  disallowImplicitActionsInRenderV8?: boolean;
1080
1080
  /**
1081
1081
  * Enable asynchronous component rendering in NextJS framework
1082
- *
1083
- * @deprecated use `experimentalRSC` instead
1084
1082
  */
1085
1083
  experimentalNextRSC?: boolean;
1086
- /**
1087
- * Enable asynchronous component rendering in React renderer
1088
- */
1089
- experimentalRSC?: boolean;
1090
1084
  };
1091
1085
  build?: TestBuildConfig;
1092
1086
  stories: StoriesEntry[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/html-webpack5",
3
- "version": "0.0.0-pr-25591-sha-337ab526",
3
+ "version": "0.0.0-pr-25596-sha-579fbffd",
4
4
  "description": "Storybook for HTML: View HTML snippets in isolation with Hot Reloading.",
5
5
  "keywords": [
6
6
  "storybook"
@@ -47,11 +47,11 @@
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-25591-sha-337ab526",
51
- "@storybook/core-common": "0.0.0-pr-25591-sha-337ab526",
50
+ "@storybook/builder-webpack5": "0.0.0-pr-25596-sha-579fbffd",
51
+ "@storybook/core-common": "0.0.0-pr-25596-sha-579fbffd",
52
52
  "@storybook/global": "^5.0.0",
53
- "@storybook/html": "0.0.0-pr-25591-sha-337ab526",
54
- "@storybook/preset-html-webpack": "0.0.0-pr-25591-sha-337ab526",
53
+ "@storybook/html": "0.0.0-pr-25596-sha-579fbffd",
54
+ "@storybook/preset-html-webpack": "0.0.0-pr-25596-sha-579fbffd",
55
55
  "@types/node": "^18.0.0"
56
56
  },
57
57
  "devDependencies": {