Skip to content

Commit

Permalink
chore: upgrade typescript-eslint ^4.28.1 → ^4.28.3 & eslint-plugin-co…
Browse files Browse the repository at this point in the history
…mpat ^3.9.0 → ^3.11.1 & eslint-plugin-testing-library ^4.7.0 → ^4.9.0
  • Loading branch information
wellyshen committed Jul 19, 2021
1 parent 1ea71f5 commit 9777f85
Show file tree
Hide file tree
Showing 2 changed files with 127 additions and 98 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,26 +41,26 @@
},
"dependencies": {
"@emotion/eslint-plugin": "^11.2.0",
"@typescript-eslint/eslint-plugin": "^4.28.1",
"@typescript-eslint/parser": "^4.28.1",
"@typescript-eslint/eslint-plugin": "^4.28.3",
"@typescript-eslint/parser": "^4.28.3",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-prettier": "^8.3.0",
"eslint-import-resolver-typescript": "^2.4.0",
"eslint-plugin-compat": "^3.9.0",
"eslint-plugin-compat": "^3.11.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jest": "^24.3.6",
"eslint-plugin-jest-dom": "^3.9.0",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-react-hooks": "^4",
"eslint-plugin-testing-library": "^4.7.0",
"eslint-plugin-testing-library": "^4.9.0",
"read-pkg-up": "^7.0.1"
},
"devDependencies": {
"eslint": "^7.2.0",
"husky": "^7.0.0",
"lint-staged": "^11.0.0",
"husky": "^7.0.1",
"lint-staged": "^11.0.1",
"prettier": "^2.3.2",
"typescript": "^4.3.5"
},
Expand Down
Loading

0 comments on commit 9777f85

Please sign in to comment.