diff --git a/bun.lockb b/bun.lockb index bb1c360..2379a45 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 4b40740..bf507d2 100644 --- a/package.json +++ b/package.json @@ -19,54 +19,52 @@ }, "dependencies": { "@auth0/nextjs-auth0": "^3.5.0", - "@hookform/resolvers": "^3.3.4", - "@lucia-auth/adapter-prisma": "^4.0.0", - "@prisma/client": "^5.10.2", - "@radix-ui/react-alert-dialog": "^1.0.5", - "@radix-ui/react-dialog": "^1.0.5", - "@radix-ui/react-dropdown-menu": "^2.0.6", - "@radix-ui/react-label": "^2.0.2", - "@radix-ui/react-navigation-menu": "^1.1.4", - "@radix-ui/react-popover": "^1.0.7", - "@radix-ui/react-scroll-area": "^1.0.5", - "@radix-ui/react-select": "^2.0.0", - "@radix-ui/react-separator": "^1.0.3", - "@radix-ui/react-slot": "^1.0.2", - "@serwist/next": "^8.4.4", - "@serwist/precaching": "^8.4.4", - "@serwist/sw": "^8.4.4", - "@tanstack/react-table": "^8.13.2", - "class-variance-authority": "^0.7.0", - "clsx": "^2.1.0", - "cmdk": "^1.0.0", - "date-fns": "^3.3.1", - "lucia": "^3.0.1", - "lucide-react": "^0.350.0", - "next": "14.1.3", - "next-themes": "^0.2.1", - "oslo": "^1.1.3", - "react": "^18", - "react-day-picker": "^8.10.0", - "react-dom": "^18", - "react-hook-form": "^7.51.0", - "sonner": "^1.4.3", - "swr": "^2.2.5", - "tailwind-merge": "^2.2.1", + "@hookform/resolvers": "^3.9.1", + "@prisma/client": "^6.1.0", + "@radix-ui/react-alert-dialog": "^1.1.4", + "@radix-ui/react-dialog": "^1.1.4", + "@radix-ui/react-dropdown-menu": "^2.1.4", + "@radix-ui/react-label": "^2.1.1", + "@radix-ui/react-navigation-menu": "^1.2.3", + "@radix-ui/react-popover": "^1.1.4", + "@radix-ui/react-scroll-area": "^1.2.2", + "@radix-ui/react-select": "^2.1.4", + "@radix-ui/react-separator": "^1.1.1", + "@radix-ui/react-slot": "^1.1.1", + "@serwist/next": "^9.0.11", + "@serwist/precaching": "^9.0.11", + "@serwist/sw": "^9.0.11", + "@tanstack/react-table": "^8.20.6", + "class-variance-authority": "^0.7.1", + "clsx": "^2.1.1", + "cmdk": "^1.0.4", + "date-fns": "^4.1.0", + "lucia": "^3.2.2", + "lucide-react": "^0.469.0", + "next": "15.1.2", + "next-themes": "^0.4.4", + "react": "^19.0.0", + "react-day-picker": "^9.4.4", + "react-dom": "^19.0.0", + "react-hook-form": "^7.54.2", + "sonner": "^1.7.1", + "swr": "^2.3.0", + "tailwind-merge": "^2.6.0", "tailwindcss-animate": "^1.0.7", - "vaul": "^0.9.0", - "zod": "^3.22.4" + "vaul": "^1.1.2", + "zod": "^3.24.1" }, "devDependencies": { - "@types/node": "^20.11.25", - "@types/react": "^18", - "@types/react-dom": "^18", - "autoprefixer": "^10.0.1", + "@types/node": "^22.10.2", + "@types/react": "^19.0.2", + "@types/react-dom": "^19.0.2", + "autoprefixer": "^10.4.20", "eslint": "^8", - "eslint-config-next": "14.1.3", + "eslint-config-next": "15.1.2", "postcss": "^8", - "prisma": "^5.10.2", - "tailwindcss": "^3.3.0", + "prisma": "^6.1.0", + "tailwindcss": "^3.4.17", "ts-node": "^10.9.2", - "typescript": "^5.4.2" + "typescript": "^5.7.2" } } diff --git a/tsconfig.json b/tsconfig.json index 818c1b6..6578253 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -29,7 +29,8 @@ }, "types": [ "@serwist/next/typings" - ] + ], + "target": "ES2017" }, "include": [ "next-env.d.ts",