Skip to content

Commit d107a19

Browse files
chore(dev-deps): update dependency @vue/test-utils to v2.4.5
1 parent 5d9a672 commit d107a19

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"@vue/compiler-sfc": "3.3.4",
6262
"@vue/eslint-config-prettier": "6.0.0",
6363
"@vue/eslint-config-typescript": "10.0.0",
64-
"@vue/test-utils": "2.4.4",
64+
"@vue/test-utils": "2.4.5",
6565
"babel-loader": "8.3.0",
6666
"concurrently": "^7.6.0",
6767
"conventional-changelog-conventionalcommits": "4.6.3",

yarn.lock

+9-9
Original file line numberDiff line numberDiff line change
@@ -1302,13 +1302,13 @@
13021302
resolved "https://registry.yarnpkg.com/@vue/shared/-/shared-3.3.4.tgz#06e83c5027f464eef861c329be81454bc8b70780"
13031303
integrity sha512-7OjdcV8vQ74eiz1TZLzZP4JwqM5fA94K6yntPS5Z25r9HDuGNzaGdgvwKYq6S+MxwF0TFRwe50fIR/MYnakdkQ==
13041304

1305-
1306-
version "2.4.4"
1307-
resolved "https://registry.yarnpkg.com/@vue/test-utils/-/test-utils-2.4.4.tgz#36ba31f90332fb25a5ab2e553652c21d33057094"
1308-
integrity sha512-8jkRxz8pNhClAf4Co4ZrpAoFISdvT3nuSkUlY6Ys6rmTpw3DMWG/X3mw3gQ7QJzgCZO9f+zuE2kW57fi09MW7Q==
1305+
1306+
version "2.4.5"
1307+
resolved "https://registry.yarnpkg.com/@vue/test-utils/-/test-utils-2.4.5.tgz#010aa4debe6602d83dc75f233b397092742105a2"
1308+
integrity sha512-oo2u7vktOyKUked36R93NB7mg2B+N7Plr8lxp2JBGwr18ch6EggFjixSCdIVVLkT6Qr0z359Xvnafc9dcKyDUg==
13091309
dependencies:
13101310
js-beautify "^1.14.9"
1311-
vue-component-type-helpers "^1.8.21"
1311+
vue-component-type-helpers "^2.0.0"
13121312

13131313
"@vue/test-utils@^2.0.0":
13141314
version "2.2.6"
@@ -5450,10 +5450,10 @@ vitest@^0.34.0:
54505450
vite-node "0.34.6"
54515451
why-is-node-running "^2.2.2"
54525452

5453-
vue-component-type-helpers@^1.8.21:
5454-
version "1.8.27"
5455-
resolved "https://registry.yarnpkg.com/vue-component-type-helpers/-/vue-component-type-helpers-1.8.27.tgz#e816c82dcffac8bca58833c120ba395c325dfa68"
5456-
integrity sha512-0vOfAtI67UjeO1G6UiX5Kd76CqaQ67wrRZiOe7UAb9Jm6GzlUr/fC7CV90XfwapJRjpCMaZFhv1V0ajWRmE9Dg==
5453+
vue-component-type-helpers@^2.0.0:
5454+
version "2.0.6"
5455+
resolved "https://registry.yarnpkg.com/vue-component-type-helpers/-/vue-component-type-helpers-2.0.6.tgz#41737970f70841bc1b82391afa364da0f4ee2d76"
5456+
integrity sha512-qdGXCtoBrwqk1BT6r2+1Wcvl583ZVkuSZ3or7Y1O2w5AvWtlvvxwjGhmz5DdPJS9xqRdDlgTJ/38ehWnEi0tFA==
54575457

54585458
vue-eslint-parser@^8.0.0, vue-eslint-parser@^8.0.1:
54595459
version "8.3.0"

0 commit comments

Comments
 (0)