Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions .github/dependency-review/dependency-review-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,24 @@ allow-licenses:
- 'Unlicense'
- 'WTFPL'
- 'Zlib'
allow-dependencies-licenses:
# These packages are needed for nextjs (more detailed sharp)
# they are dynamic libraries and thus do not ship the underlying library
# which means they are not under LGPL strictly speaking.
# so an exception is valid here
# ALSO: none of these are shipped to the customer. they're only used as dev dependencies.
- 'pkg:npm/%2540img/[email protected]'
- 'pkg:npm/%2540img/[email protected]'
- 'pkg:npm/%2540img/[email protected]'
- 'pkg:npm/%2540img/[email protected]'
- 'pkg:npm/%2540img/[email protected]'
- 'pkg:npm/%2540img/[email protected]'
- 'pkg:npm/%2540img/[email protected]'
- 'pkg:npm/%2540img/[email protected]'
- 'pkg:npm/%2540img/[email protected]'
- 'pkg:npm/%2540img/[email protected]'
- 'pkg:npm/%2540img/sharp-wasm32'
- 'pkg:npm/%2540img/sharp-win32-arm64'
- 'pkg:npm/%2540img/sharp-win32-ia32'
- 'pkg:npm/%2540img/sharp-win32-x64'
- 'pkg:npm/[email protected]'
4 changes: 2 additions & 2 deletions packages/adapter-nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"description": "The adapter for the supporting of using Amplify APIs in Next.js.",
"peerDependencies": {
"aws-amplify": "^6.13.1",
"next": ">=13.5.0 <16.0.0"
"next": ">=13.5.0 <17.0.0"
},
"dependencies": {
"aws-jwt-verify": "^4.0.1"
Expand All @@ -16,7 +16,7 @@
"@types/react-dom": "^18.2.6",
"aws-amplify": "6.15.8",
"jest-fetch-mock": "3.0.3",
"next": ">= 13.5.0 < 15.0.0"
"next": ">= 13.5.0 <17.0.0"
},
"publishConfig": {
"access": "public"
Expand Down
Loading
Loading