Skip to content

Commit

Permalink
chore: upgrade dependencies for build
Browse files Browse the repository at this point in the history
  • Loading branch information
raymondfeng committed Jan 31, 2019
1 parent 181e1f1 commit f32886b
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion examples/hello-world/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@loopback/tslint-config": "^2.0.0",
"@types/node": "^10.11.2",
"tslint": "^5.12.0",
"typescript": "^3.2.2"
"typescript": "^3.3.1"
},
"keywords": [
"loopback",
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 @@ -47,7 +47,7 @@
"@types/debug": "0.0.30",
"@types/node": "^10.11.2",
"tslint": "^5.12.0",
"typescript": "^3.2.2"
"typescript": "^3.3.1"
},
"dependencies": {
"@loopback/context": "^1.5.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/rpc-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@
"@types/node": "^10.11.2",
"@types/p-event": "^1.3.0",
"tslint": "^5.12.0",
"typescript": "^3.2.2"
"typescript": "^3.3.1"
}
}
2 changes: 1 addition & 1 deletion examples/soap-calculator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@
"mocha": "^5.1.1",
"source-map-support": "^0.5.5",
"tslint": "^5.12.0",
"typescript": "^3.2.2"
"typescript": "^3.3.1"
}
}
2 changes: 1 addition & 1 deletion examples/todo-list/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"@types/node": "^10.11.2",
"lodash": "^4.17.10",
"tslint": "^5.12.0",
"typescript": "^3.2.2"
"typescript": "^3.3.1"
},
"keywords": [
"loopback",
Expand Down
2 changes: 1 addition & 1 deletion examples/todo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"@types/node": "^10.11.2",
"lodash": "^4.17.10",
"tslint": "^5.12.0",
"typescript": "^3.2.2"
"typescript": "^3.3.1"
},
"keywords": [
"loopback",
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@
},
"license": "MIT",
"devDependencies": {
"@commitlint/cli": "^7.0.0",
"@commitlint/config-conventional": "^7.0.0",
"@commitlint/travis-cli": "^7.0.0",
"@commitlint/cli": "^7.4.0",
"@commitlint/config-conventional": "^7.3.1",
"@commitlint/travis-cli": "^7.4.0",
"@types/mocha": "^5.0.0",
"coveralls": "^3.0.0",
"cz-conventional-changelog": "^2.1.0",
"husky": "^1.2.0",
"lerna": "^3.5.1",
"husky": "^1.3.1",
"lerna": "^3.10.7",
"tslint": "^5.12.0",
"typescript": "^3.2.2"
"typescript": "^3.3.1"
},
"scripts": {
"postinstall": "lerna bootstrap",
Expand Down
2 changes: 1 addition & 1 deletion packages/build/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"source-map-support": "^0.5.5",
"strong-docs": "^4.0.0",
"tslint": "^5.12.0",
"typescript": "^3.2.2"
"typescript": "^3.3.1"
},
"bin": {
"lb-tsc": "./bin/compile-package.js",
Expand Down

0 comments on commit f32886b

Please sign in to comment.