[web] Remove jest-fetch-mock dependency.

This commit is contained in:
Matthew Shao 2017-05-27 21:13:21 +08:00
parent fbdbb097a3
commit b1d29dcaa1
2 changed files with 0 additions and 11 deletions

View File

@ -25,7 +25,6 @@
"dependencies": {
"bootstrap": "^3.3.7",
"classnames": "^2.2.5",
"jest-fetch-mock": "^1.1.1",
"lodash": "^4.17.4",
"prop-types": "^15.5.0",
"react": "^15.4.2",

View File

@ -2888,12 +2888,6 @@ jest-environment-node@^19.0.0:
jest-mock "^19.0.0"
jest-util "^19.0.0"
jest-fetch-mock@^1.1.1:
version "1.1.1"
resolved "https://registry.yarnpkg.com/jest-fetch-mock/-/jest-fetch-mock-1.1.1.tgz#7548b6d0c0c77071e9f8652fcb4f8d537e988d1f"
dependencies:
whatwg-fetch "1.0.0"
jest-file-exists@^19.0.0:
version "19.0.0"
resolved "https://registry.yarnpkg.com/jest-file-exists/-/jest-file-exists-19.0.0.tgz#cca2e587a11ec92e24cfeab3f8a94d657f3fceb8"
@ -5186,10 +5180,6 @@ whatwg-encoding@^1.0.1:
dependencies:
iconv-lite "0.4.13"
whatwg-fetch@1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/whatwg-fetch/-/whatwg-fetch-1.0.0.tgz#01c2ac4df40e236aaa18480e3be74bd5c8eb798e"
whatwg-fetch@>=0.10.0:
version "2.0.2"
resolved "https://registry.yarnpkg.com/whatwg-fetch/-/whatwg-fetch-2.0.2.tgz#fe294d1d89e36c5be8b3195057f2e4bc74fc980e"