diff --git a/.yarn/patches/next-auth-npm-4.24.5-8428e11927.patch b/.yarn/patches/next-auth-npm-4.24.5-8428e11927.patch deleted file mode 100644 index c66072ae0f..0000000000 --- a/.yarn/patches/next-auth-npm-4.24.5-8428e11927.patch +++ /dev/null @@ -1,15 +0,0 @@ -diff --git a/package.json b/package.json -index ca30bca63196b923fa5a27eb85ce2ee890222d36..39e9d08dea40f25568a39bfbc0154458d32c8a66 100644 ---- a/package.json -+++ b/package.json -@@ -31,6 +31,10 @@ - "types": "./index.d.ts", - "default": "./index.js" - }, -+ "./core": { -+ "types": "./core/index.d.ts", -+ "default": "./core/index.js" -+ }, - "./adapters": { - "types": "./adapters.d.ts" - },