@storybook/react 6.5.0-alpha.60 → 6.5.0-alpha.63

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.
@@ -24,7 +24,7 @@ async function webpackFinal(config) {
24
24
  return _objectSpread(_objectSpread({}, config), {}, {
25
25
  plugins: [...config.plugins, reactDomPkg.version.startsWith('18') || reactDomPkg.version.startsWith('0.0.0') ? null : new _webpack.IgnorePlugin({
26
26
  resourceRegExp: /react-dom\/client$/,
27
- contextRegExp: /(app\/react|@storybook\/react)/ // TODO this needs to work for both in our MONOREPO and in the user's NODE_MODULES
27
+ contextRegExp: /(app\/react|app\\react|@storybook\/react|@storybook\\react)/ // TODO this needs to work for both in our MONOREPO and in the user's NODE_MODULES
28
28
 
29
29
  })].filter(Boolean)
30
30
  });
@@ -14,7 +14,7 @@ export async function webpackFinal(config) {
14
14
  return _objectSpread(_objectSpread({}, config), {}, {
15
15
  plugins: [...config.plugins, reactDomPkg.version.startsWith('18') || reactDomPkg.version.startsWith('0.0.0') ? null : new IgnorePlugin({
16
16
  resourceRegExp: /react-dom\/client$/,
17
- contextRegExp: /(app\/react|@storybook\/react)/ // TODO this needs to work for both in our MONOREPO and in the user's NODE_MODULES
17
+ contextRegExp: /(app\/react|app\\react|@storybook\/react|@storybook\\react)/ // TODO this needs to work for both in our MONOREPO and in the user's NODE_MODULES
18
18
 
19
19
  })].filter(Boolean)
20
20
  });
@@ -14,7 +14,7 @@ export async function webpackFinal(config) {
14
14
  return _objectSpread(_objectSpread({}, config), {}, {
15
15
  plugins: [...config.plugins, reactDomPkg.version.startsWith('18') || reactDomPkg.version.startsWith('0.0.0') ? null : new IgnorePlugin({
16
16
  resourceRegExp: /react-dom\/client$/,
17
- contextRegExp: /(app\/react|@storybook\/react)/ // TODO this needs to work for both in our MONOREPO and in the user's NODE_MODULES
17
+ contextRegExp: /(app\/react|app\\react|@storybook\/react|@storybook\\react)/ // TODO this needs to work for both in our MONOREPO and in the user's NODE_MODULES
18
18
 
19
19
  })].filter(Boolean)
20
20
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/react",
3
- "version": "6.5.0-alpha.60",
3
+ "version": "6.5.0-alpha.63",
4
4
  "description": "Storybook for React: Develop React Component in isolation with Hot Reloading.",
5
5
  "keywords": [
6
6
  "storybook"
@@ -49,16 +49,16 @@
49
49
  "@babel/preset-flow": "^7.12.1",
50
50
  "@babel/preset-react": "^7.12.10",
51
51
  "@pmmmwh/react-refresh-webpack-plugin": "^0.5.3",
52
- "@storybook/addons": "6.5.0-alpha.60",
53
- "@storybook/client-logger": "6.5.0-alpha.60",
54
- "@storybook/core": "6.5.0-alpha.60",
55
- "@storybook/core-common": "6.5.0-alpha.60",
52
+ "@storybook/addons": "6.5.0-alpha.63",
53
+ "@storybook/client-logger": "6.5.0-alpha.63",
54
+ "@storybook/core": "6.5.0-alpha.63",
55
+ "@storybook/core-common": "6.5.0-alpha.63",
56
56
  "@storybook/csf": "0.0.2--canary.7c6c115.0",
57
- "@storybook/docs-tools": "6.5.0-alpha.60",
58
- "@storybook/node-logger": "6.5.0-alpha.60",
57
+ "@storybook/docs-tools": "6.5.0-alpha.63",
58
+ "@storybook/node-logger": "6.5.0-alpha.63",
59
59
  "@storybook/react-docgen-typescript-plugin": "1.0.2-canary.6.9d540b91e815f8fc2f8829189deb00553559ff63.0",
60
60
  "@storybook/semver": "^7.3.2",
61
- "@storybook/store": "6.5.0-alpha.60",
61
+ "@storybook/store": "6.5.0-alpha.63",
62
62
  "@types/estree": "^0.0.51",
63
63
  "@types/node": "^14.14.20 || ^16.0.0",
64
64
  "@types/webpack-env": "^1.16.0",
@@ -119,6 +119,6 @@
119
119
  "publishConfig": {
120
120
  "access": "public"
121
121
  },
122
- "gitHead": "b45a2371f8c63aeef298b94a5b5237575007e401",
122
+ "gitHead": "416f87dc715cae299c7b4f37f1c9db7f686d4d21",
123
123
  "sbmodern": "dist/modern/client/index.js"
124
124
  }