Skip to content

Commit b9b9934

Browse files
authored
Merge pull request #39 from psytraxx/dependabot/npm_and_yarn/client/testing-library/react-11.2.5
Bump @testing-library/react from 11.1.2 to 11.2.5 in /client
2 parents 708bc58 + 213850b commit b9b9934

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"private": true,
55
"dependencies": {
66
"@testing-library/jest-dom": "^5.11.5",
7-
"@testing-library/react": "^11.1.1",
7+
"@testing-library/react": "^11.2.5",
88
"@testing-library/user-event": "^12.8.3",
99
"@types/jest": "^26.0.20",
1010
"@types/node": "^14.14.35",

client/yarn.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1684,7 +1684,7 @@
16841684
dependencies:
16851685
regenerator-runtime "^0.13.4"
16861686

1687-
"@babel/runtime@^7.10.2", "@babel/runtime@^7.11.2", "@babel/runtime@^7.12.1", "@babel/runtime@^7.12.5", "@babel/runtime@^7.5.5", "@babel/runtime@^7.7.2", "@babel/runtime@^7.8.4", "@babel/runtime@^7.9.2":
1687+
"@babel/runtime@^7.10.2", "@babel/runtime@^7.11.2", "@babel/runtime@^7.12.5", "@babel/runtime@^7.5.5", "@babel/runtime@^7.7.2", "@babel/runtime@^7.8.4", "@babel/runtime@^7.9.2":
16881688
version "7.12.5"
16891689
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.12.5.tgz#410e7e487441e1b360c29be715d870d9b985882e"
16901690
integrity sha512-plcc+hbExy3McchJCEQG3knOsuh3HH+Prx1P6cLIkET/0dLuQDEnrT+s27Axgc9bqfsmNUNHfscgMUdBpC9xfg==
@@ -2208,10 +2208,10 @@
22082208
"@svgr/plugin-svgo" "^5.5.0"
22092209
loader-utils "^2.0.0"
22102210

2211-
"@testing-library/dom@^7.26.6":
2212-
version "7.26.6"
2213-
resolved "https://registry.yarnpkg.com/@testing-library/dom/-/dom-7.26.6.tgz#d558db63070a3acea5bea7e2497e631cd12541cc"
2214-
integrity sha512-/poL7WMpolcGFOHMcxfcFkf1u38DcBUjk3YwNYpBs/MdJ546lg0YdvP2Lq3ujuQzAZxgs8vVvadj3MBnZsBjjA==
2211+
"@testing-library/dom@^7.28.1":
2212+
version "7.30.0"
2213+
resolved "https://registry.yarnpkg.com/@testing-library/dom/-/dom-7.30.0.tgz#53697851f7708a1448cc30b74a2ea056dd709cd6"
2214+
integrity sha512-v4GzWtltaiDE0yRikLlcLAfEiiK8+ptu6OuuIebm9GdC2XlZTNDPGEfM2UkEtnH7hr9TRq2sivT5EA9P1Oy7bw==
22152215
dependencies:
22162216
"@babel/code-frame" "^7.10.4"
22172217
"@babel/runtime" "^7.12.5"
@@ -2236,13 +2236,13 @@
22362236
lodash "^4.17.15"
22372237
redent "^3.0.0"
22382238

2239-
"@testing-library/react@^11.1.1":
2240-
version "11.1.2"
2241-
resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-11.1.2.tgz#089b06d3828e76fc1ff0092dd69c7b59c454c998"
2242-
integrity sha512-foL0/Mo68M51DdgFwEsO2SDEkUpocuEYidOTcJACGEcoakZDINuERYwVdd6T5e3pPE+BZyGwwURaXcrX1v9RbQ==
2239+
"@testing-library/react@^11.2.5":
2240+
version "11.2.5"
2241+
resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-11.2.5.tgz#ae1c36a66c7790ddb6662c416c27863d87818eb9"
2242+
integrity sha512-yEx7oIa/UWLe2F2dqK0FtMF9sJWNXD+2PPtp39BvE0Kh9MJ9Kl0HrZAgEuhUJR+Lx8Di6Xz+rKwSdEPY2UV8ZQ==
22432243
dependencies:
2244-
"@babel/runtime" "^7.12.1"
2245-
"@testing-library/dom" "^7.26.6"
2244+
"@babel/runtime" "^7.12.5"
2245+
"@testing-library/dom" "^7.28.1"
22462246

22472247
"@testing-library/user-event@^12.8.3":
22482248
version "12.8.3"

0 commit comments

Comments
 (0)