@storybook/html-webpack5 0.0.0-pr-27039-sha-65814b9a → 0.0.0-pr-27039-sha-fbc11962

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.
package/dist/index.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  import { StorybookConfig as StorybookConfig$1, TypescriptOptions as TypescriptOptions$1 } from '@storybook/preset-html-webpack';
2
2
  import { BuilderOptions, StorybookConfigWebpack, TypescriptOptions } from '@storybook/builder-webpack5';
3
- import { CompatibleString } from 'storybook/types';
3
+ import { CompatibleString } from 'storybook/internal/types';
4
4
 
5
5
  type FrameworkName = CompatibleString<'@storybook/html-webpack5'>;
6
6
  type BuilderName = CompatibleString<'@storybook/builder-webpack5'>;
package/dist/preset.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { PresetProperty } from 'storybook/types';
1
+ import { PresetProperty } from 'storybook/internal/types';
2
2
 
3
3
  declare const addons: PresetProperty<'addons'>;
4
4
  declare const core: PresetProperty<'core'>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/html-webpack5",
3
- "version": "0.0.0-pr-27039-sha-65814b9a",
3
+ "version": "0.0.0-pr-27039-sha-fbc11962",
4
4
  "description": "Storybook for HTML: View HTML snippets in isolation with Hot Reloading.",
5
5
  "keywords": [
6
6
  "storybook"
@@ -47,17 +47,17 @@
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-27039-sha-65814b9a",
50
+ "@storybook/builder-webpack5": "0.0.0-pr-27039-sha-fbc11962",
51
51
  "@storybook/global": "^5.0.0",
52
- "@storybook/html": "0.0.0-pr-27039-sha-65814b9a",
53
- "@storybook/preset-html-webpack": "0.0.0-pr-27039-sha-65814b9a",
52
+ "@storybook/html": "0.0.0-pr-27039-sha-fbc11962",
53
+ "@storybook/preset-html-webpack": "0.0.0-pr-27039-sha-fbc11962",
54
54
  "@types/node": "^18.0.0"
55
55
  },
56
56
  "devDependencies": {
57
57
  "typescript": "^5.3.2"
58
58
  },
59
59
  "peerDependencies": {
60
- "storybook": "^0.0.0-pr-27039-sha-65814b9a"
60
+ "storybook": "^0.0.0-pr-27039-sha-fbc11962"
61
61
  },
62
62
  "engines": {
63
63
  "node": ">=18.0.0"