Skip to content

Commit 7a2b14e

Browse files
committed
deps: update testing-library/vue to beta
1 parent 2e5dc0a commit 7a2b14e

File tree

2 files changed

+27
-24
lines changed

2 files changed

+27
-24
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"@semantic-release/git": "9.0.0",
5050
"@testing-library/cypress": "7.0.4",
5151
"@testing-library/jest-dom": "5.11.9",
52-
"@testing-library/vue": "5.6.1",
52+
"@testing-library/vue": "^6.4.0",
5353
"@types/jest": "26.0.20",
5454
"@typescript-eslint/eslint-plugin": "4.19.0",
5555
"@typescript-eslint/parser": "4.19.0",

yarn.lock

Lines changed: 26 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1121,6 +1121,13 @@
11211121
dependencies:
11221122
regenerator-runtime "^0.13.4"
11231123

1124+
"@babel/runtime@^7.12.17":
1125+
version "7.13.17"
1126+
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.13.17.tgz#8966d1fc9593bf848602f0662d6b4d0069e3a7ec"
1127+
integrity sha512-NCdgJEelPTSh+FEFylhnP1ylq848l1z9t9N0j1Lfbcw0+KXGjsTvUmkxy+voLLXB5SOKMbLLx4jxYliGrYQseA==
1128+
dependencies:
1129+
regenerator-runtime "^0.13.4"
1130+
11241131
"@babel/runtime@^7.12.5":
11251132
version "7.12.5"
11261133
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.12.5.tgz#410e7e487441e1b360c29be715d870d9b985882e"
@@ -1652,10 +1659,10 @@
16521659
"@babel/runtime" "^7.12.5"
16531660
"@testing-library/dom" "^7.28.1"
16541661

1655-
"@testing-library/dom@^7.26.6":
1656-
version "7.26.6"
1657-
resolved "https://registry.yarnpkg.com/@testing-library/dom/-/dom-7.26.6.tgz#d558db63070a3acea5bea7e2497e631cd12541cc"
1658-
integrity sha512-/poL7WMpolcGFOHMcxfcFkf1u38DcBUjk3YwNYpBs/MdJ546lg0YdvP2Lq3ujuQzAZxgs8vVvadj3MBnZsBjjA==
1662+
"@testing-library/dom@^7.28.1":
1663+
version "7.29.0"
1664+
resolved "https://registry.yarnpkg.com/@testing-library/dom/-/dom-7.29.0.tgz#60b18065bab50a5cde21fe80275a47a43024d9cc"
1665+
integrity sha512-0hhuJSmw/zLc6ewR9cVm84TehuTd7tbqBX9pRNSp8znJ9gTmSgesdbiGZtt8R6dL+2rgaPFp9Yjr7IU1HWm49w==
16591666
dependencies:
16601667
"@babel/code-frame" "^7.10.4"
16611668
"@babel/runtime" "^7.12.5"
@@ -1666,10 +1673,10 @@
16661673
lz-string "^1.4.4"
16671674
pretty-format "^26.6.2"
16681675

1669-
"@testing-library/dom@^7.28.1":
1670-
version "7.29.0"
1671-
resolved "https://registry.yarnpkg.com/@testing-library/dom/-/dom-7.29.0.tgz#60b18065bab50a5cde21fe80275a47a43024d9cc"
1672-
integrity sha512-0hhuJSmw/zLc6ewR9cVm84TehuTd7tbqBX9pRNSp8znJ9gTmSgesdbiGZtt8R6dL+2rgaPFp9Yjr7IU1HWm49w==
1676+
"@testing-library/dom@^7.29.4":
1677+
version "7.30.3"
1678+
resolved "https://registry.yarnpkg.com/@testing-library/dom/-/dom-7.30.3.tgz#779ea9bbb92d63302461800a388a5a890ac22519"
1679+
integrity sha512-7JhIg2MW6WPwyikH2iL3o7z+FTVgSOd2jqCwTAHqK7Qal2gRRYiUQyURAxtbK9VXm/UTyG9bRihv8C5Tznr2zw==
16731680
dependencies:
16741681
"@babel/code-frame" "^7.10.4"
16751682
"@babel/runtime" "^7.12.5"
@@ -1694,14 +1701,14 @@
16941701
lodash "^4.17.15"
16951702
redent "^3.0.0"
16961703

1697-
"@testing-library/vue@5.6.1":
1698-
version "5.6.1"
1699-
resolved "https://registry.yarnpkg.com/@testing-library/vue/-/vue-5.6.1.tgz#09424b933b71720fa247dc4ba2ebc27a1c80c758"
1700-
integrity sha512-56wdi7qkr5Vq2iQZW5ceEbqu6Zx+rC+8Y9z9i5Qyd/sql9EP8b/jpNrAlYMKWxUzye7AFVs0cmigHJrtWhzFcA==
1704+
"@testing-library/vue@^6.4.0":
1705+
version "6.4.0"
1706+
resolved "https://registry.yarnpkg.com/@testing-library/vue/-/vue-6.4.0.tgz#eef5a5326db92ac50702e4910eb7de1490dc7d96"
1707+
integrity sha512-DHnSMhiUBzHq4QXh9ZdB8ounBtKKAspyUksgQVvg72Tx4jp3iYqmoCXbKn5H5NaL8hd+aj9eVykKUwiE4XSA8A==
17011708
dependencies:
1702-
"@babel/runtime" "^7.12.5"
1703-
"@testing-library/dom" "^7.26.6"
1704-
"@vue/test-utils" "^1.1.0"
1709+
"@babel/runtime" "^7.12.17"
1710+
"@testing-library/dom" "^7.29.4"
1711+
"@vue/test-utils" "^2.0.0-rc.0"
17051712

17061713
"@types/anymatch@*":
17071714
version "1.3.1"
@@ -2545,14 +2552,10 @@
25452552
lodash "^4.17.15"
25462553
pretty "^2.0.0"
25472554

2548-
"@vue/test-utils@^1.1.0":
2549-
version "1.1.0"
2550-
resolved "https://registry.yarnpkg.com/@vue/test-utils/-/test-utils-1.1.0.tgz#76305e73a786c921ede1352849614e26c7113f94"
2551-
integrity sha512-M+3jtVqNYIrvzO5gaxogre5a5+96h0hN/dXw+5Lj0t+dp6fAhYcUjpLrC9j9cEEkl2Rcuh/gKYRUmR5N4vcqPw==
2552-
dependencies:
2553-
dom-event-types "^1.0.0"
2554-
lodash "^4.17.15"
2555-
pretty "^2.0.0"
2555+
"@vue/test-utils@^2.0.0-rc.0":
2556+
version "2.0.0-rc.6"
2557+
resolved "https://registry.yarnpkg.com/@vue/test-utils/-/test-utils-2.0.0-rc.6.tgz#d0aac24d20450d379e183f70542c0822670b8783"
2558+
integrity sha512-0cnQBVH589PwgqWpyv1fgCAz+9Ram/MsvN3ZEAEVXi1aPuhUa22EudGc0WezQ9PKwR+L40NrBmt3JBXE2tSRRQ==
25562559

25572560
"@vue/web-component-wrapper@^1.2.0":
25582561
version "1.2.0"

0 commit comments

Comments
 (0)