Skip to content

Commit

Permalink
Bump @testing-library/react from 14.0.0 to 14.1.0 (#237)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 13, 2023
1 parent 14229d6 commit dede0ff
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"@testing-library/cypress": "^10.0.1",
"@testing-library/dom": "^9.3.3",
"@testing-library/jest-dom": "^6.1.4",
"@testing-library/react": "^14.0.0",
"@testing-library/react": "^14.1.0",
"@testing-library/user-event": "^14.5.1",
"@types/jest": "^29.5.7",
"@types/lodash": "^4.14.199",
Expand Down
18 changes: 16 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5134,7 +5134,7 @@ __metadata:
languageName: node
linkType: hard

"@testing-library/react@npm:*, @testing-library/react@npm:^14.0.0":
"@testing-library/react@npm:*":
version: 14.0.0
resolution: "@testing-library/react@npm:14.0.0"
dependencies:
Expand All @@ -5148,6 +5148,20 @@ __metadata:
languageName: node
linkType: hard

"@testing-library/react@npm:^14.1.0":
version: 14.1.0
resolution: "@testing-library/react@npm:14.1.0"
dependencies:
"@babel/runtime": ^7.12.5
"@testing-library/dom": ^9.0.0
"@types/react-dom": ^18.0.0
peerDependencies:
react: ^18.0.0
react-dom: ^18.0.0
checksum: e76681911947f0981a1a72802ea01abeacdc4973c62deaf19c206cb9ff8d23eff5e3888c572303614686f029ee8a2a2dad6d0f0a9fb222944dbd9e0ea573b248
languageName: node
linkType: hard

"@testing-library/user-event@npm:^14.4.0, @testing-library/user-event@npm:^14.5.1":
version: 14.5.1
resolution: "@testing-library/user-event@npm:14.5.1"
Expand Down Expand Up @@ -13907,7 +13921,7 @@ __metadata:
"@testing-library/cypress": ^10.0.1
"@testing-library/dom": ^9.3.3
"@testing-library/jest-dom": ^6.1.4
"@testing-library/react": ^14.0.0
"@testing-library/react": ^14.1.0
"@testing-library/user-event": ^14.5.1
"@types/jest": ^29.5.7
"@types/lodash": ^4.14.199
Expand Down

0 comments on commit dede0ff

Please sign in to comment.