@storybook/html-webpack5 0.0.0-pr-24740-sha-c34bd874 → 0.0.0-pr-24741-sha-397c2cab

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 -1
  2. package/package.json +5 -5
package/dist/preset.d.ts CHANGED
@@ -939,7 +939,6 @@ interface CLIOptions {
939
939
  enableCrashReports?: boolean;
940
940
  host?: string;
941
941
  initialPath?: string;
942
- exactPort?: boolean;
943
942
  /**
944
943
  * @deprecated Use 'staticDirs' Storybook Configuration option instead
945
944
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/html-webpack5",
3
- "version": "0.0.0-pr-24740-sha-c34bd874",
3
+ "version": "0.0.0-pr-24741-sha-397c2cab",
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": "../../../scripts/prepare/bundle.ts"
48
48
  },
49
49
  "dependencies": {
50
- "@storybook/builder-webpack5": "0.0.0-pr-24740-sha-c34bd874",
51
- "@storybook/core-common": "0.0.0-pr-24740-sha-c34bd874",
50
+ "@storybook/builder-webpack5": "0.0.0-pr-24741-sha-397c2cab",
51
+ "@storybook/core-common": "0.0.0-pr-24741-sha-397c2cab",
52
52
  "@storybook/global": "^5.0.0",
53
- "@storybook/html": "0.0.0-pr-24740-sha-c34bd874",
54
- "@storybook/preset-html-webpack": "0.0.0-pr-24740-sha-c34bd874",
53
+ "@storybook/html": "0.0.0-pr-24741-sha-397c2cab",
54
+ "@storybook/preset-html-webpack": "0.0.0-pr-24741-sha-397c2cab",
55
55
  "@types/node": "^16.0.0"
56
56
  },
57
57
  "devDependencies": {