@storybook/html-webpack5 8.0.0-alpha.0 → 8.0.0-alpha.2

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 +5 -0
  2. package/package.json +5 -5
package/dist/preset.d.ts CHANGED
@@ -2822,6 +2822,7 @@ interface CLIOptions {
2822
2822
  enableCrashReports?: boolean;
2823
2823
  host?: string;
2824
2824
  initialPath?: string;
2825
+ exactPort?: boolean;
2825
2826
  /**
2826
2827
  * @deprecated Use 'staticDirs' Storybook Configuration option instead
2827
2828
  */
@@ -3006,6 +3007,10 @@ interface StorybookConfigRaw {
3006
3007
  * This will make sure that your story renders the same no matter if docgen is enabled or not.
3007
3008
  */
3008
3009
  disallowImplicitActionsInRenderV8?: boolean;
3010
+ /**
3011
+ * Enable asynchronous component rendering in NextJS framework
3012
+ */
3013
+ experimentalNextRSC?: boolean;
3009
3014
  };
3010
3015
  build?: TestBuildConfig;
3011
3016
  stories: StoriesEntry[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/html-webpack5",
3
- "version": "8.0.0-alpha.0",
3
+ "version": "8.0.0-alpha.2",
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": "8.0.0-alpha.0",
51
- "@storybook/core-common": "8.0.0-alpha.0",
50
+ "@storybook/builder-webpack5": "8.0.0-alpha.2",
51
+ "@storybook/core-common": "8.0.0-alpha.2",
52
52
  "@storybook/global": "^5.0.0",
53
- "@storybook/html": "8.0.0-alpha.0",
54
- "@storybook/preset-html-webpack": "8.0.0-alpha.0",
53
+ "@storybook/html": "8.0.0-alpha.2",
54
+ "@storybook/preset-html-webpack": "8.0.0-alpha.2",
55
55
  "@types/node": "^18.0.0"
56
56
  },
57
57
  "devDependencies": {