Skip to content

Commit 076cf79

Browse files
authored
Update package.json to support React 18
1 parent 6d5a595 commit 076cf79

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@
6060
},
6161
"peerDependencies": {
6262
"prop-types": "^15.7.2",
63-
"react": "^16.0.0 || ^17.0.0",
64-
"react-dom": "^16.0.0 || ^17.0.0"
63+
"react": "^16.0.0 || ^17.0.0 || ^18.0.0",
64+
"react-dom": "^16.0.0 || ^17.0.0 || ^18.0.0"
6565
},
6666
"dependencies": {
6767
"papaparse": "^5.3.0"

0 commit comments

Comments
 (0)