From f1bc3e4b36cba7ef9c85fd2d3da246ff59749565 Mon Sep 17 00:00:00 2001 From: Shubham Kanodia Date: Wed, 22 May 2019 18:15:04 +0530 Subject: [PATCH] Updated yarn version to 1.16.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c942d439..b862fb83 100644 --- a/package.json +++ b/package.json @@ -76,7 +76,7 @@ "task-graph-runner": "^1.0.1", "temp-write": "^3.4.0", "typeable-promisify": "^2.0.1", - "yarn": "^1.9.4" + "yarn": "^1.16.0" }, "jest": { "resetMocks": true,