Skip to content

Commit

Permalink
Upgrade: eslint-plugin-testing-library ^3.10.2 → ^4.1.2 & @typescript…
Browse files Browse the repository at this point in the history
…-eslint/eslint-plugin ^4.21.0 → ^4.22.0 & @typescript-eslint/parser ^4.21.0 → ^4.22.0 & eslint-config-prettier ^8.1.0 → ^8.3.0 & eslint-plugin-jest ^24.3.4 → ^24.3.6 & eslint-plugin-jest-dom ^3.7.0 → ^3.8.1
  • Loading branch information
wellyshen committed Apr 28, 2021
1 parent 30e1869 commit 0eb7e43
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,19 +39,19 @@
},
"dependencies": {
"@emotion/eslint-plugin": "^11.2.0",
"@typescript-eslint/eslint-plugin": "^4.21.0",
"@typescript-eslint/parser": "^4.21.0",
"@typescript-eslint/eslint-plugin": "^4.22.0",
"@typescript-eslint/parser": "^4.22.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-prettier": "^8.1.0",
"eslint-config-prettier": "^8.3.0",
"eslint-import-resolver-typescript": "^2.4.0",
"eslint-plugin-compat": "^3.9.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jest": "^24.3.4",
"eslint-plugin-jest-dom": "^3.7.0",
"eslint-plugin-jest": "^24.3.6",
"eslint-plugin-jest-dom": "^3.8.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-react-hooks": "^4",
"eslint-plugin-testing-library": "^3.10.2",
"eslint-plugin-testing-library": "^4.1.2",
"read-pkg-up": "^7.0.1"
},
"devDependencies": {
Expand Down

0 comments on commit 0eb7e43

Please sign in to comment.