Skip to content

Commit

Permalink
Merge pull request #55 from lev-apeiros/patch-1
Browse files Browse the repository at this point in the history
feat(package): Support Next.js 14.
  • Loading branch information
trezy committed Nov 21, 2023
2 parents bd9ee39 + f63ddc3 commit ece1fac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"test": "jest"
},
"peerDependencies": {
"next": "^9.5.0 || ^10.2.1 || ^11.1.0 || ^12.1.0 || ^13.0.0"
"next": "^9.5.0 || ^10.2.1 || ^11.1.0 || ^12.1.0 || ^13.0.0 || ^14.0.0"
},
"devDependencies": {
"jest": "^26.6.3",
Expand Down

0 comments on commit ece1fac

Please sign in to comment.