Skip to content

Commit aa6efff

Browse files
committed
chore: upgrade rtl version to support react 18
1 parent 67b4868 commit aa6efff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/cra-template-typescript/template.json

+1-1
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

+1-1
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)