Skip to content

Commit 4614b00

Browse files
Add 16.0.0-beta.0 to next/third-parties peerDeps (#84741)
Installing `@next/third-parties` warns about peerDeps `[email protected]` ``` Results: 0 errors 41 unmodified 0 skipped 0 ok Time elapsed: 2.276seconds ✔ Codemods have been applied successfully. ⚠ Found 1 dependency that seem incompatible with the upgraded package versions. You may have to update these packages to their latest version or file an issue to ask for support of the upgraded libraries. @next/third-parties 16.0.0-beta.0 └── ✕ unmet peer next@"^13.0.0 || ^14.0.0 || ^15.0.0": found 16.0.0-beta.0 ``` --------- Co-authored-by: vercel[bot] <35613825+vercel[bot]@users.noreply.github.com>
1 parent 37f4c79 commit 4614b00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/third-parties/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"typescript": "5.9.2"
3333
},
3434
"peerDependencies": {
35-
"next": "^13.0.0 || ^14.0.0 || ^15.0.0",
35+
"next": "^13.0.0 || ^14.0.0 || ^15.0.0 || ^16.0.0-beta.0",
3636
"react": "^18.2.0 || 19.0.0-rc-de68d2f4-20241204 || ^19.0.0"
3737
}
3838
}

0 commit comments

Comments
 (0)