Skip to content

Commit

Permalink
feat: nextjs 15 support in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
colbyfayock committed Oct 22, 2024
1 parent ccc9730 commit fb75bff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions next-cloudinary/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"vitest": "^2.0.5"
},
"peerDependencies": {
"next": "^12 || ^13 || ^14 || >=15.0.0-rc",
"react": "^17 || ^18 || >=19.0.0-beta"
"next": "^12 || ^13 || ^14 || >=15.0.0-rc || ^15",
"react": "^17 || ^18 || >=19.0.0-beta || ^19"
}
}

0 comments on commit fb75bff

Please sign in to comment.