Skip to content

Commit b807fc0

Browse files
authored
Add react 17 support (#585)
1 parent 256bd34 commit b807fc0

File tree

2 files changed

+1049
-1010
lines changed

2 files changed

+1049
-1010
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
{
22
"name": "react-chartjs-2",
3-
"version": "2.10.0",
3+
"version": "2.11.0",
44
"description": "react-chartjs-2",
55
"main": "lib/index.js",
66
"module": "es/index.js",
77
"jsnext:main": "es/index.js",
8-
"author": "Jeremy Ayerst",
9-
"homepage": "https://github.com/jerairrest/react-chartjs-2",
8+
"author": "reactchartjs",
9+
"homepage": "https://github.com/reactchartjs/react-chartjs-2",
1010
"license": "MIT",
1111
"repository": {
1212
"type": "git",
13-
"url": "https://github.com/jerairrest/react-chartjs-2.git"
13+
"url": "https://github.com/reactchartjs/react-chartjs-2.git"
1414
},
1515
"bugs": {
16-
"url": "https://github.com/jerairrest/react-chartjs-2/issues"
16+
"url": "https://github.com/reactchartjs/react-chartjs-2/issues"
1717
},
1818
"dependencies": {
1919
"lodash": "^4.17.19",
@@ -67,8 +67,8 @@
6767
},
6868
"peerDependencies": {
6969
"chart.js": "^2.3",
70-
"react": "^0.14.0 || ^15.0.0 || ^16.0.0-beta || ^16.0.0",
71-
"react-dom": "^0.14.0 || ^15.0.0 || ^16.0.0-beta || ^16.0.0"
70+
"react": "^0.14.0 || ^15.0.0 || ^16.0.0 || ^17.0.0",
71+
"react-dom": "^0.14.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
7272
},
7373
"browserify-shim": {
7474
"react": "global:React",

0 commit comments

Comments
 (0)