From 87b8acea1cd2fad7cada094746686e789cba3321 Mon Sep 17 00:00:00 2001 From: Amir Raminfar Date: Thu, 28 May 2020 10:27:08 -0700 Subject: [PATCH] Removes node-fetch --- package.json | 1 - yarn.lock | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index 584e3173..edfffaa8 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,6 @@ "jest-serializer-vue": "^2.0.2", "lint-staged": "^10.2.6", "mini-css-extract-plugin": "^0.9.0", - "node-fetch": "^2.6.0", "npm-run-all": "^4.1.5", "postcss-cssnext": "^3.1.0", "postcss-import": "^12.0.1", diff --git a/yarn.lock b/yarn.lock index a06c494f..3b3bbdd1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6117,7 +6117,7 @@ node-cache@^4.1.1: clone "2.x" lodash "^4.17.15" -node-fetch@^2.3.0, node-fetch@^2.6.0: +node-fetch@^2.3.0: version "2.6.0" resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.0.tgz#e633456386d4aa55863f676a7ab0daa8fdecb0fd" integrity sha512-8dG4H5ujfvFiqDmVu9fQ5bOHUC15JMjMY/Zumv26oOvvVJjM67KF8koCWIabKQ1GJIa9r2mMZscBq/TbdOcmNA==