Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
Pin the ESLint dev dependency to ensure we test the minimal required
version.

Remove unused codecov dependency.
  • Loading branch information
novemberborn committed Jan 19, 2020
1 parent 843f4d3 commit 3d5b001
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,19 +32,18 @@
"dependencies": {
"deep-strict-equal": "^0.2.0",
"enhance-visitors": "^1.0.0",
"espree": "^6.0.0",
"espurify": "^2.0.0",
"import-modules": "^1.1.0",
"espree": "^6.1.2",
"espurify": "^2.0.1",
"import-modules": "^2.0.0",
"pkg-dir": "^4.2.0",
"resolve-from": "^5.0.0"
},
"devDependencies": {
"ava": "^2.3.0",
"babel-eslint": "^10.0.2",
"chalk": "^2.4.2",
"codecov": "^3.5.0",
"del": "^5.0.0",
"eslint": "^6.2.0",
"eslint": "6.2.0",
"eslint-ava-rule-tester": "^3.0.0",
"eslint-plugin-eslint-plugin": "2.1.0",
"execa": "^2.0.4",
Expand All @@ -57,7 +56,7 @@
"xo": "^0.24.0"
},
"peerDependencies": {
"eslint": ">=6.2.0"
"eslint": "^6.2.0"
},
"ava": {
"files": [
Expand Down

0 comments on commit 3d5b001

Please sign in to comment.