Skip to content
This repository was archived by the owner on Nov 12, 2021. It is now read-only.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 62d4339

Browse files
authoredAug 17, 2021
Bump react and react-dom
Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) and [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom). These dependencies needed to be updated together. Updates `react` from 16.14.0 to 17.0.2 - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/v17.0.2/packages/react) Updates `react-dom` from 16.14.0 to 17.0.2 - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/v17.0.2/packages/react-dom) --- updated-dependencies: - dependency-name: react dependency-type: direct:development update-type: version-update:semver-major - dependency-name: react-dom dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 499ef02 commit 62d4339

File tree

2 files changed

+19
-13
lines changed

2 files changed

+19
-13
lines changed
 

‎package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@
4949
"lint-staged": "^10.0.8",
5050
"gh-pages": "^3.1.0",
5151
"prettier": "^2.0.5",
52-
"react": "^16.13.1",
53-
"react-dom": "^16.2.0",
52+
"react": "^17.0.2",
53+
"react-dom": "^17.0.2",
5454
"stylelint": "^13.3.2",
5555
"url-parse": "^1.2.0",
5656
"version-bump-prompt": "^6.1.0",

‎yarn.lock

+17-11
Original file line numberDiff line numberDiff line change
@@ -11012,15 +11012,14 @@ react-docgen@4.1.1:
1101211012
node-dir "^0.1.10"
1101311013
recast "^0.17.3"
1101411014

11015-
react-dom@^16.2.0:
11016-
version "16.14.0"
11017-
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-16.14.0.tgz#7ad838ec29a777fb3c75c3a190f661cf92ab8b89"
11018-
integrity sha512-1gCeQXDLoIqMgqD3IO2Ah9bnf0w9kzhwN5q4FGnHZ67hBm9yePzB5JJAIQCc8x3pFnNlwFq4RidZggNAAkzWWw==
11015+
react-dom@^17.0.2:
11016+
version "17.0.2"
11017+
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-17.0.2.tgz#ecffb6845e3ad8dbfcdc498f0d0a939736502c23"
11018+
integrity sha512-s4h96KtLDUQlsENhMn1ar8t2bEa+q/YAtj8pPPdIjPDGBDIVNsrD9aXNWqspUe6AzKCIG0C1HZZLqLV7qpOBGA==
1101911019
dependencies:
1102011020
loose-envify "^1.1.0"
1102111021
object-assign "^4.1.1"
11022-
prop-types "^15.6.2"
11023-
scheduler "^0.19.1"
11022+
scheduler "^0.20.2"
1102411023

1102511024
react-hot-loader@^3.1.3:
1102611025
version "3.1.3"
@@ -11094,14 +11093,13 @@ react-transition-group@^2.9.0:
1109411093
prop-types "^15.6.2"
1109511094
react-lifecycles-compat "^3.0.4"
1109611095

11097-
react@^16.13.1:
11098-
version "16.14.0"
11099-
resolved "https://registry.yarnpkg.com/react/-/react-16.14.0.tgz#94d776ddd0aaa37da3eda8fc5b6b18a4c9a3114d"
11100-
integrity sha512-0X2CImDkJGApiAlcf0ODKIneSwBPhqJawOa5wCtKbu7ZECrmS26NvtSILynQ66cgkT/RJ4LidJOc3bUESwmU8g==
11096+
react@^17.0.2:
11097+
version "17.0.2"
11098+
resolved "https://registry.yarnpkg.com/react/-/react-17.0.2.tgz#d0b5cc516d29eb3eee383f75b62864cfb6800037"
11099+
integrity sha512-gnhPt75i/dq/z3/6q/0asP78D0u592D5L1pd7M8P+dck6Fu/jJeL6iVVK23fptSUZj8Vjf++7wXA8UNclGQcbA==
1110111100
dependencies:
1110211101
loose-envify "^1.1.0"
1110311102
object-assign "^4.1.1"
11104-
prop-types "^15.6.2"
1110511103

1110611104
read-cache@^1.0.0:
1110711105
version "1.0.0"
@@ -11763,6 +11761,14 @@ scheduler@^0.19.1:
1176311761
loose-envify "^1.1.0"
1176411762
object-assign "^4.1.1"
1176511763

11764+
scheduler@^0.20.2:
11765+
version "0.20.2"
11766+
resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.20.2.tgz#4baee39436e34aa93b4874bddcbf0fe8b8b50e91"
11767+
integrity sha512-2eWfGgAqqWFGqtdMmcL5zCMK1U8KlXv8SQFGglL3CEtd0aDVDWgeF/YoCmvln55m5zSk3J/20hTaSBeSObsQDQ==
11768+
dependencies:
11769+
loose-envify "^1.1.0"
11770+
object-assign "^4.1.1"
11771+
1176611772
schema-utils@^1.0.0:
1176711773
version "1.0.0"
1176811774
resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-1.0.0.tgz#0b79a93204d7b600d4b2850d1f66c2a34951c770"

0 commit comments

Comments
 (0)
This repository has been archived.