File tree 3 files changed +222
-285
lines changed
3 files changed +222
-285
lines changed Original file line number Diff line number Diff line change 2
2
"parser": "babel-eslint",
3
3
"extends": [
4
4
"eslint:recommended",
5
- "plugin:import/errors ",
5
+ "plugin:import/recommended ",
6
6
"plugin:react/recommended"
7
7
],
8
8
"parserOptions": {
Original file line number Diff line number Diff line change 49
49
"devDependencies" : {
50
50
"babel-cli" : " ^6.3.17" ,
51
51
"babel-core" : " ^6.3.26" ,
52
- "babel-eslint" : " ^6 .1.2 " ,
52
+ "babel-eslint" : " ^7 .1.1 " ,
53
53
"babel-loader" : " ^6.2.0" ,
54
54
"babel-plugin-check-es2015-constants" : " ^6.3.13" ,
55
- "babel-plugin-istanbul" : " ^2 .0.0" ,
55
+ "babel-plugin-istanbul" : " ^3 .0.0" ,
56
56
"babel-plugin-syntax-jsx" : " ^6.3.13" ,
57
57
"babel-plugin-transform-decorators-legacy" : " ^1.2.0" ,
58
58
"babel-plugin-transform-es2015-arrow-functions" : " ^6.3.13" ,
77
77
"babel-plugin-transform-react-jsx" : " ^6.4.0" ,
78
78
"babel-register" : " ^6.3.13" ,
79
79
"codecov" : " ^1.0.1" ,
80
- "cross-env" : " ^1.0.7 " ,
80
+ "cross-env" : " ^3.1.3 " ,
81
81
"es3ify" : " ^0.2.0" ,
82
82
"eslint" : " ^3.3.1" ,
83
- "eslint-plugin-import" : " ^1.13 .0" ,
83
+ "eslint-plugin-import" : " ^2.2 .0" ,
84
84
"eslint-plugin-react" : " ^6.1.1" ,
85
85
"expect" : " ^1.8.0" ,
86
- "glob" : " ^6.0.4 " ,
86
+ "glob" : " ^7.1.1 " ,
87
87
"istanbul" : " ^0.4.4" ,
88
- "jsdom" : " ~5.4 .3" ,
89
- "mocha" : " ^2 .2.5 " ,
90
- "nyc" : " ^8.1 .0" ,
88
+ "jsdom" : " ^9.8 .3" ,
89
+ "mocha" : " ^3 .2.0 " ,
90
+ "nyc" : " ^10.0 .0" ,
91
91
"react" : " ^15.0.0" ,
92
92
"react-addons-test-utils" : " ^15.0.0" ,
93
93
"react-dom" : " ^15.0.0" ,
You can’t perform that action at this time.
0 commit comments