Skip to content

Commit

Permalink
fix(meta): peer dependency ranges
Browse files Browse the repository at this point in the history
  • Loading branch information
kripod committed May 19, 2020
1 parent df2d1ae commit 45bc35e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/gatsby-plugin-otion/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"peerDependencies": {
"gatsby": "^2",
"otion": ">=0.1 <0.3",
"react-otion": ">=0.1 <0.3"
"otion": ">=0.1 <0.4",
"react-otion": ">=0.1 <0.4"
}
}
2 changes: 1 addition & 1 deletion packages/react-otion/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"react": "^16.13.1"
},
"peerDependencies": {
"otion": ">=0.1 <0.3",
"otion": ">=0.1 <0.4",
"react": "^16.8.0"
}
}

0 comments on commit 45bc35e

Please sign in to comment.