Merge pull request #12908 from storybookjs/fix/relax-react-dependencies

React: Allow Storybook packages to use React 17.x
This commit is contained in:
Michael Shilman 2020-10-26 23:26:42 +08:00 committed by GitHub
commit 8842f3a094
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
28 changed files with 28 additions and 28 deletions

View File

@ -45,7 +45,7 @@
"core-js": "^3.0.1",
"global": "^4.3.2",
"lodash": "^4.17.15",
"react": "^16.8.3",
"react": "^16.8.3 || ^17.0.0",
"react-dom": "^16.8.3",
"react-sizeme": "^2.5.2",
"regenerator-runtime": "^0.13.3",

View File

@ -40,7 +40,7 @@
"lodash": "^4.17.15",
"polished": "^3.4.4",
"prop-types": "^15.7.2",
"react": "^16.8.3",
"react": "^16.8.3 || ^17.0.0",
"react-dom": "^16.8.3",
"react-inspector": "^5.0.1",
"regenerator-runtime": "^0.13.3",

View File

@ -41,7 +41,7 @@
"core-js": "^3.0.1",
"global": "^4.3.2",
"memoizerific": "^1.11.3",
"react": "^16.8.3",
"react": "^16.8.3 || ^17.0.0",
"react-dom": "^16.8.3",
"regenerator-runtime": "^0.13.3",
"ts-dedent": "^1.1.1",

View File

@ -37,7 +37,7 @@
"@storybook/node-logger": "6.1.0-alpha.29",
"@storybook/theming": "6.1.0-alpha.29",
"core-js": "^3.0.1",
"react": "^16.8.3",
"react": "^16.8.3 || ^17.0.0",
"react-dom": "^16.8.3",
"ts-dedent": "^1.1.1"
},

View File

@ -39,7 +39,7 @@
"@storybook/theming": "6.1.0-alpha.29",
"core-js": "^3.0.1",
"global": "^4.3.2",
"react": "^16.8.3",
"react": "^16.8.3 || ^17.0.0",
"react-dom": "^16.8.3",
"regenerator-runtime": "^0.13.3"
},

View File

@ -42,7 +42,7 @@
"@storybook/theming": "6.1.0-alpha.29",
"core-js": "^3.0.1",
"global": "^4.3.2",
"react": "^16.8.3",
"react": "^16.8.3 || ^17.0.0",
"react-dom": "^16.8.3",
"regenerator-runtime": "^0.13.3",
"ts-dedent": "^1.1.1",

View File

@ -72,7 +72,7 @@
"lodash": "^4.17.15",
"prettier": "~2.0.5",
"prop-types": "^15.7.2",
"react": "^16.8.3",
"react": "^16.8.3 || ^17.0.0",
"react-dom": "^16.8.3",
"react-element-to-jsx-string": "^14.3.1",
"regenerator-runtime": "^0.13.3",

View File

@ -38,7 +38,7 @@
"@storybook/api": "6.1.0-alpha.29",
"@storybook/node-logger": "6.1.0-alpha.29",
"core-js": "^3.0.1",
"react": "^16.8.3",
"react": "^16.8.3 || ^17.0.0",
"react-dom": "^16.8.3",
"regenerator-runtime": "^0.13.3",
"ts-dedent": "^1.1.1"

View File

@ -40,7 +40,7 @@
"format-json": "^1.0.3",
"lodash": "^4.17.15",
"prop-types": "^15.7.2",
"react": "^16.8.3",
"react": "^16.8.3 || ^17.0.0",
"react-dom": "^16.8.3",
"react-lifecycles-compat": "^3.0.4",
"react-textarea-autosize": "^8.1.1",

View File

@ -24,7 +24,7 @@
"@storybook/core-events": "6.1.0-alpha.29",
"core-js": "^3.0.1",
"global": "^4.3.2",
"react": "^16.8.3",
"react": "^16.8.3 || ^17.0.0",
"react-dom": "^16.8.3",
"react-ga": "^2.5.7",
"regenerator-runtime": "^0.13.3"

View File

@ -40,7 +40,7 @@
"graphiql": "^0.17.5",
"graphql": "^15.0.0",
"prop-types": "^15.7.2",
"react": "^16.8.3",
"react": "^16.8.3 || ^17.0.0",
"react-dom": "^16.8.3",
"regenerator-runtime": "^0.13.3",
"webpack": "^4.43.0"

View File

@ -42,7 +42,7 @@
"@storybook/theming": "6.1.0-alpha.29",
"core-js": "^3.0.1",
"global": "^4.3.2",
"react": "^16.8.3",
"react": "^16.8.3 || ^17.0.0",
"react-dom": "^16.8.3",
"react-sizeme": "^2.5.2",
"regenerator-runtime": "^0.13.3",

View File

@ -44,7 +44,7 @@
"lodash": "^4.17.15",
"prop-types": "^15.7.2",
"qs": "^6.6.0",
"react": "^16.8.3",
"react": "^16.8.3 || ^17.0.0",
"react-color": "^2.17.0",
"react-dom": "^16.8.3",
"react-lifecycles-compat": "^3.0.4",

View File

@ -39,7 +39,7 @@
"global": "^4.3.2",
"prop-types": "^15.7.2",
"qs": "^6.6.0",
"react": "^16.8.3",
"react": "^16.8.3 || ^17.0.0",
"react-dom": "^16.8.3",
"regenerator-runtime": "^0.13.3",
"ts-dedent": "^1.1.1"

