Skip to content

Commit

Permalink
fix(peer-deps): allowed the latest hapi and boom versions as valid peers
Browse files Browse the repository at this point in the history
  • Loading branch information
travi committed Feb 18, 2020
1 parent b8f37ec commit d331b18
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 @@ -88,8 +88,8 @@
"vision": "^5.4.4"
},
"peerDependencies": {
"@hapi/boom": "^8.0.0",
"@hapi/hapi": "^18.0.0",
"@hapi/boom": "^8.0.0 || ^9.0.0",
"@hapi/hapi": "^18.0.0 || ^19.0.0",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"react-router": "^3.0.5",
Expand Down

0 comments on commit d331b18

Please sign in to comment.