Skip to content

Commit

Permalink
chore(deps): update dependency @testing-library/react to v14
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 1, 2024
1 parent 9123f89 commit 29d6444
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 13 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
"@svgr/plugin-jsx": "8.1.0",
"@svgr/plugin-svgo": "8.1.0",
"@testing-library/jest-dom": "5.17.0",
"@testing-library/react": "12.1.5",
"@testing-library/react": "14.2.2",
"@testing-library/react-hooks": "8.0.1",
"@types/is-hotkey": "^0.1.7",
"@types/node": "18.19.8",
Expand Down
2 changes: 1 addition & 1 deletion packages/hooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"raf-schd": "^4.0.3"
},
"devDependencies": {
"@testing-library/react": "12.1.5",
"@testing-library/react": "14.2.2",
"react": "17.0.2",
"react-dom": "17.0.2"
},
Expand Down
38 changes: 27 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2964,7 +2964,7 @@ __metadata:
"@babel/runtime": ^7.20.13
"@babel/runtime-corejs3": ^7.20.13
"@commercetools-uikit/utils": 19.0.0
"@testing-library/react": 12.1.5
"@testing-library/react": 14.2.2
"@types/raf-schd": ^4.0.1
lodash: 4.17.21
raf-schd: ^4.0.3
Expand Down Expand Up @@ -6475,7 +6475,7 @@ __metadata:
languageName: node
linkType: hard

"@testing-library/dom@npm:^8.0.0, @testing-library/dom@npm:^8.11.1":
"@testing-library/dom@npm:^8.11.1":
version: 8.20.1
resolution: "@testing-library/dom@npm:8.20.1"
dependencies:
Expand All @@ -6491,6 +6491,22 @@ __metadata:
languageName: node
linkType: hard

"@testing-library/dom@npm:^9.0.0":
version: 9.3.4
resolution: "@testing-library/dom@npm:9.3.4"
dependencies:
"@babel/code-frame": ^7.10.4
"@babel/runtime": ^7.12.5
"@types/aria-query": ^5.0.1
aria-query: 5.1.3
chalk: ^4.1.0
dom-accessibility-api: ^0.5.9
lz-string: ^1.5.0
pretty-format: ^27.0.2
checksum: dfd6fb0d6c7b4dd716ba3c47309bc9541b4a55772cb61758b4f396b3785efe2dbc75dc63423545c039078c7ffcc5e4b8c67c2db1b6af4799580466036f70026f
languageName: node
linkType: hard

"@testing-library/jest-dom@npm:5.17.0":
version: 5.17.0
resolution: "@testing-library/jest-dom@npm:5.17.0"
Expand Down Expand Up @@ -6530,17 +6546,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:14.2.2":
version: 14.2.2
resolution: "@testing-library/react@npm:14.2.2"
dependencies:
"@babel/runtime": ^7.12.5
"@testing-library/dom": ^8.0.0
"@types/react-dom": <18.0.0
"@testing-library/dom": ^9.0.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: cb73df588592d9101429f057eaa6f320fc12524d5eb2acc8a16002c1ee2d9422a49e44841003bba42974c9ae1ced6b134f0d647826eca42ab8f19e4592971b16
languageName: node
linkType: hard

Expand Down Expand Up @@ -19475,7 +19491,7 @@ __metadata:
"@svgr/plugin-jsx": 8.1.0
"@svgr/plugin-svgo": 8.1.0
"@testing-library/jest-dom": 5.17.0
"@testing-library/react": 12.1.5
"@testing-library/react": 14.2.2
"@testing-library/react-hooks": 8.0.1
"@types/is-hotkey": ^0.1.7
"@types/node": 18.19.8
Expand Down

0 comments on commit 29d6444

Please sign in to comment.