View File

@ -39,7 +39,7 @@
"core-js": "^3.0.1",
"global": "^4.3.2",
"qs": "^6.6.0",
"react": "^16.8.3",
"react": "^16.8.3 || ^17.0.0",
"react-dom": "^16.8.3",
"regenerator-runtime": "^0.13.3",
"ts-dedent": "^1.1.1"

View File

@ -45,7 +45,7 @@
"global": "^4.3.2",
"jest-specific-snapshot": "^4.0.0",
"pretty-format": "^26.4.0",
"react": "^16.8.3",
"react": "^16.8.3 || ^17.0.0",
"react-dom": "^16.8.3",
"react-test-renderer": "^16.8.3",
"read-pkg-up": "^7.0.0",

View File

@ -35,7 +35,7 @@
"@storybook/client-api": "6.1.0-alpha.29",
"@storybook/components": "6.1.0-alpha.29",
"core-js": "^3.0.1",
"react": "^16.8.3",
"react": "^16.8.3 || ^17.0.0",
"react-dom": "^16.8.3"
},
"publishConfig": {

View File

@ -39,7 +39,7 @@
"global": "^4.3.2",
"memoizerific": "^1.11.3",
"prop-types": "^15.7.2",
"react": "^16.8.3",
"react": "^16.8.3 || ^17.0.0",
"react-dom": "^16.8.3",
"regenerator-runtime": "^0.13.3"
},

View File

@ -36,7 +36,7 @@
"@storybook/theming": "6.1.0-alpha.29",
"core-js": "^3.0.1",
"global": "^4.3.2",
"react": "^16.8.3",
"react": "^16.8.3 || ^17.0.0",
"react-dom": "^16.8.3",
"regenerator-runtime": "^0.13.3"
},

View File

@ -42,7 +42,7 @@
"global": "^4.3.2",
"lodash": "^4.17.15",
"memoizerific": "^1.11.3",
"react": "^16.8.3",
"react": "^16.8.3 || ^17.0.0",
"react-dom": "^16.8.3",
"regenerator-runtime": "^0.13.3",
"store2": "^2.7.1",

View File

@ -41,7 +41,7 @@
"lodash": "^4.17.15",
"memoizerific": "^1.11.3",
"qs": "^6.6.0",
"react": "^16.8.3",
"react": "^16.8.3 || ^17.0.0",
"react-dom": "^16.8.3",
"regenerator-runtime": "^0.13.3",
"stable": "^0.1.8",

View File

@ -43,7 +43,7 @@
"memoizerific": "^1.11.3",
"overlayscrollbars": "^1.10.2",
"polished": "^3.4.4",
"react": "^16.8.3",
"react": "^16.8.3 || ^17.0.0",
"react-color": "^2.17.0",
"react-dom": "^16.8.3",
"react-popper-tooltip": "^3.1.0",

View File

@ -112,7 +112,7 @@
"pretty-hrtime": "^1.0.3",
"qs": "^6.6.0",
"raw-loader": "^4.0.1",
"react": "^16.8.3",
"react": "^16.8.3 || ^17.0.0",
"react-dev-utils": "^10.0.0",
"react-dom": "^16.8.3",
"regenerator-runtime": "^0.13.3",

View File

@ -34,7 +34,7 @@
"global": "^4.3.2",
"memoizerific": "^1.11.3",
"qs": "^6.6.0",
"react": "^16.8.3",
"react": "^16.8.3 || ^17.0.0",
"react-dom": "^16.8.3"
},
"publishConfig": {

View File

@ -38,7 +38,7 @@
"loader-utils": "^2.0.0",
"lodash": "^4.17.15",
"prettier": "~2.0.5",
"react": "^16.8.3",
"react": "^16.8.3 || ^17.0.0",
"react-dom": "^16.8.3",
"regenerator-runtime": "^0.13.3",
"source-map": "^0.7.3"

View File

@ -38,7 +38,7 @@
"global": "^4.3.2",
"memoizerific": "^1.11.3",
"polished": "^3.4.4",
"react": "^16.8.3",
"react": "^16.8.3 || ^17.0.0",
"react-dom": "^16.8.3",
"resolve-from": "^5.0.0",
"ts-dedent": "^1.1.1"

View File

@ -51,7 +51,7 @@
"memoizerific": "^1.11.3",
"polished": "^3.4.4",
"qs": "^6.6.0",
"react": "^16.8.3",
"react": "^16.8.3 || ^17.0.0",
"react-dom": "^16.8.3",
"react-draggable": "^4.0.3",
"react-helmet-async": "^1.0.2",

View File

@ -27898,7 +27898,7 @@ react@^15.4.2:
object-assign "^4.1.0"
prop-types "^15.5.10"
react@^16.8.3, react@^16.9.17:
"react@^16.8.3 || ^17.0.0", react@^16.8.3, react@^16.9.17:
version "16.13.1"
resolved "https://registry.yarnpkg.com/react/-/react-16.13.1.tgz#2e818822f1a9743122c063d6410d85c1e3afe48e"
integrity sha512-YMZQQq32xHLX0bz5Mnibv1/LHb3Sqzngu7xstSM+vrkE5Kzr9xE0yMByK5kMoTK30YVJE61WfbxIFFvfeDKT1w==