Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
raymondfeng committed Feb 1, 2019
1 parent ab2b920 commit 4a25d40
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 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": "^0.0.31",
"@types/p-event": "^1.3.0",
"@types/request-promise-native": "^1.0.15",
"autocannon": "^3.0.0",
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
},
"license": "MIT",
"devDependencies": {
"@commitlint/cli": "^7.4.0",
"@commitlint/config-conventional": "^7.3.1",
"@commitlint/travis-cli": "^7.4.0",
"@commitlint/cli": "^7.5.0",
"@commitlint/config-conventional": "^7.5.0",
"@commitlint/travis-cli": "^7.5.0",
"@types/mocha": "^5.0.0",
"coveralls": "^3.0.0",
"cz-conventional-changelog": "^2.1.0",
Expand All @@ -28,7 +28,7 @@
"update-template-deps": "node bin/update-template-deps -f",
"update-greenkeeper-json": "node bin/update-greenkeeper-json -f",
"sync-dev-deps": "node bin/sync-dev-deps",
"version": "npm run update-template-deps && npm run update-greenkeeper-json && npm run apidocs",
"version": "npm run update-template-deps && npm run apidocs",
"outdated": "npm outdated --depth 0 && lerna exec --no-bail \"npm outdated --depth 0\"",
"apidocs": "node bin/run-lerna run build:apidocs",
"coverage:ci": "node packages/build/bin/run-nyc report --reporter=text-lcov | coveralls",
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": "^0.0.31",
"@types/glob": "^7.1.1",
"debug": "^4.0.1",
"glob": "^7.1.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": "^0.0.31",
"debug": "^4.0.1",
"lodash": "^4.17.10",
"loopback-datasource-juggler": "^4.0.0"
Expand Down

0 comments on commit 4a25d40

Please sign in to comment.