fix: allow Next.js 14 as peer dependency

This commit is contained in:
Balázs Orbán
2023-10-27 13:00:15 -07:00
parent 93f9153d77
commit b922f7dccb

View File

@@ -99,7 +99,7 @@
"uuid": "^8.3.2"
},
"peerDependencies": {
"next": "^12.2.5 || ^13",
"next": "^12.2.5 || ^13 || ^14",
"nodemailer": "^6.6.5",
"react": "^17.0.2 || ^18",
"react-dom": "^17.0.2 || ^18"