Skip to content

Commit

Permalink
Merge pull request #17 from Yovach/chore/lower-minimum-nextjs-version
Browse files Browse the repository at this point in the history
chore: set minimum next.js version to 13.1.0
  • Loading branch information
Yovach authored Oct 27, 2023
2 parents ef5318b + d2fb6fa commit 203a053
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/next-public-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@
"public"
],
"peerDependencies": {
"next": "^13.5.0 || ^14.0.0"
"next": "^13.1.0 || ^14.0.0"
}
}

0 comments on commit 203a053

Please sign in to comment.