Skip to content

Commit

Permalink
chore: update @types/debug to version 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
raymondfeng committed Feb 7, 2019
1 parent 5042698 commit b5f12be
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion benchmark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@loopback/openapi-spec-builder": "^1.0.5",
"@loopback/rest": "^1.5.4",
"@types/byline": "^4.2.31",
"@types/debug": "^0.0.31",
"@types/debug": "^4.1.0",
"@types/p-event": "^1.3.0",
"@types/request-promise-native": "^1.0.15",
"autocannon": "^3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/log-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@loopback/build": "^1.2.1",
"@loopback/testlab": "^1.0.5",
"@loopback/tslint-config": "^2.0.0",
"@types/debug": "^0.0.31",
"@types/debug": "^4.1.0",
"@types/node": "^10.11.2",
"tslint": "^5.12.0",
"typescript": "^3.3.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/boot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@loopback/core": "^1.1.5",
"@loopback/repository": "^1.1.4",
"@loopback/service-proxy": "^1.0.7",
"@types/debug": "^0.0.31",
"@types/debug": "^4.1.0",
"@types/glob": "^7.1.1",
"debug": "^4.0.1",
"glob": "^7.1.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/context/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@loopback/testlab": "^1.0.5",
"@loopback/tslint-config": "^2.0.0",
"@types/bluebird": "^3.5.20",
"@types/debug": "^0.0.31",
"@types/debug": "^4.1.0",
"@types/node": "^10.11.2",
"@types/uuid": "^3.4.3",
"bluebird": "^3.5.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/http-caching-proxy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@loopback/build": "^1.2.1",
"@loopback/testlab": "^1.0.5",
"@loopback/tslint-config": "^2.0.0",
"@types/debug": "^0.0.31",
"@types/debug": "^4.1.0",
"@types/node": "^10.11.2",
"@types/p-event": "^1.3.0",
"@types/request-promise-native": "^1.0.14",
Expand Down
2 changes: 1 addition & 1 deletion packages/metadata/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@loopback/build": "^1.2.1",
"@loopback/testlab": "^1.0.5",
"@loopback/tslint-config": "^2.0.0",
"@types/debug": "^0.0.31",
"@types/debug": "^4.1.0",
"@types/lodash": "^4.14.106",
"@types/node": "^10.11.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/openapi-v3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@loopback/repository": "^1.1.4",
"@loopback/testlab": "^1.0.5",
"@loopback/tslint-config": "^2.0.0",
"@types/debug": "^0.0.31",
"@types/debug": "^4.1.0",
"@types/lodash": "^4.14.106",
"@types/node": "^10.11.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/repository/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"dependencies": {
"@loopback/context": "^1.5.0",
"@loopback/core": "^1.1.5",
"@types/debug": "^0.0.31",
"@types/debug": "^4.1.0",
"debug": "^4.0.1",
"lodash": "^4.17.10",
"loopback-datasource-juggler": "^4.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/rest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@loopback/repository": "^1.1.4",
"@loopback/testlab": "^1.0.5",
"@loopback/tslint-config": "^2.0.0",
"@types/debug": "^0.0.31",
"@types/debug": "^4.1.0",
"@types/js-yaml": "^3.11.1",
"@types/lodash": "^4.14.106",
"@types/multer": "^1.3.7",
Expand Down

0 comments on commit b5f12be

Please sign in to comment.