Skip to content

Commit aafbfb9

Browse files
committed
chore: fix apps deps
1 parent 1f48cf7 commit aafbfb9

File tree

3 files changed

+22
-6
lines changed

3 files changed

+22
-6
lines changed

apps/dev/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"faunadb": "^4",
2424
"next": "13.4.12",
2525
"next-auth": "workspace:*",
26-
"nodemailer": "^6",
26+
"nodemailer": "^7",
2727
"react": "^18",
2828
"react-dom": "^18"
2929
},

apps/example-nextjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"dependencies": {
2121
"next": "latest",
2222
"next-auth": "latest",
23-
"nodemailer": "^6",
23+
"nodemailer": "^7",
2424
"react": "^18.2.0",
2525
"react-dom": "^18.2.0"
2626
},

pnpm-lock.yaml

Lines changed: 20 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)