Skip to content

Commit

Permalink
feat: added next optional peer
Browse files Browse the repository at this point in the history
  • Loading branch information
egordidenko committed Sep 26, 2024
1 parent 5b25517 commit 020a234
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 5 deletions.
35 changes: 30 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions packages/react-uploader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@
"@types/react": "17 || 18",
"next": "13 || 14"
},
"peerDependenciesMeta": {
"next": {
"optional": true
}
},
"dependencies": {
"@uploadcare/file-uploader": "^1.2.0",
"@uploadcare/react-adapter": "^0.3.0"
Expand Down

0 comments on commit 020a234

Please sign in to comment.