Skip to content
This repository has been archived by the owner on Oct 2, 2021. It is now read-only.

Commit

Permalink
fix: remove eslint peer dep upper bound
Browse files Browse the repository at this point in the history
  • Loading branch information
dferber90 committed Oct 4, 2020
1 parent 95fcdad commit f49029b
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 4 deletions.
28 changes: 28 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,15 @@
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"coveralls": "3.1.0",
"cz-conventional-changelog": "~3.3.0",
"coveralls": "^3.1.0",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^7.10.0",
"eslint-config-prettier": "^6.12.0",
"eslint-plugin-prettier": "^3.1.4",
"mocha": "8.1.3",
"mocha": "^8.1.3",
"nyc": "^15.1.0",
"prettier": "^2.1.2",
"readline-sync": "1.4.10",
"readline-sync": "^1.4.10",
"semantic-release": "^17.1.2",
"validate-commit-msg": "^2.14.0"
},
Expand Down

0 comments on commit f49029b

Please sign in to comment.