Skip to content

Commit 906a0cd

Browse files
committed
fix(nextjs): Restore peer dep ranges for next 15.2-15.4
Keep support for users on older 15.x minors that don't have a CVE backport patch. Only bump the 15.5 and 16.x floors to patched versions.
1 parent adc6535 commit 906a0cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/nextjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
"next": "15.5.15"
9696
},
9797
"peerDependencies": {
98-
"next": "^15.5.15 || ^15.6.0-0 || ^16.2.3",
98+
"next": "^15.2.8 || ^15.3.8 || ^15.4.10 || ^15.5.15 || ^15.6.0-0 || ^16.2.3",
9999
"react": "catalog:peer-react",
100100
"react-dom": "catalog:peer-react"
101101
},

0 commit comments

Comments
 (0)