Skip to content

Commit

Permalink
fix(react): update peerDependencies for react v19
Browse files Browse the repository at this point in the history
  • Loading branch information
unadlib committed Dec 11, 2024
1 parent 80ffd7d commit e1b283c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,9 @@
}
},
"peerDependencies": {
"@types/react": "^18.0 || ^17.0",
"@types/react": "^18.0 || ^17.0 || ^19.0",
"jotai": "^2.0",
"mutative": "^1.0",
"react": "^18.0 || ^17.0"
"react": "^17.0 || ^18.0 || ^19.0"
}
}

0 comments on commit e1b283c

Please sign in to comment.