Skip to content

Commit 058035a

Browse files
authored
feat: react 18 support (#1034)
1 parent bc06b11 commit 058035a

34 files changed

+1892
-1629
lines changed

package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
},
5353
"peerDependencies": {
5454
"chart.js": "^3.5.0",
55-
"react": "^16.8.0 || ^17.0.0"
55+
"react": "^16.8.0 || ^17.0.0 || ^18.0.0"
5656
},
5757
"devDependencies": {
5858
"@babel/core": "^7.15.8",
@@ -73,7 +73,6 @@
7373
"@testing-library/react": "^12.1.2",
7474
"@types/faker": "^5.5.8",
7575
"@types/jest": "^27.0.2",
76-
"@types/lodash": "^4.14.150",
7776
"@types/node": "^17.0.8",
7877
"@types/react": "^17.0.28",
7978
"@types/react-dom": "^17.0.10",

0 commit comments

Comments
 (0)