Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Force bump dependencies
To force all to latest. To prevent issues with buggy npm clients resolving wrong versions.
  • Loading branch information
sindresorhus committed Feb 13, 2018
1 parent f1bb0a1 commit 60fd100
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions package.json
Expand Up @@ -51,47 +51,47 @@
"simple"
],
"dependencies": {
"arrify": "^1.0.0",
"arrify": "^1.0.1",
"debug": "^3.1.0",
"eslint": "^4.9.0",
"eslint-config-prettier": "^2.8.0",
"eslint": "^4.17.0",
"eslint-config-prettier": "^2.9.0",
"eslint-config-xo": "^0.20.0",
"eslint-formatter-pretty": "^1.0.0",
"eslint-plugin-ava": "^4.2.0",
"eslint-plugin-import": "^2.0.0",
"eslint-plugin-no-use-extend-native": "^0.3.2",
"eslint-formatter-pretty": "^1.3.0",
"eslint-plugin-ava": "^4.5.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-no-use-extend-native": "^0.3.12",
"eslint-plugin-node": "^6.0.0",
"eslint-plugin-prettier": "^2.3.1",
"eslint-plugin-prettier": "^2.6.0",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-unicorn": "^4.0.1",
"get-stdin": "^5.0.0",
"get-stdin": "^5.0.1",
"globby": "^8.0.0",
"has-flag": "^3.0.0",
"lodash.isequal": "^4.4.0",
"lodash.mergewith": "^4.6.0",
"lodash.isequal": "^4.5.0",
"lodash.mergewith": "^4.6.1",
"meow": "^4.0.0",
"multimatch": "^2.1.0",
"open-editor": "^1.0.1",
"open-editor": "^1.2.0",
"path-exists": "^3.0.0",
"pkg-conf": "^2.0.0",
"pkg-conf": "^2.1.0",
"prettier": "~1.10.2",
"resolve-cwd": "^2.0.0",
"resolve-from": "^4.0.0",
"semver": "^5.4.1",
"semver": "^5.5.0",
"slash": "^1.0.0",
"update-notifier": "^2.1.0",
"xo-init": "^0.6.0"
"update-notifier": "^2.3.0",
"xo-init": "^0.7.0"
},
"devDependencies": {
"ava": "*",
"coveralls": "^3.0.0",
"eslint-config-xo-react": "^0.15.0",
"eslint-plugin-react": "^7.1.0",
"eslint-config-xo-react": "^0.16.0",
"eslint-plugin-react": "^7.6.1",
"execa": "^0.9.0",
"nyc": "^11.0.3",
"nyc": "^11.4.1",
"pify": "^3.0.0",
"proxyquire": "^1.7.3",
"temp-write": "^3.1.0"
"proxyquire": "^1.8.0",
"temp-write": "^3.4.0"
},
"eslintConfig": {
"extends": "eslint-config-xo"
Expand Down

0 comments on commit 60fd100

Please sign in to comment.