Skip to content

Commit a8234fa

Browse files
committed
publish: 2.0.0-beta.12
1 parent 0ced11d commit a8234fa

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue/test-utils",
3-
"version": "2.0.0-beta.11",
3+
"version": "2.0.0-beta.12",
44
"license": "MIT",
55
"main": "dist/vue-test-utils.cjs.js",
66
"browser": "dist/vue-test-utils.browser.js",
@@ -41,7 +41,7 @@
4141
"typescript": "^3.7.5",
4242
"vue": "3.0.3",
4343
"vue-class-component": "^8.0.0-beta.4",
44-
"vue-jest": "^5.0.0-alpha.6",
44+
"vue-jest": "^5.0.0-alpha.7",
4545
"vue-router": "^4.0.0-rc.1",
4646
"vuex": "^4.0.0-beta.4"
4747
},

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6173,10 +6173,10 @@ vue-class-component@^8.0.0-beta.4:
61736173
resolved "https://registry.yarnpkg.com/vue-class-component/-/vue-class-component-8.0.0-beta.4.tgz#bff95cdd44eb450a4a4e54b69da22099613d8071"
61746174
integrity sha512-+QXBhVH/Mz8dEC+IU7e8XXM54Tn0Aj9/saybeuK8XmhQiJlcijCB8kB7CYpBEMpHWaA+DoLr6LvHMbclYRCwZQ==
61756175

6176-
vue-jest@^5.0.0-alpha.6:
6177-
version "5.0.0-alpha.6"
6178-
resolved "https://registry.yarnpkg.com/vue-jest/-/vue-jest-5.0.0-alpha.6.tgz#76615809ba84278e7cd3b7d6d3cc7f18caa2e893"
6179-
integrity sha512-B0GtGnAZhdS51hoLMqAQimO0574sPBHAyev8YNFNioKk1TbAMCUfDoUDxkPvVKXxeKdWBnXA+kgR9+KP1FizXA==
6176+
vue-jest@^5.0.0-alpha.7:
6177+
version "5.0.0-alpha.7"
6178+
resolved "https://registry.yarnpkg.com/vue-jest/-/vue-jest-5.0.0-alpha.7.tgz#e5a1eb376afae4a5b4b207218befc3614369eaa9"
6179+
integrity sha512-cB7ccBXqQsdMt/rzPVPlKeBS486uyXhR+q3A5t22ibhMc6RDPwr7bbb6XFcViv7xyIG9/MkKgSESg67mHv2/9w==
61806180
dependencies:
61816181
"@babel/plugin-transform-modules-commonjs" "^7.2.0"
61826182
chalk "^2.1.0"

0 commit comments

Comments
 (0)