From d33fe730b244599fa060f1306bf925fc69dfebb7 Mon Sep 17 00:00:00 2001 From: ULIVZ <472590061@qq.com> Date: Tue, 4 Jun 2019 16:17:19 +0800 Subject: [PATCH] chore: downgrade version of lerna See: https://github.com/lerna/lerna/issues/210 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 356a883326..eeedb46745 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "eslint": "^4.19.1", "eslint-plugin-jest": "^21.15.1", "eslint-plugin-vue-libs": "^3.0.0", - "lerna": "^3.14.1", + "lerna": "3.13.4", "lint-staged": "^8.1.5", "minimist": "^1.2.0", "yorkie": "^2.0.0",