From 0b9c7ed4aff7a1c0208cafb2f6fd53bce450d416 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 7 Jul 2019 22:14:34 +0200 Subject: [PATCH] chore: update dependency typescript to v3.5.2 (#695) --- @commitlint/ensure/package.json | 2 +- @commitlint/execute-rule/package.json | 2 +- @commitlint/format/package.json | 2 +- @commitlint/is-ignored/package.json | 2 +- @commitlint/resolve-extends/package.json | 2 +- @commitlint/to-lines/package.json | 2 +- yarn.lock | 13 ++++--------- 7 files changed, 10 insertions(+), 15 deletions(-) diff --git a/@commitlint/ensure/package.json b/@commitlint/ensure/package.json index b59ae79a93..59ee054f38 100644 --- a/@commitlint/ensure/package.json +++ b/@commitlint/ensure/package.json @@ -43,7 +43,7 @@ "globby": "10.0.1", "jest": "24.8.0", "ts-jest": "24.0.2", - "typescript": "3.4.5" + "typescript": "3.5.2" }, "dependencies": { "lodash": "4.17.11" diff --git a/@commitlint/execute-rule/package.json b/@commitlint/execute-rule/package.json index 93d52d8fb3..81c0c0def3 100644 --- a/@commitlint/execute-rule/package.json +++ b/@commitlint/execute-rule/package.json @@ -44,6 +44,6 @@ "concurrently": "3.5.1", "jest": "24.8.0", "ts-jest": "24.0.2", - "typescript": "3.4.5" + "typescript": "3.5.2" } } \ No newline at end of file diff --git a/@commitlint/format/package.json b/@commitlint/format/package.json index 13a2cd1c3f..02cb72e8dd 100644 --- a/@commitlint/format/package.json +++ b/@commitlint/format/package.json @@ -43,7 +43,7 @@ "concurrently": "3.5.1", "jest": "24.8.0", "ts-jest": "24.0.2", - "typescript": "3.5.1", + "typescript": "3.5.2", "lodash": "4.17.11" }, "dependencies": { diff --git a/@commitlint/is-ignored/package.json b/@commitlint/is-ignored/package.json index 0796950766..1e84d187e3 100644 --- a/@commitlint/is-ignored/package.json +++ b/@commitlint/is-ignored/package.json @@ -43,7 +43,7 @@ "concurrently": "3.5.1", "jest": "24.8.0", "ts-jest": "24.0.2", - "typescript": "3.5.1" + "typescript": "3.5.2" }, "dependencies": { "@types/semver": "6.0.0", diff --git a/@commitlint/resolve-extends/package.json b/@commitlint/resolve-extends/package.json index b14872b409..8a0a547fdf 100644 --- a/@commitlint/resolve-extends/package.json +++ b/@commitlint/resolve-extends/package.json @@ -44,7 +44,7 @@ "concurrently": "3.5.1", "jest": "24.8.0", "ts-jest": "24.0.2", - "typescript": "3.4.5" + "typescript": "3.5.2" }, "dependencies": { "@types/node": "^12.0.2", diff --git a/@commitlint/to-lines/package.json b/@commitlint/to-lines/package.json index 7e3d70f9f0..a927733a86 100644 --- a/@commitlint/to-lines/package.json +++ b/@commitlint/to-lines/package.json @@ -43,6 +43,6 @@ "@types/jest": "24.0.13", "jest": "24.8.0", "ts-jest": "24.0.2", - "typescript": "3.5.1" + "typescript": "3.5.2" } } \ No newline at end of file diff --git a/yarn.lock b/yarn.lock index 4be26b123b..27cc3dcbc6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -10791,15 +10791,10 @@ typedarray@^0.0.6: resolved "https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777" integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c= -typescript@3.4.5: - version "3.4.5" - resolved "https://registry.npmjs.org/typescript/-/typescript-3.4.5.tgz#2d2618d10bb566572b8d7aad5180d84257d70a99" - integrity sha512-YycBxUb49UUhdNMU5aJ7z5Ej2XGmaIBL0x34vZ82fn3hGvD+bgrMrVDpatgz2f7YxUMJxMkbWxJZeAvDxVe7Vw== - -typescript@3.5.1: - version "3.5.1" - resolved "https://registry.npmjs.org/typescript/-/typescript-3.5.1.tgz#ba72a6a600b2158139c5dd8850f700e231464202" - integrity sha512-64HkdiRv1yYZsSe4xC1WVgamNigVYjlssIoaH2HcZF0+ijsk5YK2g0G34w9wJkze8+5ow4STd22AynfO6ZYYLw== +typescript@3.5.2: + version "3.5.2" + resolved "https://registry.npmjs.org/typescript/-/typescript-3.5.2.tgz#a09e1dc69bc9551cadf17dba10ee42cf55e5d56c" + integrity sha512-7KxJovlYhTX5RaRbUdkAXN1KUZ8PwWlTzQdHV6xNqvuFOs7+WBo10TQUqT19Q/Jz2hk5v9TQDIhyLhhJY4p5AA== uglify-js@^3.1.4: version "3.4.9"