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

Commit de982de

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

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
@@ -3823,17 +3823,18 @@
38233823
vue-docgen-loader "^1.5.0"
38243824
webpack "^4.44.2"
38253825

3826-
"@testing-library/jest-dom@5.11.9":
3827-
version "5.11.9"
3828-
resolved "https://registry.yarnpkg.com/@testing-library/jest-dom/-/jest-dom-5.11.9.tgz#e6b3cd687021f89f261bd53cbe367041fbd3e975"
3829-
integrity sha512-Mn2gnA9d1wStlAIT2NU8J15LNob0YFBVjs2aEQ3j8rsfRQo+lAs7/ui1i2TGaJjapLmuNPLTsrm+nPjmZDwpcQ==
3826+
"@testing-library/jest-dom@5.14.1":
3827+
version "5.14.1"
3828+
resolved "https://registry.yarnpkg.com/@testing-library/jest-dom/-/jest-dom-5.14.1.tgz#8501e16f1e55a55d675fe73eecee32cdaddb9766"
3829+
integrity sha512-dfB7HVIgTNCxH22M1+KU6viG5of2ldoA5ly8Ar8xkezKHKXjRvznCdbMbqjYGgO2xjRbwnR+rR8MLUIqF3kKbQ==
38303830
dependencies:
38313831
"@babel/runtime" "^7.9.2"
38323832
"@types/testing-library__jest-dom" "^5.9.1"
38333833
aria-query "^4.2.2"
38343834
chalk "^3.0.0"
38353835
css "^3.0.0"
38363836
css.escape "^1.5.1"
3837+
dom-accessibility-api "^0.5.6"
38373838
lodash "^4.17.15"
38383839
redent "^3.0.0"
38393840

@@ -8268,6 +8269,11 @@ doctypes@^1.1.0:
82688269
resolved "https://registry.yarnpkg.com/doctypes/-/doctypes-1.1.0.tgz#ea80b106a87538774e8a3a4a5afe293de489e0a9"
82698270
integrity sha1-6oCxBqh1OHdOijpKWv4pPeSJ4Kk=
82708271

8272+
dom-accessibility-api@^0.5.6:
8273+
version "0.5.6"
8274+
resolved "https://registry.yarnpkg.com/dom-accessibility-api/-/dom-accessibility-api-0.5.6.tgz#3f5d43b52c7a3bd68b5fb63fa47b4e4c1fdf65a9"
8275+
integrity sha512-DplGLZd8L1lN64jlT27N9TVSESFR5STaEJvX+thCby7fuCHonfPpAlodYc3vuUYbDuDec5w8AMP7oCM5TWFsqw==
8276+
82718277
dom-converter@^0.2:
82728278
version "0.2.0"
82738279
resolved "https://registry.yarnpkg.com/dom-converter/-/dom-converter-0.2.0.tgz#6721a9daee2e293682955b6afe416771627bb768"

0 commit comments

Comments
 (0)