We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7531ec commit 35fd18dCopy full SHA for 35fd18d
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@vue/test-utils",
3
- "version": "2.0.0-alpha.0",
+ "version": "2.0.0-alpha.1",
4
"license": "MIT",
5
"main": "dist/vue-test-utils.cjs.js",
6
"browser": "dist/vue-test-utils.esm.js",
@@ -34,8 +34,8 @@
34
"vuex": "^4.0.0-alpha.1"
35
},
36
"peerDependencies": {
37
- "@vue/compiler-sfc": "3.0.0-alpha.11",
38
- "vue": "3.0.0-alpha.11"
+ "@vue/compiler-sfc": "^3.0.0-alpha.11",
+ "vue": "^3.0.0-alpha.11"
39
40
"author": {
41
"name": "Lachlan Miller",
0 commit comments