We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03d7709 commit 63a3c22Copy full SHA for 63a3c22
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-chartjs-2",
3
- "version": "2.5.5",
+ "version": "2.5.6",
4
"description": "react-chartjs-2",
5
"main": "lib/index.js",
6
"author": "Goran Udosic",
@@ -48,8 +48,8 @@
48
},
49
"peerDependencies": {
50
"chart.js": "^2.3",
51
- "react": "^0.14 || ^15.0.0-rc || ^15.0",
52
- "react-dom": "^0.14 || ^15.0.0-rc || ^15.0"
+ "react": "^0.14.0 || ^15.0.0 || ^16.0.0-beta || ^16.0.0",
+ "react-dom": "^0.14.0 || ^15.0.0 || ^16.0.0-beta || ^16.0.0"
53
54
"browserify-shim": {
55
"react": "global:React",
0 commit comments