From d0a5c9e78ab3c1c07703b6a2c01e727dfcdf2453 Mon Sep 17 00:00:00 2001 From: David Lechner Date: Fri, 22 May 2020 20:02:01 -0500 Subject: [PATCH] remove @types/jszip jszip ships with type definitions so a separate package is not needed --- package.json | 1 - yarn.lock | 7 ------- 2 files changed, 8 deletions(-) diff --git a/package.json b/package.json index 64b7a3a9..6a49c07e 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,6 @@ "@testing-library/user-event": "^10.3.4", "@types/file-saver": "^2.0.1", "@types/jest": "^25.2.3", - "@types/jszip": "^3.1.7", "@types/node": "^12.0.0", "@types/react": "^16.9.35", "@types/react-dom": "^16.9.8", diff --git a/yarn.lock b/yarn.lock index 54bbf082..4e6367b0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1563,13 +1563,6 @@ resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.4.tgz#38fd73ddfd9b55abb1e1b2ed578cb55bd7b7d339" integrity sha512-8+KAKzEvSUdeo+kmqnKrqgeE+LcA0tjYWFY7RPProVYwnqDjukzO+3b6dLD56rYX5TdWejnEOLJYOIeh4CXKuA== -"@types/jszip@^3.1.7": - version "3.1.7" - resolved "https://registry.yarnpkg.com/@types/jszip/-/jszip-3.1.7.tgz#c45bd72b448b3fb002125282c57c36190247cb34" - integrity sha512-+XQKNI5zpxutK05hO67huUTw/2imXCuJWjnFdU63tRES/xXSX1yVR9cv/QAdO6Rii2y2tTHbzjQ4i2apLfuK0Q== - dependencies: - "@types/node" "*" - "@types/minimatch@*": version "3.0.3" resolved "https://registry.yarnpkg.com/@types/minimatch/-/minimatch-3.0.3.tgz#3dca0e3f33b200fc7d1139c0cd96c1268cadfd9d"