Skip to content

Commit

Permalink
fix: add dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jannyHou committed Dec 27, 2017
1 parent 196d5cc commit 9db9345
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions packages/authentication/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"dependencies": {
"@loopback/context": "^4.0.0-alpha.24",
"@loopback/core": "^4.0.0-alpha.26",
"@loopback/openapi-specgen": "1.0.0-alpha1",
"@loopback/rest": "^4.0.0-alpha.15",
"passport": "^0.4.0",
"passport-strategy": "^1.0.0"
Expand Down
3 changes: 1 addition & 2 deletions packages/authentication/test/acceptance/basic-auth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@

import {Application} from '@loopback/core';
import {
api,
RestBindings,
ServerResponse,
ParsedRequest,
Expand All @@ -15,10 +14,10 @@ import {
Send,
Reject,
SequenceHandler,
get,
RestServer,
RestComponent,
} from '@loopback/rest';
import {api, get} from '@loopback/openapi-specgen';
import {Client, createClientForHandler} from '@loopback/testlab';
import {anOpenApiSpec} from '@loopback/openapi-spec-builder';
import {inject, Provider, ValueOrPromise} from '@loopback/context';
Expand Down
7 changes: 4 additions & 3 deletions packages/rest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,10 @@
"author": "IBM",
"license": "MIT",
"dependencies": {
"@loopback/context": "^4.0.0-alpha.24",
"@loopback/core": "^4.0.0-alpha.26",
"@loopback/openapi-spec": "^4.0.0-alpha.18",
"@loopback/context": "^4.0.0-alpha.23",
"@loopback/core": "^4.0.0-alpha.25",
"@loopback/openapi-spec": "^4.0.0-alpha.17",
"@loopback/openapi-specgen": "^1.0.0-alpha.1",
"@types/http-errors": "^1.6.1",
"body": "^5.1.0",
"debug": "^3.1.0",
Expand Down

0 comments on commit 9db9345

Please sign in to comment.