Skip to content

Commit

Permalink
refactor Allow react above 16
Browse files Browse the repository at this point in the history
  • Loading branch information
rubendm92 committed May 2, 2024
1 parent a812dfa commit f640752
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions packages/reffects-store/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/reffects-store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@
"lint": "eslint src"
},
"peerDependencies": {
"react": "^16",
"react-dom": "^16",
"react": ">=16",
"react-dom": ">=16",
"reffects": "*"
},
"dependencies": {
Expand Down

0 comments on commit f640752

Please sign in to comment.