Skip to content

Commit d9b1099

Browse files
Enforce nextjs peerDependency to 12.3.5, 13.5.9, 14.2.25 and 15.2.3 (#1989)
2 parents 51ae671 + d5e904c commit d9b1099

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
"url-join": "^4.0.1"
132132
},
133133
"peerDependencies": {
134-
"next": ">=10"
134+
"next": "^10.0.0 || ^11.0.0 || ^12.3.5 || ^13.5.9 || ^14.2.25 || ^15.2.3"
135135
},
136136
"jest": {
137137
"collectCoverageFrom": [

0 commit comments

Comments
 (0)