Bump @vue/test-utils from 2.0.0-rc.18 to 2.0.0-rc.21

Bumps [@vue/test-utils](https://github.com/vuejs/test-utils) from 2.0.0-rc.18 to 2.0.0-rc.21.
- [Release notes](https://github.com/vuejs/test-utils/releases)
- [Commits](https://github.com/vuejs/test-utils/compare/v2.0.0-rc.18...v2.0.0-rc.21)

---
updated-dependencies:
- dependency-name: "@vue/test-utils"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-04-25 22:11:05 +00:00 committed by GitHub
parent e8b47ae5ab
commit a84d740d5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -29,7 +29,7 @@
"@vitejs/plugin-vue": "^2.2",
"@vue/compiler-sfc": "^3.2.31",
"@vue/eslint-config-typescript": "^10.0",
"@vue/test-utils": "^2.0.0-rc.18",
"@vue/test-utils": "^2.0.0-rc.21",
"@vue/vue3-jest": "^27.0.0-alpha.1",
"cpy-cli": "^3.1.1",
"eslint": "^8.12",
@ -2248,9 +2248,9 @@
"integrity": "sha512-ymN2pj6zEjiKJZbrf98UM2pfDd6F2H7ksKw7NDt/ZZ1fh5Ei39X5tABugtT03ZRlWd9imccoK0hE8hpjpU7irQ=="
},
"node_modules/@vue/test-utils": {
"version": "2.0.0-rc.18",
"resolved": "https://registry.npmjs.org/@vue/test-utils/-/test-utils-2.0.0-rc.18.tgz",
"integrity": "sha512-aifolXjVdsogjaLmDoZ0FU8vN+R67aWmg9OuVeED4w5Ij5GFQLrlhM19uhWe/r5xXUL4fXMk3pX5wW6FJP1NcQ==",
"version": "2.0.0-rc.21",
"resolved": "https://registry.npmjs.org/@vue/test-utils/-/test-utils-2.0.0-rc.21.tgz",
"integrity": "sha512-wIJR4e/jISBKVKfiod3DV32BlDsoD744WVCuCaGtaSKvhvTL9gI5vl2AYSy00V51YaM8dCOFi3zcpCON8G1WqA==",
"dev": true,
"peerDependencies": {
"vue": "^3.0.1"
@ -13575,9 +13575,9 @@
"integrity": "sha512-ymN2pj6zEjiKJZbrf98UM2pfDd6F2H7ksKw7NDt/ZZ1fh5Ei39X5tABugtT03ZRlWd9imccoK0hE8hpjpU7irQ=="
},
"@vue/test-utils": {
"version": "2.0.0-rc.18",
"resolved": "https://registry.npmjs.org/@vue/test-utils/-/test-utils-2.0.0-rc.18.tgz",
"integrity": "sha512-aifolXjVdsogjaLmDoZ0FU8vN+R67aWmg9OuVeED4w5Ij5GFQLrlhM19uhWe/r5xXUL4fXMk3pX5wW6FJP1NcQ==",
"version": "2.0.0-rc.21",
"resolved": "https://registry.npmjs.org/@vue/test-utils/-/test-utils-2.0.0-rc.21.tgz",
"integrity": "sha512-wIJR4e/jISBKVKfiod3DV32BlDsoD744WVCuCaGtaSKvhvTL9gI5vl2AYSy00V51YaM8dCOFi3zcpCON8G1WqA==",
"dev": true,
"requires": {}
},

View File

@ -35,7 +35,7 @@
"@vitejs/plugin-vue": "^2.2",
"@vue/compiler-sfc": "^3.2.31",
"@vue/eslint-config-typescript": "^10.0",
"@vue/test-utils": "^2.0.0-rc.18",
"@vue/test-utils": "^2.0.0-rc.21",
"@vue/vue3-jest": "^27.0.0-alpha.1",
"cpy-cli": "^3.1.1",
"eslint": "^8.12",