Skip to content

Commit 7937308

Browse files
joshuajacolforst
andauthored
Loosen @sentry/nextjs webpack peer dependency (#13826)
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]>
1 parent 418584f commit 7937308

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/nextjs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
},
9393
"peerDependencies": {
9494
"next": "^13.2.0 || ^14.0 || ^15.0.0-rc.0",
95-
"webpack": "5.94.0"
95+
"webpack": ">=5.0.0"
9696
},
9797
"peerDependenciesMeta": {
9898
"webpack": {

0 commit comments

Comments
 (0)