add @testing-library/dom package

peer dependency for @testing-library/user-event
This commit is contained in:
David Lechner
2021-01-08 13:43:06 -06:00
parent 271bd003f9
commit 17d40d4691
2 changed files with 15 additions and 0 deletions
+1
View File
@@ -7,6 +7,7 @@
"@pybricks/firmware": "4.3.0",
"@pybricks/mpy-cross-v5": "^1.1.0",
"@shopify/react-i18n": "^5.0.0",
"@testing-library/dom": "^7.29.2",
"@testing-library/jest-dom": "^5.8.0",
"@testing-library/react": "^10.2.1",
"@testing-library/user-event": "^12.6.0",
+14
View File
@@ -1773,6 +1773,20 @@
lz-string "^1.4.4"
pretty-format "^26.6.2"
"@testing-library/dom@^7.29.2":
version "7.29.2"
resolved "https://registry.yarnpkg.com/@testing-library/dom/-/dom-7.29.2.tgz#6cba65d961d8b36d621a98caa8537444075fb42e"
integrity sha512-CBMELfyY1jKdtLcSRmEnZWRzRkCRVSNPTzhzrn8wY8OnzUo7Pe/W+HgLzt4TDnWIPYeusHBodf9wUjJF48kPmA==
dependencies:
"@babel/code-frame" "^7.10.4"
"@babel/runtime" "^7.12.5"
"@types/aria-query" "^4.2.0"
aria-query "^4.2.2"
chalk "^4.1.0"
dom-accessibility-api "^0.5.4"
lz-string "^1.4.4"
pretty-format "^26.6.2"
"@testing-library/jest-dom@^5.8.0":
version "5.11.6"
resolved "https://registry.yarnpkg.com/@testing-library/jest-dom/-/jest-dom-5.11.6.tgz#782940e82e5cd17bc0a36f15156ba16f3570ac81"