Skip to content

Commit 3cf2b06

Browse files
feat: Update testing-library dependencies to latest (#9252)
1 parent ebab256 commit 3cf2b06

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
"compile:lockfile": "node tasks/compile-lockfile.js"
2121
},
2222
"devDependencies": {
23-
"@testing-library/jest-dom": "^5.9.0",
24-
"@testing-library/react": "^10.2.1",
25-
"@testing-library/user-event": "^12.0.2",
23+
"@testing-library/jest-dom": "^5.11.0",
24+
"@testing-library/react": "^10.4.3",
25+
"@testing-library/user-event": "^12.0.11",
2626
"alex": "^8.0.0",
2727
"eslint": "^7.5.0",
2828
"execa": "1.0.0",

packages/cra-template-typescript/template.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"package": {
33
"dependencies": {
4-
"@testing-library/jest-dom": "^5.9.0",
5-
"@testing-library/react": "^10.2.1",
6-
"@testing-library/user-event": "^12.0.2",
4+
"@testing-library/jest-dom": "^5.11.0",
5+
"@testing-library/react": "^10.4.3",
6+
"@testing-library/user-event": "^12.0.11",
77
"@types/node": "^12.0.0",
88
"@types/react": "^16.9.0",
99
"@types/react-dom": "^16.9.0",

packages/cra-template/template.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"package": {
33
"dependencies": {
4-
"@testing-library/jest-dom": "^5.9.0",
5-
"@testing-library/react": "^10.2.1",
6-
"@testing-library/user-event": "^12.0.2",
4+
"@testing-library/jest-dom": "^5.11.0",
5+
"@testing-library/react": "^10.4.3",
6+
"@testing-library/user-event": "^12.0.11",
77
"web-vitals": "^0.2.2"
88
}
99
}

0 commit comments

Comments
 (0)