Skip to content
This repository was archived by the owner on Mar 5, 2019. It is now read-only.

Commit b8737d9

Browse files
committed
v4.2.0
1 parent 8af8837 commit b8737d9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-config-mkitt",
3-
"version": "4.1.0",
3+
"version": "4.2.0",
44
"author": "Matthew Kitt <mk@mkitt.net>",
55
"description": "ESLint configuration based off of Airbnb's config paired with the flowtype plugin",
66
"main": "index.js",
@@ -11,14 +11,14 @@
1111
"url": "https://github.com/mkitt/eslint-config-mkitt"
1212
},
1313
"dependencies": {
14+
"babel-eslint": "8.2.1",
1415
"eslint-config-airbnb": "16.1.0",
15-
"eslint-plugin-flowtype": "2.42.0",
16+
"eslint-plugin-flowtype": "2.43.0",
1617
"eslint-plugin-import": "2.8.0",
1718
"eslint-plugin-jsx-a11y": "6.0.3",
1819
"eslint-plugin-react": "7.6.1"
1920
},
2021
"peerDependencies": {
21-
"babel-eslint": ">= 8",
2222
"eslint": ">= 4"
2323
}
2424
}

0 commit comments

Comments
 (0)