diff --git a/eslint.config.mjs b/eslint.config.mjs index 37fe3f91658..4e079dc7d75 100644 --- a/eslint.config.mjs +++ b/eslint.config.mjs @@ -297,6 +297,8 @@ export default [ { ignores: [ '**/**.{native,android,ios}.**', + '**/__tests__/**', + '**/packages/adapter-nextjs/**', '**/packages/react-native/example/**', ], rules: { diff --git a/packages/adapter-nextjs/package.json b/packages/adapter-nextjs/package.json index 2b54e3c0d41..c5f2e013a06 100644 --- a/packages/adapter-nextjs/package.json +++ b/packages/adapter-nextjs/package.json @@ -8,9 +8,6 @@ "next": ">=13.5.0 <16.0.0" }, "dependencies": { - "@aws-amplify/api": "6.2.0", - "@aws-amplify/api-graphql": "4.7.0", - "@aws-amplify/core": "6.9.0", "aws-jwt-verify": "^4.0.1", "cookie": "^0.7.0" },