File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
packages/server-test-utils Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 38
38
"babel-preset-flow-vue" : " ^1.0.0" ,
39
39
"babel-preset-stage-2" : " ^6.24.1" ,
40
40
"chai" : " ^4.0.0" ,
41
- "cheerio" : " ^1.0.0-rc.2" ,
42
41
"cross-env" : " ^5.0.0" ,
43
42
"css-loader" : " ^0.28.4" ,
44
43
"eslint" : " ^4.18.1" ,
Original file line number Diff line number Diff line change 23
23
},
24
24
"homepage" : " https://github.com/vuejs/vue-test-utils#readme" ,
25
25
"dependencies" : {
26
- "@vue/test-utils " : " 1.0.0-beta.15 "
26
+ "cheerio " : " ^ 1.0.0-rc.2 "
27
27
},
28
28
"devDependencies" : {
29
29
"chalk" : " ^2.1.0" ,
39
39
"peerDependencies" : {
40
40
"vue" : " 2.x" ,
41
41
"vue-server-renderer" : " 2.x" ,
42
- "vue-template-compiler" : " ^2.x"
42
+ "vue-template-compiler" : " ^2.x" ,
43
+ "@vue/test-utils" : " 1.0.0-beta.15"
43
44
}
44
45
}
You can’t perform that action at this time.
0 commit comments