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
koba04 committed Jun 15, 2020
1 parent 26614c0 commit e439ce0
Show file tree
Hide file tree
Showing 2 changed files with 177 additions and 156 deletions.
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -27,7 +27,7 @@
},
"devDependencies": {
"@types/react": "^16.9.36",
"eslint": "^7.1.0",
"eslint": "^7.2.0",
"jest": "^26.0.1",
"prettier": "^2.0.5",
"react": "^16.13.1",
Expand All @@ -41,8 +41,8 @@
"typescript": "^3.4.5"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "^3.0.0",
"@typescript-eslint/parser": "^3.0.0",
"@typescript-eslint/eslint-plugin": "^3.2.0",
"@typescript-eslint/parser": "^3.2.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.4",
Expand Down

0 comments on commit e439ce0

Please sign in to comment.