Skip to content

Commit

Permalink
Loosen @sentry/nextjs webpack peer dependency (#13826)
Browse files Browse the repository at this point in the history
The peer dependency introduced in
#13571 seems to be
too strict.
After installing the latest next version (14.2.13) and @sentry/next
version (8.32.0), I get the following:
```sh
└─┬ @sentry/nextjs 8.32.0
  └── ✕ unmet peer [email protected]: found 5.95.0
```

---------

Co-authored-by: Luca Forstner <[email protected]>
  • Loading branch information
joshuajaco and lforst authored Sep 30, 2024
1 parent 418584f commit 7937308
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
},
"peerDependencies": {
"next": "^13.2.0 || ^14.0 || ^15.0.0-rc.0",
"webpack": "5.94.0"
"webpack": ">=5.0.0"
},
"peerDependenciesMeta": {
"webpack": {
Expand Down

0 comments on commit 7937308

Please sign in to comment.