Skip to content
This repository was archived by the owner on Feb 10, 2025. It is now read-only.

React 16.13 #47

Merged
merged 4 commits into from
Mar 10, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased]
### Changed
- [#44](https://github.com/plotly/dash-canvas/pull/44) Renamed async modules with hyphen `-` instead of tilde `~`
- [#47](https://github.com/plotly/dash-canvas/pull/47) Update from React 16.8.6 to 16.13.0

## [0.1.0] - 2019-11-05
### Added
Expand Down
2 changes: 1 addition & 1 deletion dash_canvas/dash_canvas.dev.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dash_canvas/dash_canvas.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 5 additions & 6 deletions dash_canvas/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,12 @@
"author": "Emmanuelle Gouillart <[email protected]>",
"license": "MIT",
"dependencies": {
"ramda": "^0.25.0",
"react": "15.4.2",
"react-dom": "15.4.2",
"react-sketch": ">=0.4.4",
"material-ui": "^0.20.0",
"react-color": "^2.13.8",
"plotly-icons": ">=1.0"
"plotly-icons": ">=1.0",
"react": "16.13.0",
"react-color": "^2.18.0",
"react-dom": "16.13.0",
"react-sketch": ">=0.4.4"
},
"devDependencies": {
"@babel/cli": "^7.6.2",
Expand Down
51 changes: 32 additions & 19 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 5 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,12 @@
"author": "Emmanuelle Gouillart <[email protected]>",
"license": "MIT",
"dependencies": {
"ramda": "^0.25.0",
"react": "15.4.2",
"react-dom": "15.4.2",
"react-sketch": ">=0.4.4",
"material-ui": "^0.20.0",
"react-color": "^2.13.8",
"plotly-icons": ">=1.0"
"plotly-icons": ">=1.0",
"react": "16.13.0",
"react-color": "^2.18.0",
"react-dom": "16.13.0",
"react-sketch": ">=0.4.4"
},
"devDependencies": {
"@babel/cli": "^7.6.2",
Expand Down