Skip to content

Commit

Permalink
Merge pull request #375 from sinamics/update-nextjs
Browse files Browse the repository at this point in the history
Update dependencies.
  • Loading branch information
sinamics committed Apr 7, 2024
2 parents f0285cb + 02bdcc9 commit 5820ac9
Show file tree
Hide file tree
Showing 2 changed files with 117 additions and 90 deletions.
197 changes: 112 additions & 85 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"ip-address": "^8.1.0",
"jsonwebtoken": "^9.0.1",
"lru-cache": "^10.0.1",
"next": "14.0.3",
"next": "^14.1.4",
"next-auth": "4.24.5",
"next-intl": "3.1.4",
"next-themes": "^0.2.1",
Expand Down Expand Up @@ -92,17 +92,17 @@
"jest-mock-extended": "^3.0.4",
"jest-module-name-mapper": "^0.1.5",
"postcss": "^8.4.31",
"prisma": "^5.1.1",
"tailwindcss": "^3.3.3",
"prisma": "^5.11.0",
"tailwindcss": "^3.4.3",
"ts-jest": "^29.1.0",
"ts-node": "^10.9.1",
"type-fest": "^4.2.0",
"typescript": "5.3.2"
"typescript": "^5.4.3"
},
"ct3aMetadata": {
"initVersion": "7.8.0"
},
"prisma": {
"seed": "ts-node --compiler-options {\"module\":\"CommonJS\"} prisma/seed.ts"
}
}
}

0 comments on commit 5820ac9

Please sign in to comment.