Skip to content

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Mar 18, 2017
1 parent f8e1e3d commit f87990a
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,14 +69,14 @@
"arrify": "^1.0.0",
"debug": "^2.2.0",
"deep-assign": "^1.0.0",
"eslint": "^3.6.0",
"eslint-config-xo": "^0.17.0",
"eslint": "^3.18.0",
"eslint-config-xo": "^0.18.0",
"eslint-formatter-pretty": "^1.0.0",
"eslint-plugin-ava": "^3.1.0",
"eslint-plugin-ava": "^4.2.0",
"eslint-plugin-import": "^2.0.0",
"eslint-plugin-no-use-extend-native": "^0.3.2",
"eslint-plugin-promise": "^3.4.0",
"eslint-plugin-unicorn": "^1.0.0",
"eslint-plugin-unicorn": "^2.1.0",
"get-stdin": "^5.0.0",
"globby": "^6.0.0",
"has-flag": "^2.0.0",
Expand All @@ -88,20 +88,20 @@
"pkg-conf": "^2.0.0",
"resolve-cwd": "^1.0.0",
"resolve-from": "^2.0.0",
"update-notifier": "^1.0.0",
"xo-init": "^0.4.0"
"update-notifier": "^2.1.0",
"xo-init": "^0.5.0"
},
"devDependencies": {
"ava": "*",
"coveralls": "^2.11.9",
"eslint-config-xo-react": "^0.10.0",
"eslint-plugin-react": "^6.3.0",
"execa": "^0.5.0",
"nyc": "^8.3.0",
"execa": "^0.6.1",
"nyc": "^10.1.2",
"pify": "^2.3.0",
"proxyquire": "^1.7.3",
"temp-write": "^2.0.1",
"xo": "sindresorhus/xo#v0.16.0"
"temp-write": "^3.1.0",
"xo": "sindresorhus/xo#v0.17.1"
},
"xo": {
"esnext": true
Expand Down

0 comments on commit f87990a

Please sign in to comment.