Skip to content

Commit f902fc1

Browse files
committed
chore: update testing library
1 parent 18ade46 commit f902fc1

File tree

2 files changed

+35
-26
lines changed

2 files changed

+35
-26
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@
5252
"@rollup/plugin-node-resolve": "^8.1.0",
5353
"@rollup/plugin-replace": "^2.3.2",
5454
"@storybook/storybook-deployer": "^2.8.5",
55-
"@testing-library/jest-dom": "^5.8.0",
56-
"@testing-library/react": "^10.0.4",
55+
"@testing-library/jest-dom": "^5.11.0",
56+
"@testing-library/react": "^10.4.3",
5757
"@types/enzyme": "^3.10.5",
5858
"@types/jest": "^25.2.3",
5959
"@types/react": "^16.9.34",

yarn.lock

Lines changed: 33 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1812,15 +1812,23 @@
18121812
pirates "^4.0.0"
18131813
source-map-support "^0.5.16"
18141814

1815-
"@babel/runtime-corejs3@^7.7.4", "@babel/runtime-corejs3@^7.8.3":
1815+
"@babel/runtime-corejs3@^7.10.2":
1816+
version "7.10.4"
1817+
resolved "https://registry.yarnpkg.com/@babel/runtime-corejs3/-/runtime-corejs3-7.10.4.tgz#f29fc1990307c4c57b10dbd6ce667b27159d9e0d"
1818+
integrity sha512-BFlgP2SoLO9HJX9WBwN67gHWMBhDX/eDz64Jajd6mR/UAUzqrNMm99d4qHnVaKscAElZoFiPv+JpR/Siud5lXw==
1819+
dependencies:
1820+
core-js-pure "^3.0.0"
1821+
regenerator-runtime "^0.13.4"
1822+
1823+
"@babel/runtime-corejs3@^7.8.3":
18161824
version "7.10.2"
18171825
resolved "https://registry.yarnpkg.com/@babel/runtime-corejs3/-/runtime-corejs3-7.10.2.tgz#3511797ddf9a3d6f3ce46b99cc835184817eaa4e"
18181826
integrity sha512-+a2M/u7r15o3dV1NEizr9bRi+KUVnrs/qYxF0Z06DAPx/4VCWaz1WA7EcbE+uqGgt39lp5akWGmHsTseIkHkHg==
18191827
dependencies:
18201828
core-js-pure "^3.0.0"
18211829
regenerator-runtime "^0.13.4"
18221830

1823-
"@babel/[email protected]", "@babel/runtime@^7.0.0", "@babel/runtime@^7.1.2", "@babel/runtime@^7.10.2", "@babel/runtime@^7.3.1", "@babel/runtime@^7.4.4", "@babel/runtime@^7.5.0", "@babel/runtime@^7.5.5", "@babel/runtime@^7.6.3", "@babel/runtime@^7.7.2", "@babel/runtime@^7.7.4", "@babel/runtime@^7.7.6", "@babel/runtime@^7.8.3", "@babel/runtime@^7.8.4", "@babel/runtime@^7.8.7", "@babel/runtime@^7.9.2":
1831+
"@babel/[email protected]", "@babel/runtime@^7.0.0", "@babel/runtime@^7.1.2", "@babel/runtime@^7.10.2", "@babel/runtime@^7.10.3", "@babel/runtime@^7.3.1", "@babel/runtime@^7.4.4", "@babel/runtime@^7.5.0", "@babel/runtime@^7.5.5", "@babel/runtime@^7.6.3", "@babel/runtime@^7.7.2", "@babel/runtime@^7.7.6", "@babel/runtime@^7.8.3", "@babel/runtime@^7.8.4", "@babel/runtime@^7.8.7", "@babel/runtime@^7.9.2":
18241832
version "7.10.4"
18251833
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.10.4.tgz#a6724f1a6b8d2f6ea5236dbfe58c7d7ea9c5eb99"
18261834
integrity sha512-UpTN5yUJr9b4EX2CnGNWIvER7Ab83ibv0pcvvHc4UOdrBI5jb8bj+32cCwPX6xu0mt2daFNjYhoi+X7beH0RSw==
@@ -4059,23 +4067,24 @@
40594067
resolved "https://registry.yarnpkg.com/@testim/chrome-version/-/chrome-version-1.0.7.tgz#0cd915785ec4190f08a3a6acc9b61fc38fb5f1a9"
40604068
integrity sha512-8UT/J+xqCYfn3fKtOznAibsHpiuDshCb0fwgWxRazTT19Igp9ovoXMPhXyLD6m3CKQGTMHgqoxaFfMWaL40Rnw==
40614069

