Skip to content

Commit

Permalink
fix(deps): sort peer deps
Browse files Browse the repository at this point in the history
  • Loading branch information
mightyiam committed Jul 2, 2021
1 parent dcc5a33 commit a26b179
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 @@ -59,12 +59,12 @@
"eslint-config-standard": "^16.0.0"
},
"peerDependencies": {
"@typescript-eslint/eslint-plugin": "^4.0.1",
"eslint": "^7.12.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1 || ^5.0.0",
"typescript": "^3.9",
"@typescript-eslint/eslint-plugin": "^4.0.1"
"typescript": "^3.9"
},
"devDependencies": {
"@commitlint/cli": "12.1.4",
Expand Down

0 comments on commit a26b179

Please sign in to comment.