Skip to content

Commit 611d6c4

Browse files
committed
build: require next >=12.2.4 as peer dep
has important routing bug fixes related to middleware, see #34 (comment)
1 parent d18ee5b commit 611d6c4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/next-safe-middleware/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"test": "jest --passWithNoTests"
2727
},
2828
"peerDependencies": {
29-
"next": ">=12.2",
29+
"next": ">=12.2.4",
3030
"react": ">=17"
3131
},
3232
"dependencies": {

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1346,7 +1346,7 @@ __metadata:
13461346
tslib: ^2.3.1
13471347
typescript: ^4.5.5
13481348
peerDependencies:
1349-
next: ">=12.2"
1349+
next: ">=12.2.4"
13501350
react: ">=17"
13511351
languageName: unknown
13521352
linkType: soft

0 commit comments

Comments
 (0)