Skip to content

Commit f4cf9a3

Browse files
dependabot-preview[bot]m7kvqbe1
authored andcommitted
1 parent 8d47483 commit f4cf9a3

File tree

3 files changed

+46
-36
lines changed

3 files changed

+46
-36
lines changed

packages/docs-site/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"@royalnavy/eslint-config-react": "^2.4.0-alpha.16",
7272
"@svgr/cli": "^5.1.0",
7373
"@testing-library/jest-dom": "^5.0.2",
74-
"@testing-library/react": "^9.4.0",
74+
"@testing-library/react": "^10.0.2",
7575
"babel-core": "^7.0.0-bridge.0",
7676
"babel-jest": "^25.1.0",
7777
"babel-plugin-styled-components": "^1.10.7",

packages/react-component-library/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"@storybook/react": "^5.3.9",
5959
"@svgr/webpack": "^5.1.0",
6060
"@testing-library/jest-dom": "^5.0.2",
61-
"@testing-library/react": "^9.4.0",
61+
"@testing-library/react": "^10.0.2",
6262
"@types/classnames": "^2.2.9",
6363
"@types/enzyme": "^3.10.4",
6464
"@types/enzyme-adapter-react-16": "^1.0.5",

yarn.lock

Lines changed: 44 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -957,7 +957,7 @@
957957
core-js-pure "^3.0.0"
958958
regenerator-runtime "^0.13.4"
959959

960-
"@babel/runtime@^7.0.0", "@babel/runtime@^7.1.2", "@babel/runtime@^7.3.1", "@babel/runtime@^7.3.4", "@babel/runtime@^7.4.4", "@babel/runtime@^7.4.5", "@babel/runtime@^7.5.0", "@babel/runtime@^7.5.1", "@babel/runtime@^7.5.5", "@babel/runtime@^7.6.2", "@babel/runtime@^7.6.3", "@babel/runtime@^7.7.2", "@babel/runtime@^7.7.4", "@babel/runtime@^7.7.6", "@babel/runtime@^7.7.7", "@babel/runtime@^7.8.3", "@babel/runtime@^7.8.7":
960+
"@babel/runtime@^7.0.0", "@babel/runtime@^7.1.2", "@babel/runtime@^7.3.1", "@babel/runtime@^7.3.4", "@babel/runtime@^7.4.4", "@babel/runtime@^7.4.5", "@babel/runtime@^7.5.0", "@babel/runtime@^7.5.1", "@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.7.7", "@babel/runtime@^7.8.3", "@babel/runtime@^7.9.2":
961961
version "7.9.2"
962962
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.9.2.tgz#d90df0583a3a252f09aaa619665367bae518db06"
963963
integrity sha512-NE2DtOdufG7R5vnfQUTehdTfNycfUANEtCa9PssN9O/xmTzP4E08UI797ixaei6hBEVL9BI/PsdJS5x7mWoB9Q==
@@ -2484,11 +2484,6 @@
24842484
dependencies:
24852485
any-observable "^0.3.0"
24862486

2487-
"@sheerun/mutationobserver-shim@^0.3.2":
2488-
version "0.3.2"
2489-
resolved "https://registry.yarnpkg.com/@sheerun/mutationobserver-shim/-/mutationobserver-shim-0.3.2.tgz#8013f2af54a2b7d735f71560ff360d3a8176a87b"
2490-
integrity sha512-vTCdPp/T/Q3oSqwHmZ5Kpa9oI7iLtGl3RQaA/NyLHikvcrPxACkkKVr/XzkSPJWXHRhKGzVvb0urJsbMlRxi1Q==
2491-
24922487
"@sindresorhus/is@^0.14.0":
24932488
version "0.14.0"
24942489
resolved "https://registry.yarnpkg.com/@sindresorhus/is/-/is-0.14.0.tgz#9fb3a3cf3132328151f353de4632e01e52102bea"
@@ -3536,17 +3531,16 @@
35363531
dependencies:
35373532
defer-to-connect "^1.0.1"
35383533

3539-
"@testing-library/dom@^6.11.0":
3540-
version "6.11.0"
3541-
resolved "https://registry.yarnpkg.com/@testing-library/dom/-/dom-6.11.0.tgz#962a38f1a721fdb7c9e35e7579e33ff13a00eda4"
3542-
integrity sha512-Pkx9LMIGshyNbfmecjt18rrAp/ayMqGH674jYER0SXj0iG9xZc+zWRjk2Pg9JgPBDvwI//xGrI/oOQkAi4YEew==
3534+
"@testing-library/dom@^7.1.0":
3535+
version "7.2.1"
3536+
resolved "https://registry.yarnpkg.com/@testing-library/dom/-/dom-7.2.1.tgz#bb3b31d669bbe0c4939dadd95d69caa3c1d0b372"
3537+
integrity sha512-xIGoHlQ2ZiEL1dJIFKNmLDypzYF+4OJTTASRctl/aoIDaS5y/pRVHRigoqvPUV11mdJoR71IIgi/6UviMgyz4g==
35433538
dependencies:
3544-
"@babel/runtime" "^7.6.2"
3545-
"@sheerun/mutationobserver-shim" "^0.3.2"
3546-
"@types/testing-library__dom" "^6.0.0"
3547-
aria-query "3.0.0"
3548-
pretty-format "^24.9.0"
3549-
wait-for-expect "^3.0.0"
3539+
"@babel/runtime" "^7.9.2"
3540+
"@types/testing-library__dom" "^7.0.0"
3541+
aria-query "^4.0.2"
3542+
dom-accessibility-api "^0.4.2"
3543+
pretty-format "^25.1.0"
35503544

