Skip to content

Commit d331b18

Browse files
committed
fix(peer-deps): allowed the latest hapi and boom versions as valid peers
1 parent b8f37ec commit d331b18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,8 @@
8888
"vision": "^5.4.4"
8989
},
9090
"peerDependencies": {
91-
"@hapi/boom": "^8.0.0",
92-
"@hapi/hapi": "^18.0.0",
91+
"@hapi/boom": "^8.0.0 || ^9.0.0",
92+
"@hapi/hapi": "^18.0.0 || ^19.0.0",
9393
"react": "^16.0.0",
9494
"react-dom": "^16.0.0",
9595
"react-router": "^3.0.5",

0 commit comments

Comments
 (0)