Add @hapi/boom as a dependency
This commit is contained in:
parent
e83c097e98
commit
10983cec6f
2 changed files with 3 additions and 0 deletions
|
|
@ -10,6 +10,7 @@
|
||||||
"author": "Oliver Akins",
|
"author": "Oliver Akins",
|
||||||
"license": "UNLICENSED",
|
"license": "UNLICENSED",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
"@hapi/boom": "^10.0.0",
|
||||||
"@hapi/hapi": "^20.2.2",
|
"@hapi/hapi": "^20.2.2",
|
||||||
"@hapi/inert": "^7.0.0",
|
"@hapi/inert": "^7.0.0",
|
||||||
"@iarna/toml": "^2.2.5",
|
"@iarna/toml": "^2.2.5",
|
||||||
|
|
|
||||||
2
pnpm-lock.yaml
generated
2
pnpm-lock.yaml
generated
|
|
@ -1,6 +1,7 @@
|
||||||
lockfileVersion: 5.4
|
lockfileVersion: 5.4
|
||||||
|
|
||||||
specifiers:
|
specifiers:
|
||||||
|
'@hapi/boom': ^10.0.0
|
||||||
'@hapi/hapi': ^20.2.2
|
'@hapi/hapi': ^20.2.2
|
||||||
'@hapi/inert': ^7.0.0
|
'@hapi/inert': ^7.0.0
|
||||||
'@iarna/toml': ^2.2.5
|
'@iarna/toml': ^2.2.5
|
||||||
|
|
@ -18,6 +19,7 @@ specifiers:
|
||||||
typescript: ^4.7.4
|
typescript: ^4.7.4
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
|
'@hapi/boom': 10.0.0
|
||||||
'@hapi/hapi': 20.2.2
|
'@hapi/hapi': 20.2.2
|
||||||
'@hapi/inert': 7.0.0
|
'@hapi/inert': 7.0.0
|
||||||
'@iarna/toml': 2.2.5
|
'@iarna/toml': 2.2.5
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue