Skip to content

Commit

Permalink
fix(deps): update dependency @testing-library/user-event to v14.3.0 (#…
Browse files Browse the repository at this point in the history
…6004)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jul 20, 2022
1 parent 8ce01fb commit cca9228
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"@testing-library/jest-dom": "5.16.4",
"@testing-library/react": "12.1.5",
"@testing-library/react-hooks": "8.0.1",
"@testing-library/user-event": "14.2.6",
"@testing-library/user-event": "14.3.0",
"@types/fs-extra": "9.0.13",
"@types/jest": "27.5.2",
"@types/jscodeshift": "0.11.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/forms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@testing-library/dom": "8.16.0",
"@testing-library/jest-dom": "5.16.4",
"@testing-library/react": "12.1.5",
"@testing-library/user-event": "14.2.6",
"@testing-library/user-event": "14.3.0",
"@types/pascalcase": "1.0.1",
"@types/react": "17.0.47",
"@types/react-dom": "17.0.17",
Expand Down
2 changes: 1 addition & 1 deletion packages/testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@testing-library/jest-dom": "5.16.4",
"@testing-library/react": "12.1.5",
"@testing-library/react-hooks": "8.0.1",
"@testing-library/user-event": "14.2.6",
"@testing-library/user-event": "14.3.0",
"@types/aws-lambda": "8.10.101",
"@types/babel-core": "6.25.7",
"@types/jest": "27.5.2",
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6452,7 +6452,7 @@ __metadata:
"@testing-library/dom": 8.16.0
"@testing-library/jest-dom": 5.16.4
"@testing-library/react": 12.1.5
"@testing-library/user-event": 14.2.6
"@testing-library/user-event": 14.3.0
"@types/pascalcase": 1.0.1
"@types/react": 17.0.47
"@types/react-dom": 17.0.17
Expand Down Expand Up @@ -6708,7 +6708,7 @@ __metadata:
"@testing-library/jest-dom": 5.16.4
"@testing-library/react": 12.1.5
"@testing-library/react-hooks": 8.0.1
"@testing-library/user-event": 14.2.6
"@testing-library/user-event": 14.3.0
"@types/aws-lambda": 8.10.101
"@types/babel-core": 6.25.7
"@types/jest": 27.5.2
Expand Down Expand Up @@ -8232,12 +8232,12 @@ __metadata:
languageName: node
linkType: hard

"@testing-library/user-event@npm:14.2.6":
version: 14.2.6
resolution: "@testing-library/user-event@npm:14.2.6"
"@testing-library/user-event@npm:14.3.0":
version: 14.3.0
resolution: "@testing-library/user-event@npm:14.3.0"
peerDependencies:
"@testing-library/dom": ">=7.21.4"
checksum: 6335395669ea34e267ce90b55158f2d829c25689f2b42c82fc31f58bd7d48d71df48d62010d8a4434e4e1839fc0a5b49982ee62ac0d691c47ba4dc74e61b3d31
checksum: 8a0e708709f2510287568dff668bc7d6f5c4e7e17407452b7aa0fcf74732dccf511c63fc76ac514d753cb1f0586c1def59ba7f5245a9523715d37a8f198745d3
languageName: node
linkType: hard

Expand Down Expand Up @@ -27475,7 +27475,7 @@ __metadata:
"@testing-library/jest-dom": 5.16.4
"@testing-library/react": 12.1.5
"@testing-library/react-hooks": 8.0.1
"@testing-library/user-event": 14.2.6
"@testing-library/user-event": 14.3.0
"@types/fs-extra": 9.0.13
"@types/jest": 27.5.2
"@types/jscodeshift": 0.11.5
Expand Down

0 comments on commit cca9228

Please sign in to comment.