Skip to content

Commit

Permalink
chore: pin dependencies (#570)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and marionebl committed Apr 1, 2019
1 parent f186fcb commit 5b9ce68
Show file tree
Hide file tree
Showing 18 changed files with 63 additions and 101 deletions.
2 changes: 1 addition & 1 deletion @commitlint/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
},
"license": "MIT",
"devDependencies": {
"@commitlint/test": "^7.5.0",
"@commitlint/test": "7.5.0",
"@commitlint/utils": "^7.5.0",
"ava": "0.18.2",
"babel-cli": "6.26.0",
Expand Down
2 changes: 1 addition & 1 deletion @commitlint/config-lerna-scopes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"semver": "5.6.0"
},
"devDependencies": {
"@commitlint/test": "^7.5.0",
"@commitlint/test": "7.5.0",
"@commitlint/utils": "^7.5.0",
"@lerna/project": "3.5.0",
"ava": "0.22.0",
Expand Down
2 changes: 1 addition & 1 deletion @commitlint/ensure/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
},
"license": "MIT",
"devDependencies": {
"@commitlint/test": "^7.5.0",
"@commitlint/test": "7.5.0",
"@commitlint/utils": "^7.5.0",
"ava": "0.22.0",
"babel-cli": "6.26.0",
Expand Down
2 changes: 1 addition & 1 deletion @commitlint/execute-rule/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"license": "MIT",
"devDependencies": {
"@commitlint/parse": "^7.5.0",
"@commitlint/test": "^7.5.0",
"@commitlint/test": "7.5.0",
"@commitlint/utils": "^7.5.0",
"ava": "0.22.0",
"babel-cli": "6.26.0",
Expand Down
2 changes: 1 addition & 1 deletion @commitlint/format/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
},
"license": "MIT",
"devDependencies": {
"@commitlint/test": "^7.5.0",
"@commitlint/test": "7.5.0",
"@commitlint/utils": "^7.5.0",
"ava": "0.22.0",
"babel-cli": "6.26.0",
Expand Down
2 changes: 1 addition & 1 deletion @commitlint/is-ignored/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"license": "MIT",
"devDependencies": {
"@commitlint/parse": "^7.5.0",
"@commitlint/test": "^7.5.0",
"@commitlint/test": "7.5.0",
"@commitlint/utils": "^7.5.0",
"ava": "0.22.0",
"babel-cli": "6.26.0",
Expand Down
2 changes: 1 addition & 1 deletion @commitlint/lint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
},
"license": "MIT",
"devDependencies": {
"@commitlint/test": "^7.5.0",
"@commitlint/test": "7.5.0",
"@commitlint/utils": "^7.5.0",
"ava": "0.22.0",
"babel-cli": "6.26.0",
Expand Down
4 changes: 2 additions & 2 deletions @commitlint/load/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@
},
"license": "MIT",
"devDependencies": {
"@commitlint/test": "^7.5.0",
"@commitlint/test": "7.5.0",
"@commitlint/utils": "^7.5.0",
"alva": "^1.0.17",
"alva": "1.0.17",
"ava": "0.22.0",
"babel-cli": "6.26.0",
"babel-preset-commitlint": "^7.5.0",
Expand Down
2 changes: 1 addition & 1 deletion @commitlint/message/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
},
"license": "MIT",
"devDependencies": {
"@commitlint/test": "^7.5.0",
"@commitlint/test": "7.5.0",
"@commitlint/utils": "^7.5.0",
"ava": "0.22.0",
"babel-cli": "6.26.0",
Expand Down
2 changes: 1 addition & 1 deletion @commitlint/parse/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
},
"license": "MIT",
"devDependencies": {
"@commitlint/test": "^7.5.0",
"@commitlint/test": "7.5.0",
"@commitlint/utils": "^7.5.0",
"ava": "0.22.0",
"babel-cli": "6.26.0",
Expand Down
2 changes: 1 addition & 1 deletion @commitlint/prompt-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
"homepage": "https://github.com/conventional-changelog/commitlint#readme",
"devDependencies": {
"@commitlint/test": "^7.5.0",
"@commitlint/test": "7.5.0",
"@commitlint/utils": "^7.5.0",
"ava": "0.25.0"
},
Expand Down
2 changes: 1 addition & 1 deletion @commitlint/read/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
},
"license": "MIT",
"devDependencies": {
"@commitlint/test": "^7.5.0",
"@commitlint/test": "7.5.0",
"@commitlint/utils": "^7.5.0",
"ava": "0.22.0",
"babel-cli": "6.26.0",
Expand Down
2 changes: 1 addition & 1 deletion @commitlint/resolve-extends/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"license": "MIT",
"devDependencies": {
"@commitlint/parse": "^7.5.0",
"@commitlint/test": "^7.5.0",
"@commitlint/test": "7.5.0",
"@commitlint/utils": "^7.5.0",
"@marionebl/sander": "0.6.1",
"ava": "0.22.0",
Expand Down
2 changes: 1 addition & 1 deletion @commitlint/rules/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"license": "MIT",
"devDependencies": {
"@commitlint/parse": "^7.5.0",
"@commitlint/test": "^7.5.0",
"@commitlint/test": "7.5.0",
"@commitlint/utils": "^7.5.0",
"ava": "0.22.0",
"babel-cli": "6.26.0",
Expand Down
2 changes: 1 addition & 1 deletion @commitlint/to-lines/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"license": "MIT",
"devDependencies": {
"@commitlint/parse": "^7.5.0",
"@commitlint/test": "^7.5.0",
"@commitlint/test": "7.5.0",
"@commitlint/utils": "^7.5.0",
"ava": "0.22.0",
"babel-cli": "6.26.0",
Expand Down
2 changes: 1 addition & 1 deletion @commitlint/travis-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
},
"license": "MIT",
"devDependencies": {
"@commitlint/test": "^7.5.0",
"@commitlint/test": "7.5.0",
"@commitlint/utils": "^7.5.0",
"ava": "0.18.2",
"babel-cli": "6.26.0",
Expand Down
2 changes: 1 addition & 1 deletion @packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
},
"license": "MIT",
"dependencies": {
"@commitlint/test": "^7.5.0",
"@commitlint/test": "7.5.0",
"@marionebl/sander": "0.6.1",
"execa": "0.9.0",
"is-builtin-module": "2.0.0",
Expand Down
Loading

0 comments on commit 5b9ce68

Please sign in to comment.