Skip to content

Commit e8e3eed

Browse files
committed
fix(package.json): devDependencies of eslint-config-react-app
* Introduced in e75d33c
1 parent 0b8af5a commit e8e3eed

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"devDependencies": {
6969
"babel-cli": "^6.16.0",
7070
"babel-core": "^6.16.0",
71-
"babel-eslint": "^6.1.2",
71+
"babel-eslint": "6.1.2",
7272
"babel-plugin-lodash": "^3.2.9",
7373
"babel-plugin-transform-flow-comments": "^6.8.0",
7474
"babel-plugin-transform-runtime": "^6.15.0",
@@ -78,12 +78,12 @@
7878
"babel-preset-stage-0": "^6.16.0",
7979
"codeclimate-test-reporter": "^0.3.3",
8080
"cross-env": "^3.0.0",
81-
"eslint": "~3.5.0",
82-
"eslint-config-react-app": "^0.2.1",
81+
"eslint": "3.5.0",
82+
"eslint-config-react-app": "0.2.1",
8383
"eslint-plugin-flowtype": "2.18.1",
84-
"eslint-plugin-import": "~1.12.0",
85-
"eslint-plugin-jsx-a11y": "^2.2.2",
86-
"eslint-plugin-react": "^6.3.0",
84+
"eslint-plugin-import": "1.12.0",
85+
"eslint-plugin-jsx-a11y": "2.2.2",
86+
"eslint-plugin-react": "6.3.0",
8787
"history": "^2.1.2",
8888
"isomorphic-fetch": "^2.2.1",
8989
"prismjs": "^1.5.1",

0 commit comments

Comments
 (0)