Skip to content

Commit

Permalink
Add react 17 support (#585)
Browse files Browse the repository at this point in the history
  • Loading branch information
jerairrest authored Nov 6, 2020
1 parent 256bd34 commit b807fc0
Show file tree
Hide file tree
Showing 2 changed files with 1,049 additions and 1,010 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"name": "react-chartjs-2",
"version": "2.10.0",
"version": "2.11.0",
"description": "react-chartjs-2",
"main": "lib/index.js",
"module": "es/index.js",
"jsnext:main": "es/index.js",
"author": "Jeremy Ayerst",
"homepage": "https://github.com/jerairrest/react-chartjs-2",
"author": "reactchartjs",
"homepage": "https://github.com/reactchartjs/react-chartjs-2",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/jerairrest/react-chartjs-2.git"
"url": "https://github.com/reactchartjs/react-chartjs-2.git"
},
"bugs": {
"url": "https://github.com/jerairrest/react-chartjs-2/issues"
"url": "https://github.com/reactchartjs/react-chartjs-2/issues"
},
"dependencies": {
"lodash": "^4.17.19",
Expand Down Expand Up @@ -67,8 +67,8 @@
},
"peerDependencies": {
"chart.js": "^2.3",
"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"
"react": "^0.14.0 || ^15.0.0 || ^16.0.0 || ^17.0.0",
"react-dom": "^0.14.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
},
"browserify-shim": {
"react": "global:React",
Expand Down
Loading

2 comments on commit b807fc0

@jacksondieter
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please update the package in npm
Thanks

@jerairrest
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

https://www.npmjs.com/package/react-chartjs-2 This has been published to 2.11.1

Please sign in to comment.