From c47c7e0329f7ff077078cc3445ad4fd9389b943c Mon Sep 17 00:00:00 2001 From: Bjorn Stromberg Date: Mon, 27 Jul 2020 18:16:16 +0900 Subject: [PATCH] Let's explicitly list yarn as a devDependency (#487) --- package.json | 3 ++- yarn.lock | 5 +++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 11a88f04..bca0eac3 100644 --- a/package.json +++ b/package.json @@ -95,6 +95,7 @@ "sass-unused": "^0.3.0", "speed-measure-webpack-plugin": "^1.3.1", "strip-json-comments": "^3.0.1", - "trim": "^0.0.1" + "trim": "^0.0.1", + "yarn": "^1.22.4" } } diff --git a/yarn.lock b/yarn.lock index f88a9206..dff261d2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9046,6 +9046,11 @@ yargs@^15.3.1: y18n "^4.0.0" yargs-parser "^18.1.1" +yarn@^1.22.4: + version "1.22.4" + resolved "https://registry.yarnpkg.com/yarn/-/yarn-1.22.4.tgz#01c1197ca5b27f21edc8bc472cd4c8ce0e5a470e" + integrity sha512-oYM7hi/lIWm9bCoDMEWgffW8aiNZXCWeZ1/tGy0DWrN6vmzjCXIKu2Y21o8DYVBUtiktwKcNoxyGl/2iKLUNGA== + yauzl@^2.4.2: version "2.10.0" resolved "https://registry.yarnpkg.com/yauzl/-/yauzl-2.10.0.tgz#c7eb17c93e112cb1086fa6d8e51fb0667b79a5f9"