Skip to content

Commit 6ca7767

Browse files
MatanBobiabhiisheek
authored andcommitted
chore: upgrade rtl version to support react 18 (facebook#12223)
1 parent c23a0cf commit 6ca7767

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/cra-template-typescript/template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"package": {
33
"dependencies": {
44
"@testing-library/jest-dom": "^5.14.1",
5-
"@testing-library/react": "^12.0.0",
5+
"@testing-library/react": "^13.0.0",
66
"@testing-library/user-event": "^13.2.1",
77
"@types/jest": "^27.0.1",
88
"@types/node": "^16.7.13",

packages/cra-template/template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"package": {
33
"dependencies": {
44
"@testing-library/jest-dom": "^5.14.1",
5-
"@testing-library/react": "^12.0.0",
5+
"@testing-library/react": "^13.0.0",
66
"@testing-library/user-event": "^13.2.1",
77
"web-vitals": "^2.1.0"
88
},

0 commit comments

Comments
 (0)