Skip to content

Commit

Permalink
chore: upgrade rtl version to support react 18
Browse files Browse the repository at this point in the history
  • Loading branch information
MatanBobi committed Mar 31, 2022
1 parent 67b4868 commit aa6efff
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 aa6efff

Please sign in to comment.