mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-03-11 19:51:52 -05:00
upgrade sync deps
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user