Skip to content

Commit bda9ae0

Browse files
committed
chore(deps): update devdependency @testing-library/jest-dom to ^5.10.0
1 parent 2e9397f commit bda9ae0

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
"@nuxtjs/pwa": "^3.0.0-beta.20",
108108
"@nuxtjs/robots": "^2.4.2",
109109
"@nuxtjs/sitemap": "^2.3.1",
110-
"@testing-library/jest-dom": "^5.9.0",
110+
"@testing-library/jest-dom": "^5.10.0",
111111
"@vue/test-utils": "^1.0.3",
112112
"autoprefixer": "^9.8.0",
113113
"babel-core": "^7.0.0-bridge.0",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2124,13 +2124,13 @@
21242124
dependencies:
21252125
"@sinonjs/commons" "^1.7.0"
21262126

2127-
"@testing-library/jest-dom@^5.9.0":
2128-
version "5.9.0"
2129-
resolved "https://registry.yarnpkg.com/@testing-library/jest-dom/-/jest-dom-5.9.0.tgz#86464c66cbe75e632b8adb636f539bfd0efc2c9c"
2130-
integrity sha512-uZ68dyILuM2VL13lGz4ehFEAgxzvLKRu8wQxyAZfejWnyMhmipJ60w4eG81NQikJHBfaYXx+Or8EaPQTDwGfPA==
2127+
"@testing-library/jest-dom@^5.10.0":
2128+
version "5.10.0"
2129+
resolved "https://registry.yarnpkg.com/@testing-library/jest-dom/-/jest-dom-5.10.0.tgz#6fc80de4760995b3b4281d2f3214e6bb95dd0754"
2130+
integrity sha512-t6e6Y6cu9cnTRwgNzgGtMn+bluLa/JkQ8j876g0XoZ6QKK/VBPPAIJ2PVWK4pjTD3U/BROP0o29cMwpZHcqltA==
21312131
dependencies:
21322132
"@babel/runtime" "^7.9.2"
2133-
"@types/testing-library__jest-dom" "^5.0.2"
2133+
"@types/testing-library__jest-dom" "^5.9.1"
21342134
chalk "^3.0.0"
21352135
css "^2.2.4"
21362136
css.escape "^1.5.1"
@@ -2291,10 +2291,10 @@
22912291
resolved "https://registry.yarnpkg.com/@types/strip-json-comments/-/strip-json-comments-0.0.30.tgz#9aa30c04db212a9a0649d6ae6fd50accc40748a1"
22922292
integrity sha512-7NQmHra/JILCd1QqpSzl8+mJRc8ZHz3uDm8YV1Ks9IhK0epEiTw8aIErbvH9PI+6XbqhyIQy3462nEsn7UVzjQ==
22932293

2294-
"@types/testing-library__jest-dom@^5.0.2":
2295-
version "5.7.0"
2296-
resolved "https://registry.yarnpkg.com/@types/testing-library__jest-dom/-/testing-library__jest-dom-5.7.0.tgz#078790bf4dc89152a74428591a228ec5f9433251"
2297-
integrity sha512-LoZ3uonlnAbJUz4bg6UoeFl+frfndXngmkCItSjJ8DD5WlRfVqPC5/LgJASsY/dy7AHH2YJ7PcsdASOydcVeFA==
2294+
"@types/testing-library__jest-dom@^5.9.1":
2295+
version "5.9.1"
2296+
resolved "https://registry.yarnpkg.com/@types/testing-library__jest-dom/-/testing-library__jest-dom-5.9.1.tgz#aba5ee062b7880f69c212ef769389f30752806e5"
2297+
integrity sha512-yYn5EKHO3MPEMSOrcAb1dLWY+68CG29LiXKsWmmpVHqoP5+ZRiAVLyUHvPNrO2dABDdUGZvavMsaGpWNjM6N2g==
22982298
dependencies:
22992299
"@types/jest" "*"
23002300

0 commit comments

Comments
 (0)