Skip to content
This repository has been archived by the owner on Jun 20, 2022. It is now read-only.

Commit

Permalink
fix: dependency issues, upgrade boom
Browse files Browse the repository at this point in the history
  • Loading branch information
juliangoacher committed Feb 24, 2020
1 parent 2481667 commit 861bc15
Show file tree
Hide file tree
Showing 12 changed files with 5,277 additions and 34,356 deletions.
20,632 changes: 1,086 additions & 19,546 deletions package-lock.json

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,10 @@
"packages/*"
],
"dependencies": {
"@nearform/trail-core": "file:packages/trail-core",
"@nearform/trail-fastify-plugin": "file:packages/trail-fastify-plugin",
"@nearform/trail-fastify-server": "file:packages/trail-fastify-server",
"@nearform/trail-hapi-plugin": "file:packages/trail-hapi-plugin",
"@nearform/trail-hapi-server": "file:packages/trail-hapi-server"
"@nearform/trail-core": "^3.0.0",
"@nearform/trail-fastify-plugin": "^3.0.0",
"@nearform/trail-fastify-server": "^3.0.0",
"@nearform/trail-hapi-plugin": "^3.0.0",
"@nearform/trail-hapi-server": "^3.0.0"
}
}
97 changes: 47 additions & 50 deletions packages/trail-core/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/trail-fastify-plugin/lib/routes/trails.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const { notFound } = require('boom')
const { notFound } = require('@hapi/boom')
const S = require('fluent-schema')

const { errorsSchemas } = require('../schemas/errors')
Expand Down

0 comments on commit 861bc15

Please sign in to comment.