Skip to content

Commit 33152af

Browse files
Updated testing-library/react lib
`act` from the library was marked as deprecated even though it should not be. Fix was made in more recent version of the library.
1 parent 6c3960f commit 33152af

File tree

2 files changed

+24
-204
lines changed

2 files changed

+24
-204
lines changed

package-lock.json

Lines changed: 23 additions & 203 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@formatjs/cli": "^6.2.7",
2727
"@playwright/test": "^1.42.1",
2828
"@testing-library/jest-dom": "^5.14.1",
29-
"@testing-library/react": "^14.0.0",
29+
"@testing-library/react": "^16.0.1",
3030
"@testing-library/user-event": "^14.0.0",
3131
"@types/d3": "^7.4.1",
3232
"@types/ejs": "^3.1.5",

0 commit comments

Comments
 (0)