@storybook/html-webpack5 0.0.0-pr-24396-sha-51edf4aa → 0.0.0-pr-24437-sha-55d6b8d8

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 -2
  2. package/package.json +6 -6
package/dist/preset.d.ts CHANGED
@@ -818,8 +818,6 @@ type StoryIndexer = Indexer | DeprecatedIndexer;
818
818
  type BaseIndexInput = {
819
819
  /** The file to import from e.g. the story file. */
820
820
  importPath: Path;
821
- /** The raw path/package to the file that provides meta.component, if one exists */
822
- rawComponentPath?: Path;
823
821
  /** The name of the export to import. */
824
822
  exportName: ExportName;
825
823
  /** The name of the entry, auto-generated from {@link exportName} if unspecified. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/html-webpack5",
3
- "version": "0.0.0-pr-24396-sha-51edf4aa",
3
+ "version": "0.0.0-pr-24437-sha-55d6b8d8",
4
4
  "description": "Storybook for HTML: View HTML snippets in isolation with Hot Reloading.",
5
5
  "keywords": [
6
6
  "storybook"
@@ -47,12 +47,12 @@
47
47
  "prep": "../../../scripts/prepare/bundle.ts"
48
48
  },
49
49
  "dependencies": {
50
- "@storybook/builder-webpack5": "0.0.0-pr-24396-sha-51edf4aa",
51
- "@storybook/core-common": "0.0.0-pr-24396-sha-51edf4aa",
50
+ "@storybook/builder-webpack5": "0.0.0-pr-24437-sha-55d6b8d8",
51
+ "@storybook/core-common": "0.0.0-pr-24437-sha-55d6b8d8",
52
52
  "@storybook/global": "^5.0.0",
53
- "@storybook/html": "0.0.0-pr-24396-sha-51edf4aa",
54
- "@storybook/preset-html-webpack": "0.0.0-pr-24396-sha-51edf4aa",
55
- "@types/node": "^16.0.0"
53
+ "@storybook/html": "0.0.0-pr-24437-sha-55d6b8d8",
54
+ "@storybook/preset-html-webpack": "0.0.0-pr-24437-sha-55d6b8d8",
55
+ "@types/node": "^18.0.0"
56
56
  },
57
57
  "devDependencies": {
58
58
  "typescript": "~4.9.3"