From 54a6bfe529ec7d2bff63062720e51a4ca49cf25d Mon Sep 17 00:00:00 2001 From: Jared Scheib Date: Mon, 10 Jul 2017 12:24:41 -0700 Subject: [PATCH] Move he dep to correct package.json and yarn.lock --- package.json | 5 ----- ui/package.json | 1 + ui/yarn.lock | 6 +++--- yarn.lock | 7 ------- 4 files changed, 4 insertions(+), 15 deletions(-) delete mode 100644 package.json delete mode 100644 yarn.lock diff --git a/package.json b/package.json deleted file mode 100644 index 806d8f40e..000000000 --- a/package.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "dependencies": { - "he": "^1.1.1" - } -} diff --git a/ui/package.json b/ui/package.json index 74afe40b3..f6cba3e60 100644 --- a/ui/package.json +++ b/ui/package.json @@ -95,6 +95,7 @@ "dygraphs": "^2.0.0", "fast.js": "^0.1.1", "fixed-data-table": "^0.6.1", + "he": "^1.1.1", "jquery": "^3.1.0", "lodash": "^4.3.0", "moment": "^2.13.0", diff --git a/ui/yarn.lock b/ui/yarn.lock index 9e782d654..34f833bf8 100644 --- a/ui/yarn.lock +++ b/ui/yarn.lock @@ -3439,9 +3439,9 @@ hawk@~3.1.3: hoek "2.x.x" sntp "1.x.x" -he@1.1.x: - version "1.1.0" - resolved "https://registry.yarnpkg.com/he/-/he-1.1.0.tgz#29319d49beec13a9b1f3c4f9b2a6dde4859bb2a7" +he@1.1.x, he@^1.1.1: + version "1.1.1" + resolved "https://registry.yarnpkg.com/he/-/he-1.1.1.tgz#93410fd21b009735151f8868c2f271f3427e23fd" history@^3.0.0: version "3.3.0" diff --git a/yarn.lock b/yarn.lock deleted file mode 100644 index bb5d42da8..000000000 --- a/yarn.lock +++ /dev/null @@ -1,7 +0,0 @@ -# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. -# yarn lockfile v1 - - -he@^1.1.1: - version "1.1.1" - resolved "https://registry.yarnpkg.com/he/-/he-1.1.1.tgz#93410fd21b009735151f8868c2f271f3427e23fd"