From 182407f3a8b6c47b421f0f7aadc9c1eb24caea89 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 22 Aug 2019 15:17:02 -0700 Subject: [PATCH] chore: update react monorepo to ^16.9.0 (#16943) --- packages/gatsby-cli/package.json | 2 +- .../gatsby-graphiql-explorer/package.json | 4 +- packages/gatsby-plugin-mdx/package.json | 2 +- .../gatsby-plugin-netlify-cms/package.json | 4 +- .../gatsby-plugin-typography/package.json | 4 +- packages/gatsby/package.json | 4 +- yarn.lock | 46 ++++++++++++------- 7 files changed, 40 insertions(+), 26 deletions(-) diff --git a/packages/gatsby-cli/package.json b/packages/gatsby-cli/package.json index 1246494510737..ef36fe588a9fa 100644 --- a/packages/gatsby-cli/package.json +++ b/packages/gatsby-cli/package.json @@ -37,7 +37,7 @@ "pretty-error": "^2.1.1", "progress": "^2.0.3", "prompts": "^2.2.1", - "react": "^16.8.4", + "react": "^16.9.0", "resolve-cwd": "^2.0.0", "semver": "^6.3.0", "source-map": "0.7.3", diff --git a/packages/gatsby-graphiql-explorer/package.json b/packages/gatsby-graphiql-explorer/package.json index 168224fd14bb2..d4dfe30fb90ac 100644 --- a/packages/gatsby-graphiql-explorer/package.json +++ b/packages/gatsby-graphiql-explorer/package.json @@ -45,8 +45,8 @@ "graphiql-explorer": "^0.4.3", "html-webpack-plugin": "^3.2.0", "npm-run-all": "4.1.5", - "react": "^16.8.6", - "react-dom": "^16.8.6", + "react": "^16.9.0", + "react-dom": "^16.9.0", "style-loader": "^0.23.1", "webpack-cli": "^3.3.7", "whatwg-fetch": "^3.0.0" diff --git a/packages/gatsby-plugin-mdx/package.json b/packages/gatsby-plugin-mdx/package.json index 2f6b9b2547085..c8616d4520bdf 100644 --- a/packages/gatsby-plugin-mdx/package.json +++ b/packages/gatsby-plugin-mdx/package.json @@ -59,7 +59,7 @@ "@mdx-js/react": "^1.3.1", "jest": "^24.9.0", "js-combinatorics": "^0.5.4", - "react-test-renderer": "^16.8.0" + "react-test-renderer": "^16.9.0" }, "jest": { "testEnvironment": "node" diff --git a/packages/gatsby-plugin-netlify-cms/package.json b/packages/gatsby-plugin-netlify-cms/package.json index 32b56d79afdb6..87ef7ee7d3c4b 100644 --- a/packages/gatsby-plugin-netlify-cms/package.json +++ b/packages/gatsby-plugin-netlify-cms/package.json @@ -20,8 +20,8 @@ "@babel/core": "^7.0.0", "babel-preset-gatsby-package": "^0.2.2", "cross-env": "^5.2.0", - "react": "^16.8.4", - "react-dom": "^16.8.4" + "react": "^16.9.0", + "react-dom": "^16.9.0" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-netlify-cms#readme", "keywords": [ diff --git a/packages/gatsby-plugin-typography/package.json b/packages/gatsby-plugin-typography/package.json index dcad1c12ffd3a..679aebbf8503d 100644 --- a/packages/gatsby-plugin-typography/package.json +++ b/packages/gatsby-plugin-typography/package.json @@ -14,8 +14,8 @@ "@babel/core": "^7.0.0", "babel-preset-gatsby-package": "^0.2.2", "cross-env": "^5.2.0", - "react": "^16.8.6", - "react-dom": "^16.8.6", + "react": "^16.9.0", + "react-dom": "^16.9.0", "react-typography": "^0.16.19", "typography": "^0.16.19" }, diff --git a/packages/gatsby/package.json b/packages/gatsby/package.json index 52bfb456522d2..98c35291eb5f6 100644 --- a/packages/gatsby/package.json +++ b/packages/gatsby/package.json @@ -147,8 +147,8 @@ "babel-preset-gatsby-package": "^0.2.2", "cross-env": "^5.2.0", "documentation": "^10.1.0", - "react": "^16.4.2", - "react-dom": "^16.4.2", + "react": "^16.9.0", + "react-dom": "^16.9.0", "rimraf": "^2.7.1", "xhr-mock": "^2.5.0" }, diff --git a/yarn.lock b/yarn.lock index bd3137039f89b..662560e03c250 100644 --- a/yarn.lock +++ b/yarn.lock @@ -18081,14 +18081,15 @@ react-docgen@^5.0.0-beta.1: node-dir "^0.1.10" strip-indent "^2.0.0" -react-dom@^16.4.2, react-dom@^16.8.4, react-dom@^16.8.6: - version "16.8.6" - resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-16.8.6.tgz#71d6303f631e8b0097f56165ef608f051ff6e10f" +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== dependencies: loose-envify "^1.1.0" object-assign "^4.1.1" prop-types "^15.6.2" - scheduler "^0.13.6" + scheduler "^0.15.0" react-error-overlay@^3.0.0: version "3.0.0" @@ -18108,7 +18109,7 @@ react-hot-loader@^4.12.11: shallowequal "^1.1.0" source-map "^0.7.3" -react-is@^16.7.0, react-is@^16.8.4, react-is@^16.8.6: +react-is@^16.7.0, react-is@^16.8.4: version "16.8.6" resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.8.6.tgz#5bbc1e2d29141c9fbdfed456343fe2bc430a6a16" @@ -18116,6 +18117,11 @@ react-is@^16.8.1: version "16.8.4" resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.8.4.tgz#90f336a68c3a29a096a3d648ab80e87ec61482a2" +react-is@^16.9.0: + version "16.9.0" + resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.9.0.tgz#21ca9561399aad0ff1a7701c01683e8ca981edcb" + integrity sha512-tJBzzzIgnnRfEm046qRcURvwQnZVXmuCbscxUO5RWrGTXpon2d4c8mI0D8WE6ydVIm29JiLB6+RslkIvym9Rjw== + react-lifecycles-compat@^3.0.4: version "3.0.4" resolved "https://registry.yarnpkg.com/react-lifecycles-compat/-/react-lifecycles-compat-3.0.4.tgz#4f1a273afdfc8f3488a8c516bfda78f872352362" @@ -18129,29 +18135,29 @@ react-reconciler@^0.20.0: prop-types "^15.6.2" scheduler "^0.13.4" -react-test-renderer@^16.8.0: - version "16.8.6" - resolved "https://registry.yarnpkg.com/react-test-renderer/-/react-test-renderer-16.8.6.tgz#188d8029b8c39c786f998aa3efd3ffe7642d5ba1" - integrity sha512-H2srzU5IWYT6cZXof6AhUcx/wEyJddQ8l7cLM/F7gDXYyPr4oq+vCIxJYXVGhId1J706sqziAjuOEjyNkfgoEw== +react-test-renderer@^16.9.0: + 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== dependencies: object-assign "^4.1.1" prop-types "^15.6.2" - react-is "^16.8.6" - scheduler "^0.13.6" + react-is "^16.9.0" + scheduler "^0.15.0" react-typography@^0.16.19: version "0.16.19" resolved "https://registry.yarnpkg.com/react-typography/-/react-typography-0.16.19.tgz#5736b47961dcf6b9605b6fa38d41980db2588e28" integrity sha512-kV2qLEsdm0x9P4YXQEDVc88tDb4Vg0h/vdVZGgbqaRn8ERvNzV76JHUeOby3vvcUYU5MPd5Kz5DPH9Bhp4I/iw== -react@^16.4.2, react@^16.8.4, react@^16.8.6: - version "16.8.6" - resolved "https://registry.yarnpkg.com/react/-/react-16.8.6.tgz#ad6c3a9614fd3a4e9ef51117f54d888da01f2bbe" +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== dependencies: loose-envify "^1.1.0" object-assign "^4.1.1" prop-types "^15.6.2" - scheduler "^0.13.6" read-chunk@^3.2.0: version "3.2.0" @@ -19335,13 +19341,21 @@ scheduler@^0.13.2: loose-envify "^1.1.0" object-assign "^4.1.1" -scheduler@^0.13.4, scheduler@^0.13.6: +scheduler@^0.13.4: version "0.13.6" resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.13.6.tgz#466a4ec332467b31a91b9bf74e5347072e4cd889" dependencies: loose-envify "^1.1.0" object-assign "^4.1.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== + dependencies: + loose-envify "^1.1.0" + object-assign "^4.1.1" + schema-utils@^0.4.0, schema-utils@^0.4.4, schema-utils@^0.4.5: version "0.4.7" resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-0.4.7.tgz#ba74f597d2be2ea880131746ee17d0a093c68187"