Skip to content

Commit 54684ae

Browse files
chore(deps-dev): bump react-dom from 16.13.1 to 16.14.0 (#241)
Bumps [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) from 16.13.1 to 16.14.0. - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/master/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/v16.14.0/packages/react-dom) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5ee2f65 commit 54684ae

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"flow-bin": "^0.129.0",
4141
"jest": "^27.0.4",
4242
"react": "^16.13.1",
43-
"react-dom": "16.13.1",
43+
"react-dom": "16.14.0",
4444
"react-test-renderer": "^16.13.1"
4545
}
4646
}

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -4779,10 +4779,10 @@ rc@^1.2.7:
47794779
minimist "^1.2.0"
47804780
strip-json-comments "~2.0.1"
47814781

4782-
react-dom@16.13.1:
4783-
version "16.13.1"
4784-
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-16.13.1.tgz#c1bd37331a0486c078ee54c4740720993b2e0e7f"
4785-
integrity sha512-81PIMmVLnCNLO/fFOQxdQkvEq/+Hfpv24XNJfpyZhTRfO0QcmQIF/PgCa1zCOj2w1hrn12MFLyaJ/G0+Mxtfag==
4782+
react-dom@16.14.0:
4783+
version "16.14.0"
4784+
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-16.14.0.tgz#7ad838ec29a777fb3c75c3a190f661cf92ab8b89"
4785+
integrity sha512-1gCeQXDLoIqMgqD3IO2Ah9bnf0w9kzhwN5q4FGnHZ67hBm9yePzB5JJAIQCc8x3pFnNlwFq4RidZggNAAkzWWw==
47864786
dependencies:
47874787
loose-envify "^1.1.0"
47884788
object-assign "^4.1.1"

0 commit comments

Comments
 (0)