Skip to content

Commit

Permalink
chore: remove adapter-nextjs deps
Browse files Browse the repository at this point in the history
  • Loading branch information
pranavosu committed Jan 13, 2025
1 parent 0cd4783 commit 9b66e4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 2 additions & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,8 @@ export default [
{
ignores: [
'**/**.{native,android,ios}.**',
'**/__tests__/**',
'**/packages/adapter-nextjs/**',
'**/packages/react-native/example/**',
],
rules: {
Expand Down
3 changes: 0 additions & 3 deletions packages/adapter-nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down

0 comments on commit 9b66e4b

Please sign in to comment.