Skip to content

Commit

Permalink
fix: add cheerio as dependency to server-test-utils
Browse files Browse the repository at this point in the history
fixes 571
  • Loading branch information
eddyerburgh committed May 3, 2018
1 parent b555477 commit f3dfb1e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
1 change: 0 additions & 1 deletion package.json
Expand Up @@ -38,7 +38,6 @@
"babel-preset-flow-vue": "^1.0.0",
"babel-preset-stage-2": "^6.24.1",
"chai": "^4.0.0",
"cheerio": "^1.0.0-rc.2",
"cross-env": "^5.0.0",
"css-loader": "^0.28.4",
"eslint": "^4.18.1",
Expand Down
5 changes: 3 additions & 2 deletions packages/server-test-utils/package.json
Expand Up @@ -23,7 +23,7 @@
},
"homepage": "https://github.com/vuejs/vue-test-utils#readme",
"dependencies": {
"@vue/test-utils": "1.0.0-beta.15"
"cheerio": "^1.0.0-rc.2"
},
"devDependencies": {
"chalk": "^2.1.0",
Expand All @@ -39,6 +39,7 @@
"peerDependencies": {
"vue": "2.x",
"vue-server-renderer": "2.x",
"vue-template-compiler": "^2.x"
"vue-template-compiler": "^2.x",
"@vue/test-utils": "1.0.0-beta.15"
}
}

0 comments on commit f3dfb1e

Please sign in to comment.