Skip to content

Commit 5995b51

Browse files
committed
fix: update dependencies
1 parent e984856 commit 5995b51

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
"url": "http://gajus.com"
66
},
77
"dependencies": {
8-
"lodash": "^4.17.11"
8+
"lodash": "^4.17.15"
99
},
1010
"description": "Flowtype linting rules for ESLint.",
1111
"devDependencies": {
12-
"ajv": "^6.10.0",
12+
"ajv": "^6.10.2",
1313
"babel-cli": "^6.26.0",
1414
"babel-eslint": "^10.0.2",
1515
"babel-plugin-add-module-exports": "^1.0.2",
@@ -18,13 +18,13 @@
1818
"babel-register": "^6.26.0",
1919
"chai": "^4.2.0",
2020
"eslint": "^5.13.0",
21-
"eslint-config-canonical": "^17.1.1",
22-
"gitdown": "^2.6.1",
21+
"eslint-config-canonical": "^17.3.2",
22+
"gitdown": "^3.1.1",
2323
"glob": "^7.1.4",
24-
"husky": "^2.4.1",
24+
"husky": "^3.0.1",
2525
"jsonlint": "^1.6.3",
26-
"mocha": "^6.1.4",
27-
"semantic-release": "^15.13.16"
26+
"mocha": "^6.2.0",
27+
"semantic-release": "^15.13.18"
2828
},
2929
"engines": {
3030
"node": ">=4"
@@ -44,7 +44,7 @@
4444
"main": "./dist/index.js",
4545
"name": "eslint-plugin-flowtype",
4646
"peerDependencies": {
47-
"eslint": ">=6.0.0"
47+
"eslint": ">=6.1.0"
4848
},
4949
"repository": {
5050
"type": "git",

0 commit comments

Comments
 (0)