Skip to content

Commit 1ac4c77

Browse files
committed
Update dependencies: glob to 7.1.6, ignore to 5.1.8, markdownlint to 0.21.1, rc to 1.2.8, ava to 3.13.0.
1 parent 43ef786 commit 1ac4c77

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

package.json

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,20 +40,20 @@
4040
"commander": "~6.2.0",
4141
"deep-extend": "~0.6.0",
4242
"get-stdin": "~8.0.0",
43-
"glob": "~7.1.2",
44-
"ignore": "~5.1.4",
43+
"glob": "~7.1.6",
44+
"ignore": "~5.1.8",
4545
"js-yaml": "~3.14.0",
4646
"jsonc-parser": "~2.3.1",
4747
"lodash.differencewith": "~4.5.0",
4848
"lodash.flatten": "~4.4.0",
49-
"markdownlint": "~0.21.0",
49+
"markdownlint": "~0.21.1",
5050
"markdownlint-rule-helpers": "~0.12.0",
5151
"minimatch": "~3.0.4",
5252
"minimist": "~1.2.5",
53-
"rc": "~1.2.7"
53+
"rc": "~1.2.8"
5454
},
5555
"devDependencies": {
56-
"ava": "^3.8.1",
56+
"ava": "^3.13.0",
5757
"execa": "^4.1.0",
5858
"husky": "^4.3.0",
5959
"tap-growl": "^3.0.0",
@@ -67,7 +67,8 @@
6767
"no-var": 0,
6868
"prefer-arrow-callback": 0,
6969
"promise/prefer-await-to-then": 0,
70-
"object-shorthand": 0
70+
"object-shorthand": 0,
71+
"unicorn/prefer-ternary": 0
7172
}
7273
},
7374
"ava": {

0 commit comments

Comments
 (0)