Skip to content

Commit

Permalink
fix: πŸ› stop eslint-plugin-testing-library peer warnings (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmy-guzman authored Nov 19, 2024
1 parent 3fee1bf commit e6644df
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 112 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "0.4.14",
"eslint-plugin-testing-library": "7.0.0-beta.5",
"eslint-plugin-testing-library": "7.0.0-beta.6",
"eslint-plugin-unicorn": "^56.0.1",
"globals": "^15.12.0",
"local-pkg": "0.5.0",
Expand All @@ -84,7 +84,7 @@
"@tanstack/react-query": "5.60.6",
"@testing-library/dom": "10.4.0",
"@testing-library/react": "16.0.1",
"@types/node": "22.9.0",
"@types/node": "22.9.1",
"@types/react": "18.3.12",
"@vitest/coverage-v8": "2.1.5",
"astro": "4.16.13",
Expand Down
Loading

0 comments on commit e6644df

Please sign in to comment.