From 3c39fe99158d6c3f3aaf99cadb6f489a6ce5c3f1 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Sat, 9 Jun 2018 16:01:27 +0300 Subject: fix dependencies --- vnext/package.json | 1 - vnext/src/views/index.html | 4 ++-- vnext/yarn.lock | 21 ++------------------- 3 files changed, 4 insertions(+), 22 deletions(-) (limited to 'vnext') diff --git a/vnext/package.json b/vnext/package.json index fabd4c19..bb25dfb3 100644 --- a/vnext/package.json +++ b/vnext/package.json @@ -35,7 +35,6 @@ ] }, "dependencies": { - "evil-icons": "^1.10.1", "query-string": "^6.1.0", "react": "^16.4.0", "react-dom": "^16.4.0", diff --git a/vnext/src/views/index.html b/vnext/src/views/index.html index 74583a13..82a243dd 100644 --- a/vnext/src/views/index.html +++ b/vnext/src/views/index.html @@ -14,8 +14,8 @@ - - + + diff --git a/vnext/yarn.lock b/vnext/yarn.lock index 929de87d..ba702a39 100644 --- a/vnext/yarn.lock +++ b/vnext/yarn.lock @@ -1460,14 +1460,7 @@ create-hmac@^1.1.0, create-hmac@^1.1.2, create-hmac@^1.1.4: safe-buffer "^5.0.1" sha.js "^2.4.8" -cross-env@^5.1.6: - version "5.1.6" - resolved "https://registry.yarnpkg.com/cross-env/-/cross-env-5.1.6.tgz#0dc05caf945b24e4b9e3b12871fe0e858d08b38d" - dependencies: - cross-spawn "^5.1.0" - is-windows "^1.0.0" - -cross-spawn@^5.0.1, cross-spawn@^5.1.0: +cross-spawn@^5.0.1: version "5.1.0" resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-5.1.0.tgz#e8bd0efee58fcff6f8f94510a0a554bbfa235449" dependencies: @@ -1860,10 +1853,6 @@ events@^1.0.0: version "1.1.1" resolved "https://registry.yarnpkg.com/events/-/events-1.1.1.tgz#9ebdb7635ad099c70dcc4c2a1f5004288e8bd924" -evil-icons@^1.10.1: - version "1.10.1" - resolved "https://registry.yarnpkg.com/evil-icons/-/evil-icons-1.10.1.tgz#5c6abfec541025a90f73bba6151340e015ef7f9b" - evp_bytestokey@^1.0.0, evp_bytestokey@^1.0.3: version "1.0.3" resolved "https://registry.yarnpkg.com/evp_bytestokey/-/evp_bytestokey-1.0.3.tgz#7fcbdb198dc71959432efe13842684e0525acb02" @@ -2625,7 +2614,7 @@ is-whitespace-character@^1.0.0: version "1.0.2" resolved "https://registry.yarnpkg.com/is-whitespace-character/-/is-whitespace-character-1.0.2.tgz#ede53b4c6f6fb3874533751ec9280d01928d03ed" -is-windows@^1.0.0, is-windows@^1.0.2: +is-windows@^1.0.2: version "1.0.2" resolved "https://registry.yarnpkg.com/is-windows/-/is-windows-1.0.2.tgz#d1850eb9791ecd18e6182ce12a30f396634bb19d" @@ -5175,12 +5164,6 @@ ws@^4.0.0: async-limiter "~1.0.0" safe-buffer "~5.1.0" -ws@^5.2.0: - version "5.2.0" - resolved "https://registry.yarnpkg.com/ws/-/ws-5.2.0.tgz#9fd95e3ac7c76f6ae8bcc868a0e3f11f1290c33e" - dependencies: - async-limiter "~1.0.0" - x-is-string@^0.1.0: version "0.1.0" resolved "https://registry.yarnpkg.com/x-is-string/-/x-is-string-0.1.0.tgz#474b50865af3a49a9c4657f05acd145458f77d82" -- cgit v1.2.3