update lib

This commit is contained in:
2026-05-05 15:11:36 +07:00
parent 9dfd0295d3
commit 7c4440bf41
5 changed files with 179 additions and 211 deletions
+5 -5
View File
@@ -1,6 +1,6 @@
{
"name": "setrip",
"version": "0.4.0",
"version": "0.4.1",
"private": true,
"scripts": {
"dev": "next dev",
@@ -15,15 +15,15 @@
"dependencies": {
"@next-auth/prisma-adapter": "^1.0.7",
"@prisma/adapter-pg": "^7.7.0",
"@prisma/client": "^7.7.0",
"axios": "^1.15.0",
"@prisma/client": "^7.8.0",
"axios": "^1.16.0",
"bcryptjs": "^3.0.3",
"clsx": "^2.1.1",
"dayjs": "^1.11.20",
"next": "16.2.3",
"next": "^16.2.4",
"next-auth": "^4.24.14",
"pg": "^8.20.0",
"prisma": "^7.7.0",
"prisma": "^7.8.0",
"react": "19.2.4",
"react-datepicker": "^9.1.0",
"react-dom": "19.2.4",