Skip to content

Commit

Permalink
chore: upgrade rtl version to support react 18 (facebook#12223)
Browse files Browse the repository at this point in the history
  • Loading branch information
MatanBobi authored and abhiisheek committed May 24, 2023
1 parent c23a0cf commit 6ca7767
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/cra-template-typescript/template.json
Expand Up @@ -2,7 +2,7 @@
"package": {
"dependencies": {
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^12.0.0",
"@testing-library/react": "^13.0.0",
"@testing-library/user-event": "^13.2.1",
"@types/jest": "^27.0.1",
"@types/node": "^16.7.13",
Expand Down
2 changes: 1 addition & 1 deletion packages/cra-template/template.json
Expand Up @@ -2,7 +2,7 @@
"package": {
"dependencies": {
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^12.0.0",
"@testing-library/react": "^13.0.0",
"@testing-library/user-event": "^13.2.1",
"web-vitals": "^2.1.0"
},
Expand Down

0 comments on commit 6ca7767

Please sign in to comment.