Skip to content

Commit

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 19, 2022
1 parent c6941cd commit 4d56cc3
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.5",
"@testing-library/user-event": "14.2.6",
"@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.5",
"@testing-library/user-event": "14.2.6",
"@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.5",
"@testing-library/user-event": "14.2.6",
"@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.5
"@testing-library/user-event": 14.2.6
"@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.5
"@testing-library/user-event": 14.2.6
"@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.5":
version: 14.2.5
resolution: "@testing-library/user-event@npm:14.2.5"
"@testing-library/user-event@npm:14.2.6":
version: 14.2.6
resolution: "@testing-library/user-event@npm:14.2.6"
peerDependencies:
"@testing-library/dom": ">=7.21.4"
checksum: b585e1e137e4c2a1d6b11e7eb59fc8c8e49b4d7be41e24fbbdff1f01aef65096e3793fe16198f525fcbeafc5ec3605333abf518b02cac50c9a188ec06acc7009
checksum: 6335395669ea34e267ce90b55158f2d829c25689f2b42c82fc31f58bd7d48d71df48d62010d8a4434e4e1839fc0a5b49982ee62ac0d691c47ba4dc74e61b3d31
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.5
"@testing-library/user-event": 14.2.6
"@types/fs-extra": 9.0.13
"@types/jest": 27.5.2
"@types/jscodeshift": 0.11.5
Expand Down

0 comments on commit 4d56cc3

Please sign in to comment.