Skip to content

Commit

Permalink
deps: update eslint and typescript-eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
toshi-toma committed Jun 1, 2020
1 parent c34ccaf commit b27e4cf
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 63 deletions.
83 changes: 25 additions & 58 deletions package-lock.json

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

9 changes: 4 additions & 5 deletions package.json
Expand Up @@ -27,9 +27,8 @@
"author": "cybozu",
"license": "MIT",
"devDependencies": {

"@types/react": "^16.9.35",
"eslint": "^7.0.0",
"eslint": "^7.1.0",
"mocha": "^7.2.0",
"npm-run-all": "^4.1.5",
"prettier": "^1.19.1",
Expand All @@ -39,11 +38,11 @@
},
"peerDependencies": {
"eslint": "^7.0.0",
"typescript": "^3.3.3333"
"typescript": ">=3.3.1 <3.10.0"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "^3.0.0",
"@typescript-eslint/parser": "^3.0.0",
"@typescript-eslint/eslint-plugin": "^3.0.2",
"@typescript-eslint/parser": "^3.0.2",
"babel-eslint": "^10.1.0",
"eslint-config-prettier": "^6.10.1",
"eslint-plugin-flowtype": "^5.1.0",
Expand Down

0 comments on commit b27e4cf

Please sign in to comment.