Skip to content

Commit ef03a42

Browse files
committed
Updated React Testing Library to 13.0
1 parent e5ac92f commit ef03a42

File tree

2 files changed

+18
-8
lines changed

2 files changed

+18
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"@rollup/plugin-replace": "^2.3.3",
7777
"@testing-library/jest-dom": "^5.11.5",
7878
"@testing-library/jest-native": "^3.4.3",
79-
"@testing-library/react": "13.0.0-alpha.4",
79+
"@testing-library/react": "13.0.0",
8080
"@testing-library/react-12": "npm:@testing-library/react@^12",
8181
"@testing-library/react-hooks": "^3.4.2",
8282
"@testing-library/react-native": "^7.1.0",

yarn.lock

Lines changed: 17 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2366,16 +2366,17 @@ __metadata:
23662366
languageName: node
23672367
linkType: hard
23682368

2369-
"@testing-library/react@npm:13.0.0-alpha.4":
2370-
version: 13.0.0-alpha.4
2371-
resolution: "@testing-library/react@npm:13.0.0-alpha.4"
2369+
"@testing-library/react@npm:13.0.0":
2370+
version: 13.0.0
2371+
resolution: "@testing-library/react@npm:13.0.0"
23722372
dependencies:
23732373
"@babel/runtime": ^7.12.5
23742374
"@testing-library/dom": ^8.5.0
2375+
"@types/react-dom": "*"
23752376
peerDependencies:
2376-
react: "*"
2377-
react-dom: "*"
2378-
checksum: ac40cf67d3305dec64a2692bbc9b2193be13a6d49469869ba21054bfd3b1c11a8a47ea586d4bf58ed2f84982f2ed68e17fa0a808cd197747f378a594b1e7397d
2377+
react: ^18.0.0
2378+
react-dom: ^18.0.0
2379+
checksum: 8de90109778e72da67973e960826a848dbb4afda89ad4c489b596b846416e31fa88d0f33a267518e2705faa73ee3df54b43728c3e9a2c76a5cce8ef77c716981
23792380
languageName: node
23802381
linkType: hard
23812382

@@ -2568,6 +2569,15 @@ __metadata:
25682569
languageName: node
25692570
linkType: hard
25702571

2572+
"@types/react-dom@npm:*":
2573+
version: 17.0.14
2574+
resolution: "@types/react-dom@npm:17.0.14"
2575+
dependencies:
2576+
"@types/react": "*"
2577+
checksum: 3565d6658304b00acfe90504e5f52f744a46f1acab60a3c369d03be2f9a48ba7b2f163b212e4d9907e0452f574191ef618d30da0214a437ba30d2e66e969f0d1
2578+
languageName: node
2579+
linkType: hard
2580+
25712581
"@types/react-dom@npm:^17.0.11":
25722582
version: 17.0.11
25732583
resolution: "@types/react-dom@npm:17.0.11"
@@ -8923,7 +8933,7 @@ __metadata:
89238933
"@rollup/plugin-replace": ^2.3.3
89248934
"@testing-library/jest-dom": ^5.11.5
89258935
"@testing-library/jest-native": ^3.4.3
8926-
"@testing-library/react": 13.0.0-alpha.4
8936+
"@testing-library/react": 13.0.0
89278937
"@testing-library/react-12": "npm:@testing-library/react@^12"
89288938
"@testing-library/react-hooks": ^3.4.2
89298939
"@testing-library/react-native": ^7.1.0

0 commit comments

Comments
 (0)