Skip to content

Commit

Permalink
Allow React 18 as a peer dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Studio384 authored and reinink committed Sep 9, 2022
1 parent 6154431 commit 66fabda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/inertia-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@
"eslint-plugin-react": "^7.14.3",
"eslint-plugin-react-hooks": "^4.0.0",
"microbundle": "^0.12.0",
"react": "^16.9.0 || ^17.0.0"
"react": "^16.9.0 || ^17.0.0 || ^18.0.0"
},
"peerDependencies": {
"@inertiajs/inertia": "^0.11.0",
"react": "^16.9.0 || ^17.0.0"
"react": "^16.9.0 || ^17.0.0 || ^18.0.0"
},
"dependencies": {
"lodash.isequal": "^4.5.0"
Expand Down

0 comments on commit 66fabda

Please sign in to comment.