From d919ecd254fd3a10997ab4801f11c412b2dd2152 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=B2=20Ribaudo?= Date: Wed, 17 Jul 2019 00:02:41 +0200 Subject: [PATCH] Move lerna fork to the babel org --- package.json | 2 +- yarn.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 5bad96a6d5..bd04e06384 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "webpack-stream": "^4.0.0" }, "resolutions": { - "@lerna/**/@lerna/collect-updates": "https://github.com/nicolo-ribaudo/lerna.git#babel-collect-updates" + "@lerna/**/@lerna/collect-updates": "https://github.com/babel/lerna.git#babel-collect-updates" }, "engines": { "node": ">= 6.9.0 < 13.0.0", diff --git a/yarn.lock b/yarn.lock index f082faf775..b9d237c25e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1085,9 +1085,9 @@ figgy-pudding "^3.5.1" npmlog "^4.1.2" -"@lerna/collect-updates@3.14.2", "@lerna/collect-updates@https://github.com/nicolo-ribaudo/lerna.git#babel-collect-updates": +"@lerna/collect-updates@3.14.2", "@lerna/collect-updates@https://github.com/babel/lerna.git#babel-collect-updates": version "3.14.2" - resolved "https://github.com/nicolo-ribaudo/lerna.git#89eab830be040fbaabc31ad7206c5efab878c6c3" + resolved "https://github.com/babel/lerna.git#89eab830be040fbaabc31ad7206c5efab878c6c3" dependencies: "@lerna/child-process" "^3.3.0" "@lerna/describe-ref" "^3.6.0"