Skip to content
This repository has been archived by the owner on Nov 19, 2019. It is now read-only.

Commit

Permalink
fix: peer dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewLeedham committed Nov 6, 2019
1 parent b1beddb commit e60bd1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@
"eslint-plugin-react": "^7.12.4"
},
"peerDependencies": {
"eslint": "~6.0.0",
"prettier": "~1.0.0"
"eslint": "~6",
"prettier": "~1"
},
"resolutions": {
"handlebars": ">=4.3.0",
Expand Down

0 comments on commit e60bd1b

Please sign in to comment.