Skip to content

Commit 646f4f7

Browse files
authored
Merge branch 'dev' into forgot-decorator
2 parents 22e3a50 + d711f61 commit 646f4f7

File tree

3 files changed

+14
-12
lines changed

3 files changed

+14
-12
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
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

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dash-renderer/package.json

Lines changed: 2 additions & 2 deletions
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)