35513545
"@testing-library/jest-dom@^5.0.2":
35523546
version "5.0.2"
@@ -3564,14 +3558,14 @@
35643558
pretty-format "^24.0.0"
35653559
redent "^3.0.0"
35663560

3567-
"@testing-library/react@^9.4.0":
3568-
version "9.4.0"
3569-
resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-9.4.0.tgz#b021ac8cb987c8dc54c6841875f745bf9b2e88e5"
3570-
integrity sha512-XdhDWkI4GktUPsz0AYyeQ8M9qS/JFie06kcSnUVcpgOwFjAu9vhwR83qBl+lw9yZWkbECjL8Hd+n5hH6C0oWqg==
3561+
"@testing-library/react@^10.0.2":
3562+
version "10.0.2"
3563+
resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-10.0.2.tgz#8eca7aa52d810cf7150048a2829fdc487162006d"
3564+
integrity sha512-YT6Mw0oJz7R6vlEkmo1FlUD+K15FeXApOB5Ffm9zooFVnrwkt00w18dUJFMOh1yRp9wTdVRonbor7o4PIpFCmA==
35713565
dependencies:
3572-
"@babel/runtime" "^7.7.6"
3573-
"@testing-library/dom" "^6.11.0"
3574-
"@types/testing-library__react" "^9.1.2"
3566+
"@babel/runtime" "^7.9.2"
3567+
"@testing-library/dom" "^7.1.0"
3568+
"@types/testing-library__react" "^10.0.0"
35753569

35763570
"@types/anymatch@*":
35773571
version "1.3.1"
@@ -3901,27 +3895,35 @@
39013895
resolved "https://registry.yarnpkg.com/@types/tapable/-/tapable-1.0.5.tgz#9adbc12950582aa65ead76bffdf39fe0c27a3c02"
39023896
integrity sha512-/gG2M/Imw7cQFp8PGvz/SwocNrmKFjFsm5Pb8HdbHkZ1K8pmuPzOX4VeVoiEecFCVf4CsN1r3/BRvx+6sNqwtQ==
39033897

3904-
"@types/testing-library__dom@*", "@types/testing-library__dom@^6.0.0":
3898+
"@types/testing-library__dom@*":
39053899
version "6.11.1"
39063900
resolved "https://registry.yarnpkg.com/@types/testing-library__dom/-/testing-library__dom-6.11.1.tgz#6058a6ac391db679f7c60dbb27b81f0620de2dd9"
39073901
integrity sha512-ImChHtQqmjwraRLqBC2sgSQFtczeFvBmBcfhTYZn/3KwXbyD07LQykEQ0xJo7QHc1GbVvf7pRyGaIe6PkCdxEw==
39083902
dependencies:
39093903
pretty-format "^24.3.0"
39103904

3905+
"@types/testing-library__dom@^7.0.0":
3906+
version "7.0.1"
3907+
resolved "https://registry.yarnpkg.com/@types/testing-library__dom/-/testing-library__dom-7.0.1.tgz#426bef0aa306a603fe071859d4b485941b28aca6"
3908+
integrity sha512-WokGRksRJb3Dla6h02/0/NNHTkjsj4S8aJZiwMj/5/UL8VZ1iCe3H8SHzfpmBeH8Vp4SPRT8iC2o9kYULFhDIw==
3909+
dependencies:
3910+
pretty-format "^25.1.0"
3911+
39113912
"@types/testing-library__jest-dom@^5.0.0":
39123913
version "5.0.0"
39133914
resolved "https://registry.yarnpkg.com/@types/testing-library__jest-dom/-/testing-library__jest-dom-5.0.0.tgz#db048883864126ae73ec043587238a06c3aaf837"
39143915
integrity sha512-Pm+2mvqs9sND247oMVJbu3QmPUqMzBuJbY5uHHYQdl9MXq5hwWkTbesw1sPIky52Y0sHksWAZnVvGLbdyFSyrA==
39153916
dependencies:
39163917
"@types/jest" "*"
39173918

