Skip to content

Commit

Permalink
use >= versions on peer dependencies (#857)
Browse files Browse the repository at this point in the history
  • Loading branch information
robinweser authored Feb 12, 2021
1 parent 652d84d commit 36589ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/react-fela/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
"author": "Robin Weser",
"license": "MIT",
"peerDependencies": {
"fela": "^11.3.1",
"react": "^16.3.0"
"fela": ">= 11.3.1",
"react": ">= 16.3.0"
},
"dependencies": {
"fela-bindings": "^11.5.2",
Expand Down

0 comments on commit 36589ad

Please sign in to comment.