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

Commit 016b1c4

Browse files
React 16.13 (#47)
1 parent 6c8b6a8 commit 016b1c4

File tree

6 files changed

+45
-33
lines changed

6 files changed

+45
-33
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
55
## [Unreleased]
66
### Changed
77
- [#44](https://github.com/plotly/dash-canvas/pull/44) Renamed async modules with hyphen `-` instead of tilde `~`
8+
- [#47](https://github.com/plotly/dash-canvas/pull/47) Update from React 16.8.6 to 16.13.0
89

910
## [0.1.0] - 2019-11-05
1011
### Added

dash_canvas/dash_canvas.dev.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dash_canvas/dash_canvas.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dash_canvas/package.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,12 @@
2323
"author": "Emmanuelle Gouillart <[email protected]>",
2424
"license": "MIT",
2525
"dependencies": {
26-
"ramda": "^0.25.0",
27-
"react": "15.4.2",
28-
"react-dom": "15.4.2",
29-
"react-sketch": ">=0.4.4",
3026
"material-ui": "^0.20.0",
31-
"react-color": "^2.13.8",
32-
"plotly-icons": ">=1.0"
27+
"plotly-icons": ">=1.0",
28+
"react": "16.13.0",
29+
"react-color": "^2.18.0",
30+
"react-dom": "16.13.0",
31+
"react-sketch": ">=0.4.4"
3332
},
3433
"devDependencies": {
3534
"@babel/cli": "^7.6.2",

package-lock.json

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

package.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,12 @@
2323
"author": "Emmanuelle Gouillart <[email protected]>",
2424
"license": "MIT",
2525
"dependencies": {
26-
"ramda": "^0.25.0",
27-
"react": "15.4.2",
28-
"react-dom": "15.4.2",
29-
"react-sketch": ">=0.4.4",
3026
"material-ui": "^0.20.0",
31-
"react-color": "^2.13.8",
32-
"plotly-icons": ">=1.0"
27+
"plotly-icons": ">=1.0",
28+
"react": "16.13.0",
29+
"react-color": "^2.18.0",
30+
"react-dom": "16.13.0",
31+
"react-sketch": ">=0.4.4"
3332
},
3433
"devDependencies": {
3534
"@babel/cli": "^7.6.2",

0 commit comments

Comments
 (0)