From 8c64d9c7a7e418d405c86744cc36af50ff7e14ae Mon Sep 17 00:00:00 2001 From: Luciano Graziani Date: Mon, 28 Oct 2019 10:56:01 -0300 Subject: [PATCH] fix: #840 add caret to lodash versions --- @commitlint/cli/package.json | 2 +- @commitlint/config-patternplate/package.json | 2 +- @commitlint/ensure/package.json | 2 +- @commitlint/lint/package.json | 2 +- @commitlint/load/package.json | 2 +- @commitlint/parse/package.json | 2 +- @commitlint/prompt/package.json | 2 +- @commitlint/resolve-extends/package.json | 2 +- @commitlint/rules/package.json | 2 +- @packages/utils/package.json | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/@commitlint/cli/package.json b/@commitlint/cli/package.json index def8580e40..03637d7e2a 100644 --- a/@commitlint/cli/package.json +++ b/@commitlint/cli/package.json @@ -62,7 +62,7 @@ "chalk": "2.4.2", "core-js": "^3.6.1", "get-stdin": "7.0.0", - "lodash": "4.17.15", + "lodash": "^4.17.15", "meow": "5.0.0", "regenerator-runtime": "0.13.3", "resolve-from": "5.0.0", diff --git a/@commitlint/config-patternplate/package.json b/@commitlint/config-patternplate/package.json index e1e2061f24..18db2eac1d 100644 --- a/@commitlint/config-patternplate/package.json +++ b/@commitlint/config-patternplate/package.json @@ -31,7 +31,7 @@ "dependencies": { "@commitlint/config-angular": "^8.3.4", "globby": "10.0.1", - "lodash": "4.17.15" + "lodash": "^4.17.15" }, "devDependencies": { "@commitlint/utils": "^8.3.4" diff --git a/@commitlint/ensure/package.json b/@commitlint/ensure/package.json index 3ee7128da9..817065f2e3 100644 --- a/@commitlint/ensure/package.json +++ b/@commitlint/ensure/package.json @@ -38,6 +38,6 @@ "globby": "10.0.1" }, "dependencies": { - "lodash": "4.17.15" + "lodash": "^4.17.15" } } diff --git a/@commitlint/lint/package.json b/@commitlint/lint/package.json index 3c2657d56c..daaf955f0a 100644 --- a/@commitlint/lint/package.json +++ b/@commitlint/lint/package.json @@ -53,6 +53,6 @@ "@commitlint/is-ignored": "^8.3.5", "@commitlint/parse": "^8.3.4", "@commitlint/rules": "^8.3.4", - "lodash": "4.17.15" + "lodash": "^4.17.15" } } diff --git a/@commitlint/load/package.json b/@commitlint/load/package.json index d3fbe81dee..0c195f34ed 100644 --- a/@commitlint/load/package.json +++ b/@commitlint/load/package.json @@ -44,7 +44,7 @@ "@commitlint/rules": "^8.3.4", "chalk": "2.4.2", "cosmiconfig": "^6.0.0", - "lodash": "4.17.15", + "lodash": "^4.17.15", "resolve-from": "^5.0.0" } } diff --git a/@commitlint/parse/package.json b/@commitlint/parse/package.json index 2d0549276e..f7df2deb65 100644 --- a/@commitlint/parse/package.json +++ b/@commitlint/parse/package.json @@ -43,6 +43,6 @@ "dependencies": { "conventional-changelog-angular": "^5.0.0", "conventional-commits-parser": "^3.0.0", - "lodash": "4.17.15" + "lodash": "^4.17.15" } } diff --git a/@commitlint/prompt/package.json b/@commitlint/prompt/package.json index 685be8034e..c2df1c5951 100644 --- a/@commitlint/prompt/package.json +++ b/@commitlint/prompt/package.json @@ -52,7 +52,7 @@ "dependencies": { "@commitlint/load": "^8.3.5", "chalk": "^2.0.0", - "lodash": "4.17.15", + "lodash": "^4.17.15", "throat": "^5.0.0", "vorpal": "^1.12.0" } diff --git a/@commitlint/resolve-extends/package.json b/@commitlint/resolve-extends/package.json index a1c2c3c09e..24c1cb8480 100644 --- a/@commitlint/resolve-extends/package.json +++ b/@commitlint/resolve-extends/package.json @@ -42,7 +42,7 @@ }, "dependencies": { "import-fresh": "^3.0.0", - "lodash": "4.17.15", + "lodash": "^4.17.15", "resolve-from": "^5.0.0", "resolve-global": "^1.0.0" } diff --git a/@commitlint/rules/package.json b/@commitlint/rules/package.json index a54ae21a9c..67194dd8ac 100644 --- a/@commitlint/rules/package.json +++ b/@commitlint/rules/package.json @@ -39,7 +39,7 @@ "@commitlint/utils": "^8.3.4", "conventional-changelog-angular": "5.0.6", "globby": "10.0.1", - "lodash": "4.17.15" + "lodash": "^4.17.15" }, "dependencies": { "@commitlint/ensure": "^8.3.4", diff --git a/@packages/utils/package.json b/@packages/utils/package.json index 9df2a1bdea..c2a95c4224 100644 --- a/@packages/utils/package.json +++ b/@packages/utils/package.json @@ -44,7 +44,7 @@ "@marionebl/sander": "0.6.1", "execa": "0.11.0", "is-builtin-module": "3.0.0", - "lodash": "4.17.15", + "lodash": "^4.17.15", "meow": "4.0.1", "read-pkg": "5.2.0", "require-from-string": "2.0.2",