Skip to content

Commit

Permalink
feat: react 18 support (#1034)
Browse files Browse the repository at this point in the history
  • Loading branch information
dangreen committed Apr 7, 2022
1 parent bc06b11 commit 058035a
Show file tree
Hide file tree
Showing 34 changed files with 1,892 additions and 1,629 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
},
"peerDependencies": {
"chart.js": "^3.5.0",
"react": "^16.8.0 || ^17.0.0"
"react": "^16.8.0 || ^17.0.0 || ^18.0.0"
},
"devDependencies": {
"@babel/core": "^7.15.8",
Expand All @@ -73,7 +73,6 @@
"@testing-library/react": "^12.1.2",
"@types/faker": "^5.5.8",
"@types/jest": "^27.0.2",
"@types/lodash": "^4.14.150",
"@types/node": "^17.0.8",
"@types/react": "^17.0.28",
"@types/react-dom": "^17.0.10",
Expand Down
Loading

0 comments on commit 058035a

Please sign in to comment.