From 29f86d9076ce60a33da7829c5f66faa837a2e844 Mon Sep 17 00:00:00 2001 From: matamatanot <39780486+matamatanot@users.noreply.github.com> Date: Thu, 23 Apr 2020 16:39:31 +0900 Subject: [PATCH] Remove @types/find-up (#12120) --- packages/next/package.json | 1 - yarn.lock | 5 ----- 2 files changed, 6 deletions(-) diff --git a/packages/next/package.json b/packages/next/package.json index 1c5733be6f..8045227854 100644 --- a/packages/next/package.json +++ b/packages/next/package.json @@ -123,7 +123,6 @@ "@types/cross-spawn": "6.0.0", "@types/dotenv": "8.2.0", "@types/etag": "1.8.0", - "@types/find-up": "2.1.1", "@types/fresh": "0.5.0", "@types/json5": "0.0.30", "@types/jsonwebtoken": "8.3.7", diff --git a/yarn.lock b/yarn.lock index 8342bcbafe..32ec87972b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2441,11 +2441,6 @@ "@types/express-serve-static-core" "*" "@types/serve-static" "*" -"@types/find-up@2.1.1": - version "2.1.1" - resolved "https://registry.yarnpkg.com/@types/find-up/-/find-up-2.1.1.tgz#1cd2d240f1ad1f48d32346074724dc3107248a11" - integrity sha512-60LC501bQRN9/3yfVaEEMd7IndaufffL56PBRAejPpUrY304Ps1jfnjNqPw5jmM5R8JHWiKBAe5IHzNcPV41AA== - "@types/fresh@0.5.0": version "0.5.0" resolved "https://registry.yarnpkg.com/@types/fresh/-/fresh-0.5.0.tgz#4d09231027d69c4369cfb01a9af5ef083d0d285f" -- GitLab