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

Commit f23ebd4

Browse files
authored
Merge pull request #6 from arvinxx/dependabot/npm_and_yarn/testing-library/react-11.2.5
build(deps-dev): bump @testing-library/react from 10.4.9 to 11.2.5
2 parents 30d57d4 + ee949ed commit f23ebd4

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
@@ -63,7 +63,7 @@
6363
"@babel/preset-react": "^7.8.3",
6464
"@babel/preset-typescript": "^7.8.3",
6565
"@testing-library/jest-dom": "^5.11.9",
66-
"@testing-library/react": "^10.0.2",
66+
"@testing-library/react": "^11.2.5",
6767
"@testing-library/react-hooks": "^5.1.0",
6868
"@types/classnames": "^2.2.7",
6969
"@types/fs-extra": "^9.0.1",

yarn.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1417,7 +1417,7 @@
14171417
dependencies:
14181418
regenerator-runtime "^0.13.4"
14191419

1420-
"@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":
1420+
"@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":
14211421
version "7.12.18"
14221422
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"
14231423
integrity sha1-rxN71+fZcFpBKzyq+ZH+aqqXgxs=
@@ -3637,10 +3637,10 @@
36373637
dependencies:
36383638
defer-to-connect "^1.0.1"
36393639

3640-
"@testing-library/dom@^7.22.3":
3641-
version "7.29.4"
3642-
resolved "https://registry.npm.taobao.org/@testing-library/dom/download/@testing-library/dom-7.29.4.tgz#1647c2b478789621ead7a50614ad81ab5ae5b86c"
3643-
integrity sha1-FkfCtHh4liHq16UGFK2Bq1rluGw=
3640+
"@testing-library/dom@^7.28.1":
3641+
version "7.30.0"
3642+
resolved "https://registry.yarnpkg.com/@testing-library/dom/-/dom-7.30.0.tgz#53697851f7708a1448cc30b74a2ea056dd709cd6"
3643+
integrity sha512-v4GzWtltaiDE0yRikLlcLAfEiiK8+ptu6OuuIebm9GdC2XlZTNDPGEfM2UkEtnH7hr9TRq2sivT5EA9P1Oy7bw==
36443644
dependencies:
36453645
"@babel/code-frame" "^7.10.4"
36463646
"@babel/runtime" "^7.12.5"
@@ -3677,13 +3677,13 @@
36773677
filter-console "^0.1.1"
36783678
react-error-boundary "^3.1.0"
36793679

3680-
"@testing-library/react@^10.0.2":
3681-
version "10.4.9"
3682-
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"
3683-
integrity sha1-n6opxqGiF7+Lu5aii9KdeoR8oVA=
3680+
"@testing-library/react@^11.2.5":
3681+
version "11.2.5"
3682+
resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-11.2.5.tgz#ae1c36a66c7790ddb6662c416c27863d87818eb9"
3683+
integrity sha512-yEx7oIa/UWLe2F2dqK0FtMF9sJWNXD+2PPtp39BvE0Kh9MJ9Kl0HrZAgEuhUJR+Lx8Di6Xz+rKwSdEPY2UV8ZQ==
36843684
dependencies:
3685-
"@babel/runtime" "^7.10.3"
3686-
"@testing-library/dom" "^7.22.3"
3685+
"@babel/runtime" "^7.12.5"
3686+
"@testing-library/dom" "^7.28.1"
36873687

36883688
"@tootallnate/once@1":
36893689
version "1.1.2"

0 commit comments

Comments
 (0)