update all the things

This commit is contained in:
Thomas Ruoff
2025-03-26 22:17:33 +01:00
parent 75eadb2278
commit 72b7dd66b3
2 changed files with 149 additions and 73 deletions

View File

@@ -11,12 +11,12 @@
"test": "jest"
},
"dependencies": {
"@mdx-js/loader": "^3.0.1",
"@mdx-js/react": "^3.0.1",
"@mdx-js/loader": "^3.1.0",
"@mdx-js/react": "^3.1.0",
"@next-auth/mongodb-adapter": "1.1.3",
"@next/mdx": "^14.2.11",
"@next/mdx": "^14.2.26",
"@types/mdx": "^2.0.11",
"@vercel/analytics": "^1.0.0",
"@vercel/analytics": "^1.5.0",
"autoprefixer": "10.4.20",
"classnames": "2.5.1",
"date-fns": "2.30.0",
@@ -26,18 +26,18 @@
"mongoose": "^8.5.4",
"next": "^14.2.26",
"next-auth": "4.24.7",
"next-axiom": "^1.1.0",
"nodemailer": "^6.9.1",
"next-axiom": "^1.9.1",
"nodemailer": "^6.10.0",
"react": "18.3.1",
"react-calendar": "5.0.0",
"react-dom": "18.3.1",
"uuid": "10.0.0"
},
"devDependencies": {
"@types/nodemailer": "^6.4.7",
"@types/nodemailer": "^6.4.17",
"@types/uuid": "10.0.0",
"eslint": "8.57.0",
"eslint-config-next": "^14.2.11",
"eslint-config-next": "^14.2.26",
"eslint-config-prettier": "9.1.0",
"jest": "29.7.0",
"postcss": "8.4.45",