Skip to content

Commit c638594

Browse files
gaearonrandycoulman
authored andcommitted
Relax peerDependencies for ESLint preset (facebook#1191)
1 parent e7f699c commit c638594

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

packages/eslint-config-react-app/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111
"index.js"
1212
],
1313
"peerDependencies": {
14-
"babel-eslint": "7.0.0",
15-
"eslint": "3.8.1",
16-
"eslint-plugin-flowtype": "2.21.0",
17-
"eslint-plugin-import": "2.0.1",
18-
"eslint-plugin-jsx-a11y": "2.2.3",
19-
"eslint-plugin-react": "6.4.1"
14+
"babel-eslint": "^7.0.0",
15+
"eslint": "^3.8.1",
16+
"eslint-plugin-flowtype": "^2.21.0",
17+
"eslint-plugin-import": "^2.0.1",
18+
"eslint-plugin-jsx-a11y": "^2.2.3",
19+
"eslint-plugin-react": "^6.4.1"
2020
}
2121
}

0 commit comments

Comments
 (0)