We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eba5995 commit 9084a1fCopy full SHA for 9084a1f
packages/eslint-config-react-app/package.json
@@ -11,12 +11,12 @@
11
"index.js"
12
],
13
"peerDependencies": {
14
- "babel-eslint": "^8.2.2",
15
- "eslint": "^4.1.1",
16
- "eslint-plugin-flowtype": "^2.34.1",
17
- "eslint-plugin-import": "^2.6.0",
18
- "eslint-plugin-jsx-a11y": "^6.0.2",
19
- "eslint-plugin-react": "^7.8.2"
+ "babel-eslint": "9.x",
+ "eslint": "5.x",
+ "eslint-plugin-flowtype": "2.x",
+ "eslint-plugin-import": "2.x",
+ "eslint-plugin-jsx-a11y": "6.x",
+ "eslint-plugin-react": "7.x"
20
},
21
"dependencies": {
22
"confusing-browser-globals": "^1.0.0"
0 commit comments