Skip to content

Commit 2689ad3

Browse files
authored
Bump Next (#1048)
1 parent c6bab5b commit 2689ad3

File tree

4 files changed

+56
-45
lines changed

4 files changed

+56
-45
lines changed

.changeset/quick-clocks-vanish.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@opennextjs/aws": patch
3+
---
4+
5+
bump Next.js

packages/open-next/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,9 @@
6363
"tsc-alias": "^1.8.16",
6464
"typescript": "catalog:"
6565
},
66+
"peerDependencies": {
67+
"next": "<15 || ~15.4.8 || ~15.5.7 || ^16.0.7"
68+
},
6669
"bugs": {
6770
"url": "https://github.com/opennextjs/opennextjs-aws/issues"
6871
},

pnpm-lock.yaml

Lines changed: 47 additions & 44 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pnpm-workspace.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ packages:
33
- "packages/*"
44

55
catalog:
6-
next: 16.0.1
6+
next: 16.0.7
77
react: 19.0.0
88
react-dom: 19.0.0
99
"@types/node": 20.17.6

0 commit comments

Comments
 (0)