Skip to content

Commit

Permalink
Add React 18 to peer dependency range
Browse files Browse the repository at this point in the history
  • Loading branch information
Methuselah96 committed May 30, 2022
1 parent 7403d66 commit b6c0428
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,6 @@
"webpack-dev-server": "^3.11.0"
},
"peerDependencies": {
"react": "^16.8.4 || ^17.0.0"
"react": "^16.8.4 || ^17.0.0 || ^18.0.0"
}
}

0 comments on commit b6c0428

Please sign in to comment.