Skip to content

Commit 2202a2b

Browse files
committed
Update all our deps.
1 parent 132a4e8 commit 2202a2b

File tree

3 files changed

+222
-285
lines changed

3 files changed

+222
-285
lines changed

.eslintrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"parser": "babel-eslint",
33
"extends": [
44
"eslint:recommended",
5-
"plugin:import/errors",
5+
"plugin:import/recommended",
66
"plugin:react/recommended"
77
],
88
"parserOptions": {

package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@
4949
"devDependencies": {
5050
"babel-cli": "^6.3.17",
5151
"babel-core": "^6.3.26",
52-
"babel-eslint": "^6.1.2",
52+
"babel-eslint": "^7.1.1",
5353
"babel-loader": "^6.2.0",
5454
"babel-plugin-check-es2015-constants": "^6.3.13",
55-
"babel-plugin-istanbul": "^2.0.0",
55+
"babel-plugin-istanbul": "^3.0.0",
5656
"babel-plugin-syntax-jsx": "^6.3.13",
5757
"babel-plugin-transform-decorators-legacy": "^1.2.0",
5858
"babel-plugin-transform-es2015-arrow-functions": "^6.3.13",
@@ -77,17 +77,17 @@
7777
"babel-plugin-transform-react-jsx": "^6.4.0",
7878
"babel-register": "^6.3.13",
7979
"codecov": "^1.0.1",
80-
"cross-env": "^1.0.7",
80+
"cross-env": "^3.1.3",
8181
"es3ify": "^0.2.0",
8282
"eslint": "^3.3.1",
83-
"eslint-plugin-import": "^1.13.0",
83+
"eslint-plugin-import": "^2.2.0",
8484
"eslint-plugin-react": "^6.1.1",
8585
"expect": "^1.8.0",
86-
"glob": "^6.0.4",
86+
"glob": "^7.1.1",
8787
"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",
9191
"react": "^15.0.0",
9292
"react-addons-test-utils": "^15.0.0",
9393
"react-dom": "^15.0.0",

0 commit comments

Comments
 (0)