3918-
"@types/testing-library__react@^9.1.2":
3919-
version "9.1.2"
3920-
resolved "https://registry.yarnpkg.com/@types/testing-library__react/-/testing-library__react-9.1.2.tgz#e33af9124c60a010fc03a34eff8f8a34a75c4351"
3921-
integrity sha512-CYaMqrswQ+cJACy268jsLAw355DZtPZGt3Jwmmotlcu8O/tkoXBI6AeZ84oZBJsIsesozPKzWzmv/0TIU+1E9Q==
3919+
"@types/testing-library__react@^10.0.0":
3920+
version "10.0.1"
3921+
resolved "https://registry.yarnpkg.com/@types/testing-library__react/-/testing-library__react-10.0.1.tgz#92bb4a02394bf44428e35f1da2970ed77f803593"
3922+
integrity sha512-RbDwmActAckbujLZeVO/daSfdL1pnjVqas25UueOkAY5r7vriavWf0Zqg7ghXMHa8ycD/kLkv8QOj31LmSYwww==
39223923
dependencies:
39233924
"@types/react-dom" "*"
39243925
"@types/testing-library__dom" "*"
3926+
pretty-format "^25.1.0"
39253927

39263928
"@types/tmp@^0.0.32":
39273929
version "0.0.32"
@@ -4541,14 +4543,22 @@ argparse@^1.0.7:
45414543
dependencies:
45424544
sprintf-js "~1.0.2"
45434545

4544-
aria-query@3.0.0, aria-query@^3.0.0:
4546+
aria-query@^3.0.0:
45454547
version "3.0.0"
45464548
resolved "https://registry.yarnpkg.com/aria-query/-/aria-query-3.0.0.tgz#65b3fcc1ca1155a8c9ae64d6eee297f15d5133cc"
45474549
integrity sha1-ZbP8wcoRVajJrmTW7uKX8V1RM8w=
45484550
dependencies:
45494551
ast-types-flow "0.0.7"
45504552
commander "^2.11.0"
45514553

4554+
aria-query@^4.0.2:
4555+
version "4.0.2"
4556+
resolved "https://registry.yarnpkg.com/aria-query/-/aria-query-4.0.2.tgz#250687b4ccde1ab86d127da0432ae3552fc7b145"
4557+
integrity sha512-S1G1V790fTaigUSM/Gd0NngzEfiMy9uTUfMyHhKhVyy4cH5O/eTuR01ydhGL0z4Za1PXFTRGH3qL8VhUQuEO5w==
4558+
dependencies:
4559+
"@babel/runtime" "^7.7.4"
4560+
"@babel/runtime-corejs3" "^7.7.4"
4561+
45524562
arr-diff@^4.0.0:
45534563
version "4.0.0"
45544564
resolved "https://registry.yarnpkg.com/arr-diff/-/arr-diff-4.0.0.tgz#d6461074febfec71e7e15235761a329a5dc7c520"
@@ -7951,6 +7961,11 @@ doctrine@^3.0.0:
79517961
dependencies:
79527962
esutils "^2.0.2"
79537963

7964+
dom-accessibility-api@^0.4.2:
7965+
version "0.4.3"
7966+
resolved "https://registry.yarnpkg.com/dom-accessibility-api/-/dom-accessibility-api-0.4.3.tgz#93ca9002eb222fd5a343b6e5e6b9cf5929411c4c"
7967+
integrity sha512-JZ8iPuEHDQzq6q0k7PKMGbrIdsgBB7TRrtVOUm4nSMCExlg5qQG4KXWTH2k90yggjM4tTumRGwTKJSldMzKyLA==
7968+
79547969
dom-converter@^0.2:
79557970
version "0.2.0"
79567971
resolved "https://registry.yarnpkg.com/dom-converter/-/dom-converter-0.2.0.tgz#6721a9daee2e293682955b6afe416771627bb768"
@@ -21140,11 +21155,6 @@ w3c-xmlserializer@^2.0.0:
2114021155
dependencies:
2114121156
xml-name-validator "^3.0.0"
2114221157

21143-
wait-for-expect@^3.0.0:
21144-
version "3.0.1"
21145-
resolved "https://registry.yarnpkg.com/wait-for-expect/-/wait-for-expect-3.0.1.tgz#ec204a76b0038f17711e575720aaf28505ac7185"
21146-
integrity sha512-3Ha7lu+zshEG/CeHdcpmQsZnnZpPj/UsG3DuKO8FskjuDbkx3jE3845H+CuwZjA2YWYDfKMU2KhnCaXMLd3wVw==
21147-
2114821158
walker@^1.0.7, walker@~1.0.5:
2114921159
version "1.0.7"
2115021160
resolved "https://registry.yarnpkg.com/walker/-/walker-1.0.7.tgz#2f7f9b8fd10d677262b18a884e28d19618e028fb"

0 commit comments

Comments
 (0)