@storybook/html-webpack5 7.0.0 → 7.0.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 +0 -10
  2. package/package.json +6 -6
package/dist/preset.d.ts CHANGED
@@ -969,12 +969,6 @@ interface StorybookConfig {
969
969
  * Build stories.json automatically on start/build
970
970
  */
971
971
  buildStoriesJson?: boolean;
972
- /**
973
- * Activate preview of CSF v3.0
974
- *
975
- * @deprecated This is always on now from 6.4 regardless of the setting
976
- */
977
- previewCsfV3?: boolean;
978
972
  /**
979
973
  * Activate on demand story store
980
974
  */
@@ -984,10 +978,6 @@ interface StorybookConfig {
984
978
  * (for internal use in sandboxes)
985
979
  */
986
980
  storyStoreV7MdxErrors?: boolean;
987
- /**
988
- * Enable a set of planned breaking changes for SB7.0
989
- */
990
- breakingChangesV7?: boolean;
991
981
  /**
992
982
  * Filter args with a "target" on the type from the render function (EXPERIMENTAL)
993
983
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/html-webpack5",
3
- "version": "7.0.0",
3
+ "version": "7.0.2",
4
4
  "description": "Storybook for HTML: View HTML snippets in isolation with Hot Reloading.",
5
5
  "keywords": [
6
6
  "storybook"
@@ -48,11 +48,11 @@
48
48
  "prep": "../../../scripts/prepare/bundle.ts"
49
49
  },
50
50
  "dependencies": {
51
- "@storybook/builder-webpack5": "7.0.0",
52
- "@storybook/core-common": "7.0.0",
51
+ "@storybook/builder-webpack5": "7.0.2",
52
+ "@storybook/core-common": "7.0.2",
53
53
  "@storybook/global": "^5.0.0",
54
- "@storybook/html": "7.0.0",
55
- "@storybook/preset-html-webpack": "7.0.0",
54
+ "@storybook/html": "7.0.2",
55
+ "@storybook/preset-html-webpack": "7.0.2",
56
56
  "@types/node": "^16.0.0"
57
57
  },
58
58
  "devDependencies": {
@@ -76,5 +76,5 @@
76
76
  ],
77
77
  "platform": "node"
78
78
  },
79
- "gitHead": "4f2afa644d7f2833181fc03187f5597d442285a6"
79
+ "gitHead": "96b498debee8b89d0c4050c13172a5a818c9997a"
80
80
  }