Skip to content

Commit 110faf0

Browse files
committed
chore(deps): update dependency @testing-library/react to v9
1 parent 2665685 commit 110faf0

File tree

2 files changed

+25
-18
lines changed

2 files changed

+25
-18
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"@babel/preset-react": "7.0.0",
3737
"@svgr/webpack": "4.3.2",
3838
"@testing-library/jest-dom": "4.0.0",
39-
"@testing-library/react": "8.0.7",
39+
"@testing-library/react": "9.1.0",
4040
"@types/classnames": "2.2.9",
4141
"@types/jest": "24.0.16",
4242
"@types/prop-types": "15.7.1",

yarn.lock

Lines changed: 24 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -948,13 +948,20 @@
948948
dependencies:
949949
regenerator-runtime "^0.13.2"
950950

951-
"@babel/runtime@^7.5.1", "@babel/runtime@^7.5.4":
951+
"@babel/runtime@^7.5.1":
952952
version "7.5.4"
953953
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.5.4.tgz#cb7d1ad7c6d65676e66b47186577930465b5271b"
954954
integrity sha512-Na84uwyImZZc3FKf4aUF1tysApzwf3p2yuFBIyBfbzT5glzKTdvYI4KVW4kcgjrzoGUjC7w3YyCHcJKaRxsr2Q==
955955
dependencies:
956956
regenerator-runtime "^0.13.2"
957957

958+
"@babel/runtime@^7.5.5":
959+
version "7.5.5"
960+
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.5.5.tgz#74fba56d35efbeca444091c7850ccd494fd2f132"
961+
integrity sha512-28QvEGyQyNkB0/m2B4FU7IEZGK2NUrcMtT6BZEFALTguLk+AUT6ofsHtPk5QyjAdUkpMJ+/Em+quwz4HOt30AQ==
962+
dependencies:
963+
regenerator-runtime "^0.13.2"
964+
958965
"@babel/template@^7.1.0", "@babel/template@^7.4.0", "@babel/template@^7.4.4":
959966
version "7.4.4"
960967
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.4.4.tgz#f4b88d1225689a08f5bc3a17483545be9e4ed237"
@@ -2137,16 +2144,16 @@
21372144
"@svgr/plugin-svgo" "^4.3.1"
21382145
loader-utils "^1.2.3"
21392146

2140-
"@testing-library/dom@^5.5.4":
2141-
version "5.6.0"
2142-
resolved "https://registry.yarnpkg.com/@testing-library/dom/-/dom-5.6.0.tgz#18a7c162a6a79964e731ad7b810022a28218047c"
2143-
integrity sha512-nAsRvQLr/b6TGNjuHMEbWXCNPLrQYnzqa/KKQZL7wBOtfptUxsa4Ah9aqkHW0ZmCSFmUDj4nFUxWPVTeMu0iCw==
2147+
"@testing-library/dom@^6.0.0":
2148+
version "6.0.0"
2149+
resolved "https://registry.yarnpkg.com/@testing-library/dom/-/dom-6.0.0.tgz#34e28e69e49bd6347fc64a5dde4c4f9aabbd17d3"
2150+
integrity sha512-B5XTz3uMsbqbdR9CZlnwpZjTE3fCWuqRkz/zvDc2Ej/vuHmTM0Ur2v0XPwr7usWfGIBsahEK5HL1E91+4IFiBg==
21442151
dependencies:
2145-
"@babel/runtime" "^7.4.5"
2152+
"@babel/runtime" "^7.5.5"
21462153
"@sheerun/mutationobserver-shim" "^0.3.2"
21472154
aria-query "3.0.0"
21482155
pretty-format "^24.8.0"
2149-
wait-for-expect "^1.2.0"
2156+
wait-for-expect "^1.3.0"
21502157

21512158
"@testing-library/jest-dom@4.0.0":
21522159
version "4.0.0"
@@ -2163,13 +2170,13 @@
21632170
pretty-format "^24.0.0"
21642171
redent "^3.0.0"
21652172

2166-
"@testing-library/react@8.0.7":
2167-
version "8.0.7"
2168-
resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-8.0.7.tgz#b5992c9156e926850a0e3a7c882ae1aed83b1c77"
2169-
integrity sha512-6XoeWSr3UCdxMswbkW0BmuXYw8a6w+stt+5gg4D4zAcljfhXETQ5o28bjJFwNab4OPg8gBNK8KIVot86L4Q8Vg==
2173+
"@testing-library/react@9.1.0":
2174+
version "9.1.0"
2175+
resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-9.1.0.tgz#c00c4ff90c5f9015365f63b7759a57c428b6ab56"
2176+
integrity sha512-XMtU8AmGX472c7+qXaaVZ2QpDKPA56vRaVEjlFBPDL8im2erM6DF0KJlwzLcc2wrvfYkcMDbreFyL0vdalubrQ==
21702177
dependencies:
2171-
"@babel/runtime" "^7.5.4"
2172-
"@testing-library/dom" "^5.5.4"
2178+
"@babel/runtime" "^7.5.5"
2179+
"@testing-library/dom" "^6.0.0"
21732180

21742181
"@types/anymatch@*":
21752182
version "1.3.1"
@@ -14578,10 +14585,10 @@ w3c-hr-time@^1.0.1:
1457814585
dependencies:
1457914586
browser-process-hrtime "^0.1.2"
1458014587

14581-
wait-for-expect@^1.2.0:
14582-
version "1.2.0"
14583-
resolved "https://registry.yarnpkg.com/wait-for-expect/-/wait-for-expect-1.2.0.tgz#fdab6a26e87d2039101db88bff3d8158e5c3e13f"
14584-
integrity sha512-EJhKpA+5UHixduMBEGhTFuLuVgQBKWxkFbefOdj2bbk2/OpA5Opsc4aUTGmF+qJ+v3kTGxDRNYwKaT4j6g5n8Q==
14588+
wait-for-expect@^1.3.0:
14589+
version "1.3.0"
14590+
resolved "https://registry.yarnpkg.com/wait-for-expect/-/wait-for-expect-1.3.0.tgz#65241ce355425f907f5d127bdb5e72c412ff830c"
14591+
integrity sha512-8fJU7jiA96HfGPt+P/UilelSAZfhMBJ52YhKzlmZQvKEZU2EcD1GQ0yqGB6liLdHjYtYAoGVigYwdxr5rktvzA==
1458514592

1458614593
walker@^1.0.7, walker@~1.0.5:
1458714594
version "1.0.7"

0 commit comments

Comments
 (0)