Skip to content

Commit

Permalink
fix(eslint): update peer deps
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewLeedham committed Mar 24, 2020
1 parent 664965d commit 95b25ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/xerox-eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
},
"peerDependencies": {
"@xerox/prettier-config": "*",
"eslint": "~6",
"prettier": "~1"
"eslint": "^6.0.0",
"prettier": "^2.0.0"
},
"resolutions": {
"acorn": ">=7.1.1",
Expand Down

0 comments on commit 95b25ae

Please sign in to comment.