From 07100559cc461c05008d5964e17dd9a3eaa91ef8 Mon Sep 17 00:00:00 2001 From: Raymond Feng Date: Thu, 31 Jan 2019 13:01:53 -0800 Subject: [PATCH] chore: upgrade dependencies for build --- examples/hello-world/package.json | 2 +- examples/log-extension/package.json | 2 +- examples/rpc-server/package.json | 2 +- examples/soap-calculator/package.json | 2 +- examples/todo-list/package.json | 2 +- examples/todo/package.json | 2 +- package.json | 12 ++++++------ packages/build/package.json | 2 +- 8 files changed, 13 insertions(+), 13 deletions(-) diff --git a/examples/hello-world/package.json b/examples/hello-world/package.json index 3597aadb035c..d4aff77eedbb 100644 --- a/examples/hello-world/package.json +++ b/examples/hello-world/package.json @@ -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", diff --git a/examples/log-extension/package.json b/examples/log-extension/package.json index 16c2ad2ce32a..30776e21bfdc 100644 --- a/examples/log-extension/package.json +++ b/examples/log-extension/package.json @@ -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", diff --git a/examples/rpc-server/package.json b/examples/rpc-server/package.json index 5199aa735f4e..422c204055c4 100644 --- a/examples/rpc-server/package.json +++ b/examples/rpc-server/package.json @@ -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" } } diff --git a/examples/soap-calculator/package.json b/examples/soap-calculator/package.json index d6d8b21465ec..fbe3d9f4c863 100644 --- a/examples/soap-calculator/package.json +++ b/examples/soap-calculator/package.json @@ -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" } } diff --git a/examples/todo-list/package.json b/examples/todo-list/package.json index aaca718b37f7..4233fd01fdf7 100644 --- a/examples/todo-list/package.json +++ b/examples/todo-list/package.json @@ -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", diff --git a/examples/todo/package.json b/examples/todo/package.json index e3ca1bdc45d0..8382ffb7a361 100644 --- a/examples/todo/package.json +++ b/examples/todo/package.json @@ -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", diff --git a/package.json b/package.json index 4c4515be87ab..50a67225a34f 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/packages/build/package.json b/packages/build/package.json index 9d08bf0489ee..ae5b36ee0e65 100644 --- a/packages/build/package.json +++ b/packages/build/package.json @@ -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",