Skip to content

Commit

Permalink
build(deps): update deps in eslint-config
Browse files Browse the repository at this point in the history
  • Loading branch information
lossir committed Apr 7, 2021
1 parent 3a637c2 commit d737418
Show file tree
Hide file tree
Showing 3 changed files with 113 additions and 88 deletions.
3 changes: 1 addition & 2 deletions packages/eslint-config/.eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@
"plugin:jsx-a11y/recommended",
"plugin:@typescript-eslint/eslint-recommended",
"plugin:@typescript-eslint/recommended",
"prettier",
"prettier/@typescript-eslint"
"prettier"
],
"settings": {
"react": {
Expand Down
10 changes: 5 additions & 5 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
"version": "1.0.1",
"license": "MIT",
"dependencies": {
"@typescript-eslint/eslint-plugin": "4.14.1",
"@typescript-eslint/parser": "4.14.1",
"eslint": "7.19.0",
"eslint-config-prettier": "7.2.0",
"@typescript-eslint/eslint-plugin": "4.21.0",
"@typescript-eslint/parser": "4.21.0",
"eslint": "7.23.0",
"eslint-config-prettier": "8.1.0",
"eslint-html-reporter": "0.7.4",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "7.22.0",
"eslint-plugin-react": "7.23.1",
"eslint-plugin-react-hooks": "4.2.0"
}
}
Loading

0 comments on commit d737418

Please sign in to comment.