Skip to content

Commit

Permalink
fix: React peer dependencies includes React 16.8.0 and 19+
Browse files Browse the repository at this point in the history
  • Loading branch information
crutchcorn committed Nov 25, 2024
1 parent 88ecbd0 commit f3c61a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/react-store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"@vitejs/plugin-react": "^4.3.3"
},
"peerDependencies": {
"react": "^17.0.0 || ^18.0.0",
"react-dom": "^17.0.0 || ^18.0.0"
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
}
}

0 comments on commit f3c61a2

Please sign in to comment.