Skip to content

Commit

Permalink
Bump dependencies (sindresorhus#351)
Browse files Browse the repository at this point in the history
  • Loading branch information
fisker authored and sindresorhus committed Sep 6, 2019
1 parent 91bbff5 commit 1c50548
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,24 +36,24 @@
"eslint-ast-utils": "^1.1.0",
"import-modules": "^1.1.0",
"lodash.camelcase": "^4.3.0",
"lodash.defaultsdeep": "^4.6.0",
"lodash.defaultsdeep": "^4.6.1",
"lodash.kebabcase": "^4.1.1",
"lodash.snakecase": "^4.1.1",
"lodash.topairs": "^4.3.0",
"lodash.upperfirst": "^4.3.1",
"regexpp": "^2.0.1",
"read-pkg": "^5.1.1",
"regexpp": "^3.0.0",
"read-pkg": "^5.2.0",
"reserved-words": "^0.1.2",
"safe-regex": "^2.0.2",
"semver": "^6.1.1"
"semver": "^6.3.0"
},
"devDependencies": {
"ava": "^2.3.0",
"babel-eslint": "^10.0.2",
"babel-eslint": "^10.0.3",
"chalk": "^2.4.2",
"coveralls": "^3.0.6",
"del": "^5.0.0",
"eslint": "^6.2.0",
"del": "^5.1.0",
"eslint": "^6.3.0",
"eslint-ava-rule-tester": "^3.0.0",
"eslint-plugin-eslint-plugin": "2.1.0",
"execa": "^2.0.4",
Expand All @@ -65,7 +65,7 @@
"xo": "^0.24.0"
},
"peerDependencies": {
"eslint": ">=6.2.0"
"eslint": ">=6.3.0"
},
"ava": {
"files": [
Expand Down

0 comments on commit 1c50548

Please sign in to comment.