Skip to content

Commit

Permalink
Bump react core packages from 16.9.0 to 16.10.1 (#17607)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot-preview[bot] committed Sep 29, 2019
1 parent 43f13b0 commit f25c643
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 28 deletions.
5 changes: 2 additions & 3 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,10 @@
"prismjs": "^1.17.1",
"prop-types": "^15.7.2",
"raw-loader": "^1.0.0",
"react": "^16.9.0",
"react": "^16.10.1",
"react-autosuggest": "^9.4.3",
"react-docgen": "^5.0.0-beta.1",
"react-dom": "^16.9.0",
"react-dom": "^16.10.1",
"react-draggable": "^3.0.5",
"react-final-form": "^6.3.0",
"react-frame-component": "^4.1.1",
Expand All @@ -106,7 +106,6 @@
"react-select": "^3.0.4",
"react-spring": "^8.0.27",
"react-swipeable-views": "^0.13.3",
"react-test-renderer": "^16.8.5",
"react-text-mask": "^5.0.2",
"react-virtualized": "^9.21.1",
"react-window": "^1.8.5",
Expand Down
9 changes: 6 additions & 3 deletions docs/src/modules/components/AppFrame.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,11 @@ const AppSearch = React.lazy(() => import('docs/src/modules/components/AppSearch
function DeferredAppSearch() {
const fallback = null;

const [mounted, setMounted] = React.useState(false);
React.useEffect(() => {
setMounted(true);
}, []);

return (
<React.Fragment>
<link
Expand All @@ -66,9 +71,7 @@ function DeferredAppSearch() {
as="style"
/>
{/* Suspense isn't supported for SSR yet */}
{typeof window === 'undefined' ? (
fallback
) : (
{mounted && (
<React.Suspense fallback={fallback}>
<AppSearch />
</React.Suspense>
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,8 @@
"prettier": "1.17.0",
"prop-types": "^15.7.2",
"puppeteer": "^1.20.0",
"react": "^16.8.5",
"react-dom": "^16.8.5",
"react": "^16.10.1",
"react-dom": "^16.10.1",
"rimraf": "^3.0.0",
"rollup": "^1.21.4",
"rollup-plugin-babel": "^4.3.3",
Expand Down
3 changes: 2 additions & 1 deletion packages/material-ui-benchmark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@
"emotion": "^10.0.17",
"emotion-server": "^10.0.17",
"nodemod": "^1.5.19",
"react": "^16.3.0",
"react": "^16.10.1",
"react-dom": "^16.10.1",
"react-jss": "^10.0.0",
"styled-system": "^5.1.1"
}
Expand Down
3 changes: 3 additions & 0 deletions packages/material-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@
"prop-types": "^15.7.2",
"react-transition-group": "^4.3.0"
},
"devDependencies": {
"react-test-renderer": "^16.10.1"
},
"sideEffects": false,
"publishConfig": {
"access": "public"
Expand Down
38 changes: 19 additions & 19 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12137,15 +12137,15 @@ react-docgen@^5.0.0-beta.1:
node-dir "^0.1.10"
strip-indent "^2.0.0"

react-dom@^16.8.5, react-dom@^16.9.0:
version "16.9.0"
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-16.9.0.tgz#5e65527a5e26f22ae3701131bcccaee9fb0d3962"
integrity sha512-YFT2rxO9hM70ewk9jq0y6sQk8cL02xm4+IzYBz75CQGlClQQ1Bxq0nhHF6OtSbit+AIahujJgb/CPRibFkMNJQ==
react-dom@^16.10.1:
version "16.10.1"
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-16.10.1.tgz#479a6511ba34a429273c213cbc2a9ac4d296dac1"
integrity sha512-SmM4ZW0uug0rn95U8uqr52I7UdNf6wdGLeXDmNLfg3y5q5H9eAbdjF5ubQc3bjDyRrvdAB2IKG7X0GzSpnn5Mg==
dependencies:
loose-envify "^1.1.0"
object-assign "^4.1.1"
prop-types "^15.6.2"
scheduler "^0.15.0"
scheduler "^0.16.1"

react-double-scrollbar@0.0.15:
version "0.0.15"
Expand Down Expand Up @@ -12366,15 +12366,15 @@ react-swipeable-views@^0.13.3:
react-swipeable-views-utils "^0.13.3"
warning "^4.0.1"

react-test-renderer@^16.0.0-0, react-test-renderer@^16.8.5:
version "16.9.0"
resolved "https://registry.yarnpkg.com/react-test-renderer/-/react-test-renderer-16.9.0.tgz#7ed657a374af47af88f66f33a3ef99c9610c8ae9"
integrity sha512-R62stB73qZyhrJo7wmCW9jgl/07ai+YzvouvCXIJLBkRlRqLx4j9RqcLEAfNfU3OxTGucqR2Whmn3/Aad6L3hQ==
react-test-renderer@^16.0.0-0, react-test-renderer@^16.10.1:
version "16.10.1"
resolved "https://registry.yarnpkg.com/react-test-renderer/-/react-test-renderer-16.10.1.tgz#75b8e8ce152e00eadd303e9fa514a2ca917ee049"
integrity sha512-VT8nd7XrrUV7MQPxeIuH7WstfrK2A8kgcMwGUtVXa0ja+CiYkxdmLYNjwX1L7irRF7ydzJJWiSLsQf2xBj4Xaw==
dependencies:
object-assign "^4.1.1"
prop-types "^15.6.2"
react-is "^16.9.0"
scheduler "^0.15.0"
react-is "^16.8.6"
scheduler "^0.16.1"

react-text-mask@^5.0.2:
version "5.4.3"
Expand Down Expand Up @@ -12431,10 +12431,10 @@ react-window@^1.8.5:
"@babel/runtime" "^7.0.0"
memoize-one ">=3.1.1 <6"

react@^16.3.0, react@^16.8.5, react@^16.9.0:
version "16.9.0"
resolved "https://registry.yarnpkg.com/react/-/react-16.9.0.tgz#40ba2f9af13bc1a38d75dbf2f4359a5185c4f7aa"
integrity sha512-+7LQnFBwkiw+BobzOF6N//BdoNw0ouwmSJTEm9cglOOmsg/TMiFHZLe2sEoN5M7LgJTj9oHH0gxklfnQe66S1w==
react@^16.10.1:
version "16.10.1"
resolved "https://registry.yarnpkg.com/react/-/react-16.10.1.tgz#967c1e71a2767dfa699e6ba702a00483e3b0573f"
integrity sha512-2bisHwMhxQ3XQz4LiJJwG3360pY965pTl/MRrZYxIBKVj4fOHoDs5aZAkYXGxDRO1Li+SyjTAilQEbOmtQJHzA==
dependencies:
loose-envify "^1.1.0"
object-assign "^4.1.1"
Expand Down Expand Up @@ -13220,10 +13220,10 @@ saxes@^3.1.9:
dependencies:
xmlchars "^1.3.1"

scheduler@^0.15.0:
version "0.15.0"
resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.15.0.tgz#6bfcf80ff850b280fed4aeecc6513bc0b4f17f8e"
integrity sha512-xAefmSfN6jqAa7Kuq7LIJY0bwAPG3xlCj0HMEBQk1lxYiDKZscY2xJ5U/61ZTrYbmNQbXa+gc7czPkVo11tnCg==
scheduler@^0.16.1:
version "0.16.1"
resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.16.1.tgz#a6fb6ddec12dc2119176e6eb54ecfe69a9eba8df"
integrity sha512-MIuie7SgsqMYOdCXVFZa8SKoNorJZUWHW8dPgto7uEHn1lX3fg2Gu0TzgK8USj76uxV7vB5eRMnZs/cdEHg+cg==
dependencies:
loose-envify "^1.1.0"
object-assign "^4.1.1"
Expand Down

0 comments on commit f25c643

Please sign in to comment.