Skip to content

Commit e23839c

Browse files
renovate[bot]marionebl
authored andcommitted
chore: pin dependencies (conventional-changelog#507)
1 parent b6bd36e commit e23839c

File tree

19 files changed

+1224
-444
lines changed

19 files changed

+1224
-444
lines changed

@commitlint/cli/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
},
5757
"license": "MIT",
5858
"devDependencies": {
59-
"@commitlint/test": "^7.1.2",
59+
"@commitlint/test": "7.1.2",
6060
"@commitlint/utils": "^7.1.2",
6161
"ava": "0.18.2",
6262
"babel-cli": "6.26.0",
@@ -84,7 +84,7 @@
8484
"get-stdin": "5.0.1",
8585
"lodash": "4.17.11",
8686
"meow": "5.0.0",
87-
"resolve-from": "^4.0.0",
88-
"resolve-global": "^0.1.0"
87+
"resolve-from": "4.0.0",
88+
"resolve-global": "0.1.0"
8989
}
9090
}

@commitlint/config-lerna-scopes/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"semver": "5.6.0"
4949
},
5050
"devDependencies": {
51-
"@commitlint/test": "^7.1.2",
51+
"@commitlint/test": "7.1.2",
5252
"@commitlint/utils": "^7.1.2",
5353
"@lerna/project": "3.5.0",
5454
"ava": "0.22.0",

@commitlint/ensure/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
},
6060
"license": "MIT",
6161
"devDependencies": {
62-
"@commitlint/test": "^7.1.2",
62+
"@commitlint/test": "7.1.2",
6363
"@commitlint/utils": "^7.1.2",
6464
"ava": "0.22.0",
6565
"babel-cli": "6.26.0",

@commitlint/execute-rule/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"license": "MIT",
6161
"devDependencies": {
6262
"@commitlint/parse": "^7.1.2",
63-
"@commitlint/test": "^7.1.2",
63+
"@commitlint/test": "7.1.2",
6464
"@commitlint/utils": "^7.1.2",
6565
"ava": "0.22.0",
6666
"babel-cli": "6.26.0",

@commitlint/format/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
},
6060
"license": "MIT",
6161
"devDependencies": {
62-
"@commitlint/test": "^7.1.2",
62+
"@commitlint/test": "7.1.2",
6363
"@commitlint/utils": "^7.1.2",
6464
"ava": "0.22.0",
6565
"babel-cli": "6.26.0",

@commitlint/is-ignored/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"license": "MIT",
6161
"devDependencies": {
6262
"@commitlint/parse": "^7.1.2",
63-
"@commitlint/test": "^7.1.2",
63+
"@commitlint/test": "7.1.2",
6464
"@commitlint/utils": "^7.1.2",
6565
"ava": "0.22.0",
6666
"babel-cli": "6.26.0",

@commitlint/lint/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
},
6060
"license": "MIT",
6161
"devDependencies": {
62-
"@commitlint/test": "^7.1.2",
62+
"@commitlint/test": "7.1.2",
6363
"@commitlint/utils": "^7.1.2",
6464
"ava": "0.22.0",
6565
"babel-cli": "6.26.0",

@commitlint/load/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
},
6060
"license": "MIT",
6161
"devDependencies": {
62-
"@commitlint/test": "^7.1.2",
62+
"@commitlint/test": "7.1.2",
6363
"@commitlint/utils": "^7.1.2",
6464
"ava": "0.22.0",
6565
"babel-cli": "6.26.0",

@commitlint/message/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
},
6060
"license": "MIT",
6161
"devDependencies": {
62-
"@commitlint/test": "^7.1.2",
62+
"@commitlint/test": "7.1.2",
6363
"@commitlint/utils": "^7.1.2",
6464
"ava": "0.22.0",
6565
"babel-cli": "6.26.0",

@commitlint/parse/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
},
6060
"license": "MIT",
6161
"devDependencies": {
62-
"@commitlint/test": "^7.1.2",
62+
"@commitlint/test": "7.1.2",
6363
"@commitlint/utils": "^7.1.2",
6464
"ava": "0.22.0",
6565
"babel-cli": "6.26.0",

@commitlint/prompt-cli/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,15 @@
3232
},
3333
"homepage": "https://github.com/marionebl/commitlint#readme",
3434
"devDependencies": {
35-
"@commitlint/test": "^7.1.2",
35+
"@commitlint/test": "7.1.2",
3636
"@commitlint/utils": "^7.1.2",
37-
"ava": "^0.25.0",
37+
"ava": "0.25.0",
3838
"xo": "0.20.3"
3939
},
4040
"dependencies": {
4141
"@commitlint/prompt": "^7.2.1",
4242
"execa": "0.9.0",
4343
"meow": "3.7.0",
44-
"string-to-stream": "^1.1.1"
44+
"string-to-stream": "1.1.1"
4545
}
4646
}

@commitlint/read/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
},
6060
"license": "MIT",
6161
"devDependencies": {
62-
"@commitlint/test": "^7.1.2",
62+
"@commitlint/test": "7.1.2",
6363
"@commitlint/utils": "^7.1.2",
6464
"ava": "0.22.0",
6565
"babel-cli": "6.26.0",

@commitlint/resolve-extends/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"license": "MIT",
6161
"devDependencies": {
6262
"@commitlint/parse": "^7.1.2",
63-
"@commitlint/test": "^7.1.2",
63+
"@commitlint/test": "7.1.2",
6464
"@commitlint/utils": "^7.1.2",
6565
"@marionebl/sander": "0.6.1",
6666
"ava": "0.22.0",

@commitlint/rules/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"license": "MIT",
6161
"devDependencies": {
6262
"@commitlint/parse": "^7.1.2",
63-
"@commitlint/test": "^7.1.2",
63+
"@commitlint/test": "7.1.2",
6464
"@commitlint/utils": "^7.1.2",
6565
"ava": "0.22.0",
6666
"babel-cli": "6.26.0",

@commitlint/to-lines/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"license": "MIT",
6161
"devDependencies": {
6262
"@commitlint/parse": "^7.1.2",
63-
"@commitlint/test": "^7.1.2",
63+
"@commitlint/test": "7.1.2",
6464
"@commitlint/utils": "^7.1.2",
6565
"ava": "0.22.0",
6666
"babel-cli": "6.26.0",

@commitlint/travis-cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
},
5959
"license": "MIT",
6060
"devDependencies": {
61-
"@commitlint/test": "^7.1.2",
61+
"@commitlint/test": "7.1.2",
6262
"@commitlint/utils": "^7.1.2",
6363
"ava": "0.18.2",
6464
"babel-cli": "6.26.0",

@packages/utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
},
4747
"license": "MIT",
4848
"dependencies": {
49-
"@commitlint/test": "^7.1.2",
49+
"@commitlint/test": "7.1.2",
5050
"@marionebl/sander": "0.6.1",
5151
"execa": "0.9.0",
5252
"is-builtin-module": "2.0.0",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
"@marionebl/sander": "0.6.1"
9292
},
9393
"devDependencies": {
94-
"docsify-cli": "^4.3.0",
94+
"docsify-cli": "4.3.0",
9595
"eslint": "4.18.1",
9696
"eslint-config-prettier": "2.9.0",
9797
"husky": "1.1.2",

0 commit comments

Comments
 (0)