chore: remove oslo dependency

This commit is contained in:
2024-12-14 00:03:26 +01:00
parent 45752d4fac
commit aa6eaffc76
4 changed files with 137 additions and 14 deletions

View File

@@ -12,6 +12,7 @@
},
"dependencies": {
"@lucia-auth/adapter-prisma": "^4.0.1",
"@node-rs/argon2": "^2.0.2",
"@prisma/client": "^5.12.1",
"@radix-ui/react-avatar": "^1.0.4",
"@radix-ui/react-dropdown-menu": "^2.1.2",
@@ -23,7 +24,6 @@
"lucide-react": "^0.368.0",
"next": "^14.2.3",
"next-themes": "^0.3.0",
"oslo": "^1.2.1",
"react": "^18",
"react-dom": "^18",
"sonner": "^1.4.41",
@@ -41,5 +41,6 @@
"prisma": "^5.12.1",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}