Skip to content

Commit

Permalink
fix: Sync dev and peer deps
Browse files Browse the repository at this point in the history
  • Loading branch information
andreidmt committed Feb 15, 2021
1 parent fd33605 commit 2725d88
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ Run `npm info "@asd14/eslint-config@latest" peerDependencies` to get the base pa
It should be something like:

```javascript
"eslint": "^7.19.0",
"eslint": "7.20.0",
"eslint-config-prettier": "^7.2.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsdoc": "31.6.1",
"eslint-plugin-jsdoc": "32.0.0",
"eslint-plugin-json": "^2.1.2",
"eslint-plugin-no-inferred-method-name": "^2.0.0",
"eslint-plugin-prettier": "^3.3.1",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@
"typescript": "^4.1.5"
},
"peerDependencies": {
"eslint": "^7.19.0",
"eslint": "7.20.0",
"eslint-config-prettier": "^7.2.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsdoc": "31.6.1",
"eslint-plugin-jsdoc": "32.0.0",
"eslint-plugin-json": "^2.1.2",
"eslint-plugin-no-inferred-method-name": "^2.0.0",
"eslint-plugin-prettier": "^3.3.1",
Expand Down

0 comments on commit 2725d88

Please sign in to comment.