Skip to content

Commit c9a2f1c

Browse files
Update dependency @testing-library/user-event to v14
1 parent 1927d5d commit c9a2f1c

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

client/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"dependencies": {
66
"@testing-library/jest-dom": "^5.17.0",
77
"@testing-library/react": "^13.4.0",
8-
"@testing-library/user-event": "^13.5.0",
8+
"@testing-library/user-event": "^14.0.0",
99
"bootstrap": "^5.3.3",
1010
"luxon": "^3.4.4",
1111
"media-stream-library": "^13.1.1",

client/yarn.lock

+4-6
Original file line numberDiff line numberDiff line change
@@ -1964,12 +1964,10 @@
19641964
"@testing-library/dom" "^8.5.0"
19651965
"@types/react-dom" "^18.0.0"
19661966

1967-
"@testing-library/user-event@^13.5.0":
1968-
version "13.5.0"
1969-
resolved "https://registry.npmjs.org/@testing-library/user-event/-/user-event-13.5.0.tgz"
1970-
integrity sha512-5Kwtbo3Y/NowpkbRuSepbyMFkZmHgD+vPzYB/RJ4oxt5Gj/avFFBYjhw27cqSVPVw/3a67NK1PbiIr9k4Gwmdg==
1971-
dependencies:
1972-
"@babel/runtime" "^7.12.5"
1967+
"@testing-library/user-event@^14.0.0":
1968+
version "14.5.2"
1969+
resolved "https://registry.yarnpkg.com/@testing-library/user-event/-/user-event-14.5.2.tgz#db7257d727c891905947bd1c1a99da20e03c2ebd"
1970+
integrity sha512-YAh82Wh4TIrxYLmfGcixwD18oIjyC1pFQC2Y01F2lzV2HTMiYrI0nze0FD0ocB//CKS/7jIUgae+adPqxK5yCQ==
19731971

19741972
"@tootallnate/once@1":
19751973
version "1.1.2"

0 commit comments

Comments
 (0)