Skip to content

Commit

Permalink
chore: bump up react testing library version
Browse files Browse the repository at this point in the history
This removes the warning about deprecated act import from test-utils
  • Loading branch information
procaconsul committed May 22, 2024
1 parent 9cbbdb8 commit c0fc035
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 195 deletions.
206 changes: 12 additions & 194 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"dependencies": {
"@radix-ui/themes": "^3.0.3",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^13.4.0",
"@testing-library/react": "^15.0.7",
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^27.5.2",
"@types/node": "^16.18.97",
Expand Down

0 comments on commit c0fc035

Please sign in to comment.