4062-
"@testing-library/dom@^7.9.0":
4063-
version "7.16.1"
4064-
resolved "https://registry.yarnpkg.com/@testing-library/dom/-/dom-7.16.1.tgz#a6881d53612f2e8f7bcc0e0bd8825c6788cf57f2"
4065-
integrity sha512-u0Ck7tjWDyCcGn+f77JbUHa7PqgFu62ohRxegj1/H5P3REKsM+2roCvcnWJjMSHvK354NAS/Pgi92E9z6cB7Sw==
4070+
"@testing-library/dom@^7.17.1":
4071+
version "7.19.0"
4072+
resolved "https://registry.yarnpkg.com/@testing-library/dom/-/dom-7.19.0.tgz#35d33bdac587000c4bd19cc73f3c58a05a0f29af"
4073+
integrity sha512-t4sIYKGJ8vCi+fEP3f+lnvomvhofHK8xXxhrapiRS8tnP6la9woE+d9hjivviRkwvNFAOAYaN7REKnQf5XCGxg==
40664074
dependencies:
4067-
"@babel/runtime" "^7.10.2"
4068-
aria-query "^4.0.2"
4075+
"@babel/runtime" "^7.10.3"
4076+
aria-query "^4.2.2"
40694077
dom-accessibility-api "^0.4.5"
40704078
pretty-format "^25.5.0"
40714079

4072-
"@testing-library/jest-dom@^5.8.0":
4073-
version "5.10.1"
4074-
resolved "https://registry.yarnpkg.com/@testing-library/jest-dom/-/jest-dom-5.10.1.tgz#6508a9f007bd74e5d3c0b3135b668027ab663989"
4075-
integrity sha512-uv9lLAnEFRzwUTN/y9lVVXVXlEzazDkelJtM5u92PsGkEasmdI+sfzhZHxSDzlhZVTrlLfuMh2safMr8YmzXLg==
4080+
"@testing-library/jest-dom@^5.11.0":
4081+
version "5.11.0"
4082+
resolved "https://registry.yarnpkg.com/@testing-library/jest-dom/-/jest-dom-5.11.0.tgz#1439f08dc85ce7c6d3bbad0ee5d53b2206f55768"
4083+
integrity sha512-mhaCySy7dZlyfcxcYy+0jLllODHEiHkVdmwQ00wD0HrWiSx0fSVHz/0WmdlRkvhfSOuqsRsBUreXOtBvruWGQA==
40764084
dependencies:
40774085
"@babel/runtime" "^7.9.2"
40784086
"@types/testing-library__jest-dom" "^5.9.1"
4087+
aria-query "^4.2.2"
40794088
chalk "^3.0.0"
40804089
css "^2.2.4"
40814090
css.escape "^1.5.1"
@@ -4084,13 +4093,13 @@
40844093
lodash "^4.17.15"
40854094
redent "^3.0.0"
40864095

4087-
"@testing-library/react@^10.0.4":
4088-
version "10.2.1"
4089-
resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-10.2.1.tgz#f0c5ac9072ad54c29672150943f35d6617263f26"
4090-
integrity sha512-pv2jZhiZgN1/alz1aImhSasZAOPg3er2Kgcfg9fzuw7aKPLxVengqqR1n0CJANeErR1DqORauQaod+gGUgAJOQ==
4096+
"@testing-library/react@^10.4.3":
4097+
version "10.4.3"
4098+
resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-10.4.3.tgz#c6f356688cffc51f6b35385583d664bb11a161f4"
4099+
integrity sha512-A/ydYXcwAcfY7vkPrfUkUTf9HQLL3/GtixTefcu3OyGQtAYQ7XBQj1S9FWbLEhfWa0BLwFwTBFS3Ao1O0tbMJg==
40914100
dependencies:
4092-
"@babel/runtime" "^7.10.2"
4093-
"@testing-library/dom" "^7.9.0"
4101+
"@babel/runtime" "^7.10.3"
4102+
"@testing-library/dom" "^7.17.1"
40944103

40954104
"@types/anymatch@*":
40964105
version "1.3.1"
@@ -5358,13 +5367,13 @@ argparse@^1.0.7:
53585367
dependencies:
53595368
sprintf-js "~1.0.2"
53605369

5361-
aria-query@^4.0.2:
5362-
version "4.0.2"
5363-
resolved "https://registry.yarnpkg.com/aria-query/-/aria-query-4.0.2.tgz#250687b4ccde1ab86d127da0432ae3552fc7b145"
5364-
integrity sha512-S1G1V790fTaigUSM/Gd0NngzEfiMy9uTUfMyHhKhVyy4cH5O/eTuR01ydhGL0z4Za1PXFTRGH3qL8VhUQuEO5w==
5370+
aria-query@^4.2.2:
5371+
version "4.2.2"
5372+
resolved "https://registry.yarnpkg.com/aria-query/-/aria-query-4.2.2.tgz#0d2ca6c9aceb56b8977e9fed6aed7e15bbd2f83b"
5373+
integrity sha512-o/HelwhuKpTj/frsOsbNLNgnNGVIFsVP/SW2BSF14gVl7kAfMOJ6/8wUAUvG1R1NHKrfG+2sHZTu0yauT1qBrA==
53655374
dependencies:
5366-
"@babel/runtime" "^7.7.4"
5367-
"@babel/runtime-corejs3" "^7.7.4"
5375+
"@babel/runtime" "^7.10.2"
5376+
"@babel/runtime-corejs3" "^7.10.2"
53685377

53695378
arr-diff@^4.0.0:
53705379
version "4.0.0"

0 commit comments

Comments
 (0)