Skip to content

Commit d711f61

Browse files
authored
Update react(-dom) from 16.13.0 to 16.14.0 (#1442)
1 parent e2f7884 commit d711f61

File tree

3 files changed

+14
-12
lines changed

3 files changed

+14
-12
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ All notable changes to `dash` will be documented in this file.
33
This project adheres to [Semantic Versioning](https://semver.org/).
44

55
## [UNRELEASED]
6+
### Changed
7+
- [#1442](https://github.com/plotly/dash/pull/1442) Update from React 16.13.0 to 16.14.0
68
### Fixed
79
- [#1434](https://github.com/plotly/dash/pull/1434) Fix [#1432](https://github.com/plotly/dash/issues/1432) for Julia to import non-core component packages without possible errors.
810

dash-renderer/package-lock.json

+10-10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dash-renderer/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@
3535
"prop-types": "15.7.2",
3636
"radium": "^0.26.0",
3737
"ramda": "^0.27.0",
38-
"react": "16.13.0",
38+
"react": "16.14.0",
3939
"react-cytoscapejs": "^1.2.1",
40-
"react-dom": "16.13.0",
40+
"react-dom": "16.14.0",
4141
"react-json-tree": "^0.11.2",
4242
"react-redux": "^7.2.0",
4343
"redux": "^4.0.5",

0 commit comments

Comments
 (0)