Skip to content
This repository was archived by the owner on Apr 11, 2025. It is now read-only.

Commit 30f3990

Browse files
build(deps-dev): bump @testing-library/react from 10.4.9 to 11.2.5
Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library) from 10.4.9 to 11.2.5. - [Release notes](https://github.com/testing-library/react-testing-library/releases) - [Changelog](https://github.com/testing-library/react-testing-library/blob/master/CHANGELOG.md) - [Commits](testing-library/react-testing-library@v10.4.9...v11.2.5) Signed-off-by: dependabot[bot] <support@github.com>
1 parent a463dd9 commit 30f3990

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"@babel/preset-react": "^7.8.3",
6363
"@babel/preset-typescript": "^7.8.3",
6464
"@testing-library/jest-dom": "^5.11.9",
65-
"@testing-library/react": "^10.0.2",
65+
"@testing-library/react": "^11.2.5",
6666
"@testing-library/react-hooks": "^5.1.0",
6767
"@types/classnames": "^2.2.7",
6868
"@types/fs-extra": "^9.0.1",

yarn.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1344,7 +1344,7 @@
13441344
dependencies:
13451345
regenerator-runtime "^0.13.4"
13461346

1347-
"@babel/runtime@^7.0.0", "@babel/runtime@^7.1.2", "@babel/runtime@^7.10.1", "@babel/runtime@^7.10.2", "@babel/runtime@^7.10.3", "@babel/runtime@^7.10.4", "@babel/runtime@^7.11.1", "@babel/runtime@^7.11.2", "@babel/runtime@^7.12.1", "@babel/runtime@^7.12.5", "@babel/runtime@^7.8.4", "@babel/runtime@^7.9.2":
1347+
"@babel/runtime@^7.0.0", "@babel/runtime@^7.1.2", "@babel/runtime@^7.10.1", "@babel/runtime@^7.10.2", "@babel/runtime@^7.10.4", "@babel/runtime@^7.11.1", "@babel/runtime@^7.11.2", "@babel/runtime@^7.12.1", "@babel/runtime@^7.12.5", "@babel/runtime@^7.8.4", "@babel/runtime@^7.9.2":
13481348
version "7.12.18"
13491349
resolved "https://registry.npm.taobao.org/@babel/runtime/download/@babel/runtime-7.12.18.tgz?cache=0&sync_timestamp=1613665243059&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fruntime%2Fdownload%2F%40babel%2Fruntime-7.12.18.tgz#af137bd7e7d9705a412b3caaf991fe6aaa97831b"
13501350
integrity sha1-rxN71+fZcFpBKzyq+ZH+aqqXgxs=
@@ -3550,10 +3550,10 @@
35503550
dependencies:
35513551
defer-to-connect "^1.0.1"
35523552

3553-
"@testing-library/dom@^7.22.3":
3554-
version "7.29.4"
3555-
resolved "https://registry.npm.taobao.org/@testing-library/dom/download/@testing-library/dom-7.29.4.tgz#1647c2b478789621ead7a50614ad81ab5ae5b86c"
3556-
integrity sha1-FkfCtHh4liHq16UGFK2Bq1rluGw=
3553+
"@testing-library/dom@^7.28.1":
3554+
version "7.30.0"
3555+
resolved "https://registry.yarnpkg.com/@testing-library/dom/-/dom-7.30.0.tgz#53697851f7708a1448cc30b74a2ea056dd709cd6"
3556+
integrity sha512-v4GzWtltaiDE0yRikLlcLAfEiiK8+ptu6OuuIebm9GdC2XlZTNDPGEfM2UkEtnH7hr9TRq2sivT5EA9P1Oy7bw==
35573557
dependencies:
35583558
"@babel/code-frame" "^7.10.4"
35593559
"@babel/runtime" "^7.12.5"
@@ -3590,13 +3590,13 @@
35903590
filter-console "^0.1.1"
35913591
react-error-boundary "^3.1.0"
35923592

3593-
"@testing-library/react@^10.0.2":
3594-
version "10.4.9"
3595-
resolved "https://registry.npm.taobao.org/@testing-library/react/download/@testing-library/react-10.4.9.tgz?cache=0&sync_timestamp=1612285239756&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40testing-library%2Freact%2Fdownload%2F%40testing-library%2Freact-10.4.9.tgz#9faa29c6a1a217bf8bbb96a28bd29d7a847ca150"
3596-
integrity sha1-n6opxqGiF7+Lu5aii9KdeoR8oVA=
3593+
"@testing-library/react@^11.2.5":
3594+
version "11.2.5"
3595+
resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-11.2.5.tgz#ae1c36a66c7790ddb6662c416c27863d87818eb9"
3596+
integrity sha512-yEx7oIa/UWLe2F2dqK0FtMF9sJWNXD+2PPtp39BvE0Kh9MJ9Kl0HrZAgEuhUJR+Lx8Di6Xz+rKwSdEPY2UV8ZQ==
35973597
dependencies:
3598-
"@babel/runtime" "^7.10.3"
3599-
"@testing-library/dom" "^7.22.3"
3598+
"@babel/runtime" "^7.12.5"
3599+
"@testing-library/dom" "^7.28.1"
36003600

36013601
"@tootallnate/once@1":
36023602
version "1.1.2"

0 commit comments

Comments
 (0)