Skip to content

Commit

Permalink
fix: #840 add caret to lodash versions (#843)
Browse files Browse the repository at this point in the history
Co-authored-by: Mario Nebl <marionebl@users.noreply.github.com>
  • Loading branch information
lgraziani2712 and marionebl committed Feb 4, 2020
1 parent 10c250e commit ffc0bac
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion @commitlint/cli/package.json
Expand Up @@ -62,7 +62,7 @@
"chalk": "3.0.0",
"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",
Expand Down
4 changes: 2 additions & 2 deletions @commitlint/config-patternplate/package.json
Expand Up @@ -30,8 +30,8 @@
"homepage": "https://github.com/conventional-changelog/commitlint#readme",
"dependencies": {
"@commitlint/config-angular": "^8.3.4",
"globby": "10.0.2",
"lodash": "4.17.15"
"globby": "^10.0.2",
"lodash": "^4.17.15"
},
"devDependencies": {
"@commitlint/utils": "^8.3.4"
Expand Down
2 changes: 1 addition & 1 deletion @commitlint/ensure/package.json
Expand Up @@ -38,6 +38,6 @@
"globby": "10.0.2"
},
"dependencies": {
"lodash": "4.17.15"
"lodash": "^4.17.15"
}
}
2 changes: 1 addition & 1 deletion @commitlint/lint/package.json
Expand Up @@ -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"
}
}
2 changes: 1 addition & 1 deletion @commitlint/load/package.json
Expand Up @@ -44,7 +44,7 @@
"@commitlint/rules": "^8.3.4",
"chalk": "3.0.0",
"cosmiconfig": "^6.0.0",
"lodash": "4.17.15",
"lodash": "^4.17.15",
"resolve-from": "^5.0.0"
}
}
2 changes: 1 addition & 1 deletion @commitlint/parse/package.json
Expand Up @@ -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"
}
}
2 changes: 1 addition & 1 deletion @commitlint/prompt/package.json
Expand Up @@ -52,7 +52,7 @@
"dependencies": {
"@commitlint/load": "^8.3.5",
"chalk": "^3.0.0",
"lodash": "4.17.15",
"lodash": "^4.17.15",
"throat": "^5.0.0",
"vorpal": "^1.12.0"
}
Expand Down
2 changes: 1 addition & 1 deletion @commitlint/resolve-extends/package.json
Expand Up @@ -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"
}
Expand Down
4 changes: 2 additions & 2 deletions @commitlint/rules/package.json
Expand Up @@ -38,8 +38,8 @@
"@commitlint/test": "8.2.0",
"@commitlint/utils": "^8.3.4",
"conventional-changelog-angular": "5.0.6",
"globby": "10.0.2",
"lodash": "4.17.15"
"globby": "^10.0.2",
"lodash": "^4.17.15"
},
"dependencies": {
"@commitlint/ensure": "^8.3.4",
Expand Down
2 changes: 1 addition & 1 deletion @packages/utils/package.json
Expand Up @@ -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",
Expand Down

0 comments on commit ffc0bac

Please sign in to comment.