Skip to content

Commit

Permalink
chore(deps): update dependency @testing-library/react to v13
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Apr 21, 2022
1 parent 31c251a commit 6916669
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 32 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"@svgr/plugin-jsx": "6.2.1",
"@svgr/plugin-svgo": "6.2.0",
"@testing-library/jest-dom": "5.16.4",
"@testing-library/react": "12.1.5",
"@testing-library/react": "13.1.1",
"@testing-library/react-hooks": "7.0.2",
"@types/is-hotkey": "^0.1.7",
"@types/jest": "27.4.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/hooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"lodash": "4.17.21"
},
"devDependencies": {
"@testing-library/react": "12.1.5",
"@testing-library/react": "13.1.1",
"react": "17.0.2"
},
"peerDependencies": {
Expand Down
49 changes: 19 additions & 30 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2912,7 +2912,7 @@ __metadata:
"@babel/runtime": ^7.17.2
"@babel/runtime-corejs3": ^7.17.2
"@commercetools-uikit/utils": 14.0.1
"@testing-library/react": 12.1.5
"@testing-library/react": 13.1.1
lodash: 4.17.21
react: 17.0.2
peerDependencies:
Expand Down Expand Up @@ -6003,17 +6003,17 @@ __metadata:
languageName: node
linkType: hard

"@testing-library/react@npm:12.1.5":
version: 12.1.5
resolution: "@testing-library/react@npm:12.1.5"
"@testing-library/react@npm:13.1.1":
version: 13.1.1
resolution: "@testing-library/react@npm:13.1.1"
dependencies:
"@babel/runtime": ^7.12.5
"@testing-library/dom": ^8.0.0
"@types/react-dom": <18.0.0
"@testing-library/dom": ^8.5.0
"@types/react-dom": ^18.0.0
peerDependencies:
react: <18.0.0
react-dom: <18.0.0
checksum: 4abd0490405e709a7df584a0db604e508a4612398bb1326e8fa32dd9393b15badc826dcf6d2f7525437886d507871f719f127b9860ed69ddd204d1fa834f576a
react: ^18.0.0
react-dom: ^18.0.0
checksum: 9a0043be5623630936e6badcd87bcbed14d6d6c64c2b16413b66de90c36670bbd6766b7fc6c09cfc67aa6c1c49d8123ed97d3897c4103836c77de40349b187c6
languageName: node
linkType: hard

Expand Down Expand Up @@ -6406,15 +6406,6 @@ __metadata:
languageName: node
linkType: hard

"@types/react-dom@npm:<18.0.0":
version: 17.0.15
resolution: "@types/react-dom@npm:17.0.15"
dependencies:
"@types/react": ^17
checksum: 7b90372bd7207d3860e1043ebfe10fd21fbd9ec3417a29593ca14359774830c888ba4ebb25cf0510628607496f8d35b09d23d329ea709b9311f5866185c5fd67
languageName: node
linkType: hard

"@types/react-dom@npm:>=16.9.0":
version: 17.0.11
resolution: "@types/react-dom@npm:17.0.11"
Expand All @@ -6424,6 +6415,15 @@ __metadata:
languageName: node
linkType: hard

"@types/react-dom@npm:^18.0.0":
version: 18.0.2
resolution: "@types/react-dom@npm:18.0.2"
dependencies:
"@types/react": "*"
checksum: 2b0b138d8634ccfd8a86b17cb5414b122ee0cb6f650377d772f6008761a27e4c2531c08e3cab71aaa19b6893af6a508c664aa314db3ebcff5b8179173c9c9307
languageName: node
linkType: hard

"@types/react-is@npm:^17.0.0":
version: 17.0.3
resolution: "@types/react-is@npm:17.0.3"
Expand Down Expand Up @@ -6495,17 +6495,6 @@ __metadata:
languageName: node
linkType: hard

"@types/react@npm:^17":
version: 17.0.44
resolution: "@types/react@npm:17.0.44"
dependencies:
"@types/prop-types": "*"
"@types/scheduler": "*"
csstype: ^3.0.2
checksum: ebee02778ca08f954c316dc907802264e0121c87b8fa2e7e0156ab0ef2a1b0a09d968c016a3600ec4c9a17dc09b4274f292d9b15a1a5369bb7e4072def82808f
languageName: node
linkType: hard

"@types/resolve@npm:1.17.1":
version: 1.17.1
resolution: "@types/resolve@npm:1.17.1"
Expand Down Expand Up @@ -18945,7 +18934,7 @@ __metadata:
"@svgr/plugin-jsx": 6.2.1
"@svgr/plugin-svgo": 6.2.0
"@testing-library/jest-dom": 5.16.4
"@testing-library/react": 12.1.5
"@testing-library/react": 13.1.1
"@testing-library/react-hooks": 7.0.2
"@types/is-hotkey": ^0.1.7
"@types/jest": 27.4.1
Expand Down

0 comments on commit 6916669

Please sign in to comment.