Skip to content

Commit 8efb166

Browse files
Fix peerDep range for next (#1363)
* fix: update peer dependency range for next to be compatible with version 14 * ci: changeset
1 parent d4c7646 commit 8efb166

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/slimy-bushes-invent.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@gasket/nextjs": patch
3+
---
4+
5+
Fix peerDep range for next

packages/gasket-nextjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
"vitest": "^3.2.0"
8989
},
9090
"peerDependencies": {
91-
"next": ">=16.1.6 <17",
91+
"next": ">=14 <17",
9292
"react": ">=18",
9393
"react-dom": ">=18"
9494
}

0 commit comments

Comments
 (0)