upgrade sync deps

This commit is contained in:
Evan You
2018-01-09 10:17:57 -05:00
parent 10c09912a5
commit b69c1ff784
6 changed files with 192 additions and 156 deletions

View File

@@ -97,7 +97,7 @@ const flushWrite = () => {
// update all package deps
const packages = await globby(['packages/@vue/*/package.json'])
await Promise.all(packages.filter(filePath => {
return filePath.match(/cli-plugin|babel-preset|eslint-config/)
return filePath.match(/cli-service|cli-plugin|babel-preset|eslint-config/)
}).map(async (filePath) => {
const pkg = require(path.resolve(__dirname, '../', filePath))
if (!pkg.dependencies) {