Skip to content

Commit e44f87e

Browse files
committed
chore(deps): update testing library
1 parent 83f3a6c commit e44f87e

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@
2727
"@graphql-codegen/gql-tag-operations-preset": "1.2.0",
2828
"@n1ru4l/push-pull-async-iterable-iterator": "3.0.0",
2929
"@n1ru4l/socket-io-graphql-client": "0.11.0",
30-
"@testing-library/jest-dom": "5.14.1",
31-
"@testing-library/react": "12.1.0",
32-
"@testing-library/user-event": "13.2.1",
30+
"@testing-library/jest-dom": "5.15.0",
31+
"@testing-library/react": "12.1.2",
32+
"@testing-library/user-event": "13.5.0",
3333
"@types/jest": "27.0.2",
3434
"@types/multer": "1.4.7",
3535
"@types/node": "14.17.15",

yarn.lock

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2004,10 +2004,10 @@
20042004
lz-string "^1.4.4"
20052005
pretty-format "^27.0.2"
20062006

2007-
"@testing-library/jest-dom@5.14.1":
2008-
version "5.14.1"
2009-
resolved "https://registry.yarnpkg.com/@testing-library/jest-dom/-/jest-dom-5.14.1.tgz#8501e16f1e55a55d675fe73eecee32cdaddb9766"
2010-
integrity sha512-dfB7HVIgTNCxH22M1+KU6viG5of2ldoA5ly8Ar8xkezKHKXjRvznCdbMbqjYGgO2xjRbwnR+rR8MLUIqF3kKbQ==
2007+
"@testing-library/jest-dom@5.15.0":
2008+
version "5.15.0"
2009+
resolved "https://registry.yarnpkg.com/@testing-library/jest-dom/-/jest-dom-5.15.0.tgz#4f5295dbc476a14aec3b07176434b3d51aae5da7"
2010+
integrity sha512-lOMuQidnL1tWHLEWIhL6UvSZC1Qt3OkNe1khvi2h6xFiqpe5O8arYs46OU0qyUGq0cSTbroQyMktYNXu3a7sAA==
20112011
dependencies:
20122012
"@babel/runtime" "^7.9.2"
20132013
"@types/testing-library__jest-dom" "^5.9.1"
@@ -2019,18 +2019,18 @@
20192019
lodash "^4.17.15"
20202020
redent "^3.0.0"
20212021

2022-
"@testing-library/react@12.1.0":
2023-
version "12.1.0"
2024-
resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-12.1.0.tgz#3e9a4002b0b8f986a738a2f88fc458b5af319f35"
2025-
integrity sha512-Ge3Ht3qXE82Yv9lyPpQ7ZWgzo/HgOcHu569Y4ZGWcZME38iOFiOg87qnu6hTEa8jTJVL7zYovnvD3GE2nsNIoQ==
2022+
"@testing-library/react@12.1.2":
2023+
version "12.1.2"
2024+
resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-12.1.2.tgz#f1bc9a45943461fa2a598bb4597df1ae044cfc76"
2025+
integrity sha512-ihQiEOklNyHIpo2Y8FREkyD1QAea054U0MVbwH1m8N9TxeFz+KoJ9LkqoKqJlzx2JDm56DVwaJ1r36JYxZM05g==
20262026
dependencies:
20272027
"@babel/runtime" "^7.12.5"
20282028
"@testing-library/dom" "^8.0.0"
20292029

2030-
"@testing-library/user-event@13.2.1":
2031-
version "13.2.1"
2032-
resolved "https://registry.yarnpkg.com/@testing-library/user-event/-/user-event-13.2.1.tgz#7a71a39e50b4a733afbe2916fa2b99966e941f98"
2033-
integrity sha512-cczlgVl+krjOb3j1625usarNEibI0IFRJrSWX9UsJ1HKYFgCQv9Nb7QAipUDXl3Xdz8NDTsiS78eAkPSxlzTlw==
2030+
"@testing-library/user-event@13.5.0":
2031+
version "13.5.0"
2032+
resolved "https://registry.yarnpkg.com/@testing-library/user-event/-/user-event-13.5.0.tgz#69d77007f1e124d55314a2b73fd204b333b13295"
2033+
integrity sha512-5Kwtbo3Y/NowpkbRuSepbyMFkZmHgD+vPzYB/RJ4oxt5Gj/avFFBYjhw27cqSVPVw/3a67NK1PbiIr9k4Gwmdg==
20342034
dependencies:
20352035
"@babel/runtime" "^7.12.5"
20362036

0 commit comments

Comments
 (0)