Skip to content

Commit da08d49

Browse files
authored
chore(nextjs): Add Next.js 16 peer dependency (#17925)
closes https://linear.app/getsentry/issue/FE-622/add-next-16-peer-dependency
1 parent fd8bcbd commit da08d49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/nextjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
"react-dom": "^18.3.1"
101101
},
102102
"peerDependencies": {
103-
"next": "^13.2.0 || ^14.0 || ^15.0.0-rc.0"
103+
"next": "^13.2.0 || ^14.0 || ^15.0.0-rc.0 || ^16.0.0-0"
104104
},
105105
"scripts": {
106106
"build": "run-p build:transpile build:types",

0 commit comments

Comments
 (0)