Skip to content

Commit 7930572

Browse files
build(deps-dev): bump @testing-library/dom from 6.15.0 to 7.0.4 (#153)
1 parent f3ea8c0 commit 7930572

2 files changed

Lines changed: 5 additions & 17 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"@babel/preset-typescript": "^7.8.3",
4545
"@changesets/changelog-github": "^0.2.2",
4646
"@changesets/cli": "^2.6.1",
47-
"@testing-library/dom": "^6.15.0",
47+
"@testing-library/dom": "^7.0.4",
4848
"@types/jest": "^25.1.4",
4949
"@typescript-eslint/eslint-plugin": "^2.23.0",
5050
"@typescript-eslint/parser": "^2.22.0",

yarn.lock

Lines changed: 4 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1285,30 +1285,23 @@
12851285
dependencies:
12861286
any-observable "^0.3.0"
12871287

1288-
"@sheerun/mutationobserver-shim@^0.3.2":
1289-
version "0.3.2"
1290-
resolved "https://registry.yarnpkg.com/@sheerun/mutationobserver-shim/-/mutationobserver-shim-0.3.2.tgz#8013f2af54a2b7d735f71560ff360d3a8176a87b"
1291-
integrity sha512-vTCdPp/T/Q3oSqwHmZ5Kpa9oI7iLtGl3RQaA/NyLHikvcrPxACkkKVr/XzkSPJWXHRhKGzVvb0urJsbMlRxi1Q==
1292-
12931288
"@sinonjs/commons@^1.7.0":
12941289
version "1.7.0"
12951290
resolved "https://registry.yarnpkg.com/@sinonjs/commons/-/commons-1.7.0.tgz#f90ffc52a2e519f018b13b6c4da03cbff36ebed6"
12961291
integrity sha512-qbk9AP+cZUsKdW1GJsBpxPKFmCJ0T8swwzVje3qFd+AkQb74Q/tiuzrdfFg8AD2g5HH/XbE/I8Uc1KYHVYWfhg==
12971292
dependencies:
12981293
type-detect "4.0.8"
12991294

1300-
"@testing-library/dom@^6.15.0":
1301-
version "6.15.0"
1302-
resolved "https://registry.yarnpkg.com/@testing-library/dom/-/dom-6.15.0.tgz#042abea7b4685b70d9a919100da9024507dc20bb"
1303-
integrity sha512-8N24c4XwOigPicwc8n4ECgEoJW2/mMzRJBxu4Uo0zhLERZTbNzqpL5fyCigu7JGUXX+ITuiK4z9/lnHbYRHLwQ==
1295+
"@testing-library/dom@^7.0.4":
1296+
version "7.0.4"
1297+
resolved "https://registry.yarnpkg.com/@testing-library/dom/-/dom-7.0.4.tgz#89909046b4a2818d423dd2c786faee4ddbe32838"
1298+
integrity sha512-+vrLcGDvopLPsBB7JgJhf8ZoOhBSeCsI44PKJL9YoKrP2AvCkqrTg+z77wEEZJ4tSNdxV0kymil7hSvsQQ7jMQ==
13041299
dependencies:
13051300
"@babel/runtime" "^7.8.4"
1306-
"@sheerun/mutationobserver-shim" "^0.3.2"
13071301
"@types/testing-library__dom" "^6.12.1"
13081302
aria-query "^4.0.2"
13091303
dom-accessibility-api "^0.3.0"
13101304
pretty-format "^25.1.0"
1311-
wait-for-expect "^3.0.2"
13121305

13131306
"@types/babel__core@^7.1.0":
13141307
version "7.1.3"
@@ -6921,11 +6914,6 @@ w3c-xmlserializer@^2.0.0:
69216914
dependencies:
69226915
xml-name-validator "^3.0.0"
69236916

6924-
wait-for-expect@^3.0.2:
6925-
version "3.0.2"
6926-
resolved "https://registry.yarnpkg.com/wait-for-expect/-/wait-for-expect-3.0.2.tgz#d2f14b2f7b778c9b82144109c8fa89ceaadaa463"
6927-
integrity sha512-cfS1+DZxuav1aBYbaO/kE06EOS8yRw7qOFoD3XtjTkYvCvh3zUvNST8DXK/nPaeqIzIv3P3kL3lRJn8iwOiSag==
6928-
69296917
walker@^1.0.7, walker@~1.0.5:
69306918
version "1.0.7"
69316919
resolved "https://registry.yarnpkg.com/walker/-/walker-1.0.7.tgz#2f7f9b8fd10d677262b18a884e28d19618e028fb"

0 commit comments

Comments
 (0)