Skip to content

Commit

Permalink
deps: update ESLint v7
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Support minimum ESLint version is v7.
  • Loading branch information
koba04 committed May 12, 2020
1 parent b960159 commit ad0edef
Show file tree
Hide file tree
Showing 2 changed files with 147 additions and 57 deletions.
200 changes: 145 additions & 55 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"license": "MIT",
"devDependencies": {
"@types/react": "^16.9.34",
"eslint": "^6.8.0",
"eslint": "^7.0.0",
"mocha": "^7.1.2",
"npm-run-all": "^4.1.5",
"prettier": "^1.19.1",
Expand All @@ -37,7 +37,7 @@
"typescript": "^3.8.3"
},
"peerDependencies": {
"eslint": "^6.4.0",
"eslint": "^7.0.0",
"typescript": "^3.3.3333"
},
"dependencies": {
Expand Down

0 comments on commit ad0edef

Please sign in to comment.