Skip to content

Commit

Permalink
build: require next >=12.2.4 as peer dep
Browse files Browse the repository at this point in the history
has important routing bug fixes related to middleware, see #34 (comment)
  • Loading branch information
nibtime committed Aug 5, 2022
1 parent 950d63c commit 9bc26b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/next-safe-middleware/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"test": "jest --passWithNoTests"
},
"peerDependencies": {
"next": ">=12.2",
"next": ">=12.2.4",
"react": ">=17"
},
"dependencies": {
Expand Down

0 comments on commit 9bc26b4

Please sign in to comment.