Skip to content
This repository was archived by the owner on Mar 5, 2026. It is now read-only.

Commit eaeb17a

Browse files
committed
chore(deps): update dependency @testing-library/jest-dom to v5.14.1
1 parent 375205c commit eaeb17a

2 files changed

Lines changed: 11 additions & 5 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"@nuxtjs/eslint-config-typescript": "6.0.1",
6060
"@nuxtjs/storybook": "3.3.2",
6161
"@storybook/addon-knobs": "6.2.9",
62-
"@testing-library/jest-dom": "5.11.9",
62+
"@testing-library/jest-dom": "5.14.1",
6363
"@types/convert-units": "2.3.3",
6464
"@types/emoji-regex": "8.0.0",
6565
"@types/jest": "26.0.23",

yarn.lock

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3809,17 +3809,18 @@
38093809
vue-docgen-loader "^1.5.0"
38103810
webpack "^4.44.2"
38113811

3812-
"@testing-library/jest-dom@5.11.9":
3813-
version "5.11.9"
3814-
resolved "https://registry.yarnpkg.com/@testing-library/jest-dom/-/jest-dom-5.11.9.tgz#e6b3cd687021f89f261bd53cbe367041fbd3e975"
3815-
integrity sha512-Mn2gnA9d1wStlAIT2NU8J15LNob0YFBVjs2aEQ3j8rsfRQo+lAs7/ui1i2TGaJjapLmuNPLTsrm+nPjmZDwpcQ==
3812+
"@testing-library/jest-dom@5.14.1":
3813+
version "5.14.1"
3814+
resolved "https://registry.yarnpkg.com/@testing-library/jest-dom/-/jest-dom-5.14.1.tgz#8501e16f1e55a55d675fe73eecee32cdaddb9766"
3815+
integrity sha512-dfB7HVIgTNCxH22M1+KU6viG5of2ldoA5ly8Ar8xkezKHKXjRvznCdbMbqjYGgO2xjRbwnR+rR8MLUIqF3kKbQ==
38163816
dependencies:
38173817
"@babel/runtime" "^7.9.2"
38183818
"@types/testing-library__jest-dom" "^5.9.1"
38193819
aria-query "^4.2.2"
38203820
chalk "^3.0.0"
38213821
css "^3.0.0"
38223822
css.escape "^1.5.1"
3823+
dom-accessibility-api "^0.5.6"
38233824
lodash "^4.17.15"
38243825
redent "^3.0.0"
38253826

@@ -8254,6 +8255,11 @@ doctypes@^1.1.0:
82548255
resolved "https://registry.yarnpkg.com/doctypes/-/doctypes-1.1.0.tgz#ea80b106a87538774e8a3a4a5afe293de489e0a9"
82558256
integrity sha1-6oCxBqh1OHdOijpKWv4pPeSJ4Kk=
82568257

8258+
dom-accessibility-api@^0.5.6:
8259+
version "0.5.6"
8260+
resolved "https://registry.yarnpkg.com/dom-accessibility-api/-/dom-accessibility-api-0.5.6.tgz#3f5d43b52c7a3bd68b5fb63fa47b4e4c1fdf65a9"
8261+
integrity sha512-DplGLZd8L1lN64jlT27N9TVSESFR5STaEJvX+thCby7fuCHonfPpAlodYc3vuUYbDuDec5w8AMP7oCM5TWFsqw==
8262+
82578263
dom-converter@^0.2:
82588264
version "0.2.0"
82598265
resolved "https://registry.yarnpkg.com/dom-converter/-/dom-converter-0.2.0.tgz#6721a9daee2e293682955b6afe416771627bb768"

0 commit comments

Comments
 (0)