Skip to content

Commit fe8bd79

Browse files
yelworcbendrucker
authored andcommitted
Bump hapi peer dependency to support v10
Also update lab to its most current version, so the new `Intl` global is not incorrectly reported as a leak when running tests. Closes bendrucker#7
1 parent bdb1cbe commit fe8bd79

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@
2828
"homepage": "https://github.com/bendrucker/hapi-require-https",
2929
"devDependencies": {
3030
"code": "~1.2.0",
31-
"hapi": "^9.0.3",
32-
"lab": "~5.0.1"
31+
"hapi": "^10.0.1",
32+
"lab": "~5.10.0"
3333
},
3434
"peerDependencies": {
35-
"hapi": ">=8 <10"
35+
"hapi": ">=8 <11"
3636
}
3737
}

0 commit comments

Comments
 (0)