@storybook/html-webpack5 7.0.0-alpha.59 → 7.0.0-alpha.60

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 -4
  2. package/package.json +10 -10
package/dist/preset.d.ts CHANGED
@@ -993,10 +993,6 @@ interface StorybookConfig {
993
993
  * Enable the step debugger functionality in Addon-interactions.
994
994
  */
995
995
  interactionsDebugger?: boolean;
996
- /**
997
- * Use Storybook 7.0 babel config scheme
998
- */
999
- babelModeV7?: boolean;
1000
996
  /**
1001
997
  * Filter args with a "target" on the type from the render function (EXPERIMENTAL)
1002
998
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/html-webpack5",
3
- "version": "7.0.0-alpha.59",
3
+ "version": "7.0.0-alpha.60",
4
4
  "description": "Storybook for HTML: View HTML snippets in isolation with Hot Reloading.",
5
5
  "keywords": [
6
6
  "storybook"
@@ -50,20 +50,20 @@
50
50
  "prep": "../../../scripts/prepare/bundle.ts"
51
51
  },
52
52
  "dependencies": {
53
- "@storybook/builder-webpack5": "7.0.0-alpha.59",
54
- "@storybook/core-common": "7.0.0-alpha.59",
55
- "@storybook/html": "7.0.0-alpha.59",
56
- "@storybook/preset-html-webpack": "7.0.0-alpha.59",
53
+ "@storybook/builder-webpack5": "7.0.0-alpha.60",
54
+ "@storybook/core-common": "7.0.0-alpha.60",
55
+ "@storybook/html": "7.0.0-alpha.60",
56
+ "@storybook/preset-html-webpack": "7.0.0-alpha.60",
57
57
  "@types/node": "^16.0.0",
58
- "global": "^4.4.0",
59
- "react": "16.14.0",
60
- "react-dom": "16.14.0"
58
+ "global": "^4.4.0"
61
59
  },
62
60
  "devDependencies": {
63
61
  "typescript": "~4.9.3"
64
62
  },
65
63
  "peerDependencies": {
66
- "@babel/core": "*"
64
+ "@babel/core": "*",
65
+ "react": "^16.8.0 || ^17.0.0 || ^18.0.0",
66
+ "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0"
67
67
  },
68
68
  "engines": {
69
69
  "node": ">=10.13.0"
@@ -78,5 +78,5 @@
78
78
  ],
79
79
  "platform": "node"
80
80
  },
81
- "gitHead": "8d3068344b96cb740635b6fbb7a9052108a984bc"
81
+ "gitHead": "2b38f15a169d191e68f01abae0b109920d89fb39"
82
82
  }