We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3e2f77 commit 0e8b159Copy full SHA for 0e8b159
package.json
@@ -11,13 +11,13 @@
11
"test": "node packages/react-scripts/scripts/test.js --env=jsdom"
12
},
13
"devDependencies": {
14
- "babel-eslint": "7.1.0",
15
- "eslint": "3.8.1",
+ "babel-eslint": "^7.1.1",
+ "eslint": "^3.15.0",
16
"eslint-config-react-app": "0.5.1",
17
- "eslint-plugin-flowtype": "2.21.0",
18
- "eslint-plugin-import": "2.0.1",
+ "eslint-plugin-flowtype": "^2.30.0",
+ "eslint-plugin-import": "^2.2.0",
19
"eslint-plugin-jsx-a11y": "2.2.3",
20
- "eslint-plugin-react": "6.4.1",
+ "eslint-plugin-react": "^6.9.0",
21
"lerna": "^2.0.0-beta.37",
22
"lerna-changelog": "^0.2.3"
23
}
0 commit comments