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 Jun 7, 2022
1 parent f979e86 commit b659af1
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 28 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.3.0",
"@testing-library/react-hooks": "8.0.0",
"@types/is-hotkey": "^0.1.7",
"@types/jest": "27.5.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.3.0",
"react": "17.0.2"
},
"peerDependencies": {
Expand Down
41 changes: 15 additions & 26 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3007,7 +3007,7 @@ __metadata:
"@babel/runtime": ^7.17.2
"@babel/runtime-corejs3": ^7.17.2
"@commercetools-uikit/utils": 15.0.0
"@testing-library/react": 12.1.5
"@testing-library/react": 13.3.0
lodash: 4.17.21
react: 17.0.2
peerDependencies:
Expand Down Expand Up @@ -6204,17 +6204,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.3.0":
version: 13.3.0
resolution: "@testing-library/react@npm:13.3.0"
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: 98fd8616a7cae0ecfcbe97b5b3c5b91fbafccf449c04875395ccc0e3f0b139e53b3261b9536ec2169a5e2883a1be2098907209064061fe0c2ff21dfbc785dd40
languageName: node
linkType: hard

Expand Down Expand Up @@ -6617,12 +6617,12 @@ __metadata:
languageName: node
linkType: hard

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

Expand Down Expand Up @@ -6688,17 +6688,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 @@ -19403,7 +19392,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.3.0
"@testing-library/react-hooks": 8.0.0
"@types/is-hotkey": ^0.1.7
"@types/jest": 27.5.1
Expand Down

0 comments on commit b659af1

Please sign in to comment.