Skip to content

Commit ffc0bac

Browse files
lgraziani2712marionebl
andauthoredFeb 4, 2020
fix: #840 add caret to lodash versions (#843)
Co-authored-by: Mario Nebl <marionebl@users.noreply.github.com>
1 parent 10c250e commit ffc0bac

File tree

10 files changed

+12
-12
lines changed

10 files changed

+12
-12
lines changed
 

‎@commitlint/cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"chalk": "3.0.0",
6363
"core-js": "^3.6.1",
6464
"get-stdin": "7.0.0",
65-
"lodash": "4.17.15",
65+
"lodash": "^4.17.15",
6666
"meow": "5.0.0",
6767
"regenerator-runtime": "0.13.3",
6868
"resolve-from": "5.0.0",

‎@commitlint/config-patternplate/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
"homepage": "https://github.com/conventional-changelog/commitlint#readme",
3131
"dependencies": {
3232
"@commitlint/config-angular": "^8.3.4",
33-
"globby": "10.0.2",
34-
"lodash": "4.17.15"
33+
"globby": "^10.0.2",
34+
"lodash": "^4.17.15"
3535
},
3636
"devDependencies": {
3737
"@commitlint/utils": "^8.3.4"

‎@commitlint/ensure/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@
3838
"globby": "10.0.2"
3939
},
4040
"dependencies": {
41-
"lodash": "4.17.15"
41+
"lodash": "^4.17.15"
4242
}
4343
}

‎@commitlint/lint/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,6 @@
5353
"@commitlint/is-ignored": "^8.3.5",
5454
"@commitlint/parse": "^8.3.4",
5555
"@commitlint/rules": "^8.3.4",
56-
"lodash": "4.17.15"
56+
"lodash": "^4.17.15"
5757
}
5858
}

‎@commitlint/load/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"@commitlint/rules": "^8.3.4",
4545
"chalk": "3.0.0",
4646
"cosmiconfig": "^6.0.0",
47-
"lodash": "4.17.15",
47+
"lodash": "^4.17.15",
4848
"resolve-from": "^5.0.0"
4949
}
5050
}

‎@commitlint/parse/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@
4343
"dependencies": {
4444
"conventional-changelog-angular": "^5.0.0",
4545
"conventional-commits-parser": "^3.0.0",
46-
"lodash": "4.17.15"
46+
"lodash": "^4.17.15"
4747
}
4848
}

‎@commitlint/prompt/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"dependencies": {
5353
"@commitlint/load": "^8.3.5",
5454
"chalk": "^3.0.0",
55-
"lodash": "4.17.15",
55+
"lodash": "^4.17.15",
5656
"throat": "^5.0.0",
5757
"vorpal": "^1.12.0"
5858
}

‎@commitlint/resolve-extends/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
},
4343
"dependencies": {
4444
"import-fresh": "^3.0.0",
45-
"lodash": "4.17.15",
45+
"lodash": "^4.17.15",
4646
"resolve-from": "^5.0.0",
4747
"resolve-global": "^1.0.0"
4848
}

‎@commitlint/rules/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@
3838
"@commitlint/test": "8.2.0",
3939
"@commitlint/utils": "^8.3.4",
4040
"conventional-changelog-angular": "5.0.6",
41-
"globby": "10.0.2",
42-
"lodash": "4.17.15"
41+
"globby": "^10.0.2",
42+
"lodash": "^4.17.15"
4343
},
4444
"dependencies": {
4545
"@commitlint/ensure": "^8.3.4",

‎@packages/utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"@marionebl/sander": "0.6.1",
4545
"execa": "0.11.0",
4646
"is-builtin-module": "3.0.0",
47-
"lodash": "4.17.15",
47+
"lodash": "^4.17.15",
4848
"meow": "4.0.1",
4949
"read-pkg": "5.2.0",
5050
"require-from-string": "2.0.2",

0 commit comments

Comments
 (0)
Please sign in to comment.