|
11 | 11 | "db:migrate": "npx tsx ./bin/migrate.ts",
|
12 | 12 | "dev": "next dev",
|
13 | 13 | "dev:email": "email preview ./emails",
|
14 |
| - "format": "prettier --write . --ignore-path .gitignore", |
15 |
| - "format:check": "prettier --check . --ignore-path .gitignore", |
| 14 | + "format": "prettier --write . \"!drizzle/**/*.json\" --ignore-path .gitignore", |
| 15 | + "format:check": "prettier --check . \"!drizzle/**/*.json\" --ignore-path .gitignore", |
16 | 16 | "postinstall": "patch-package",
|
17 | 17 | "lint": "next lint",
|
18 | 18 | "outdated": "npx npm-check-updates --interactive --format group",
|
|
23 | 23 | "type-check": "tsc --noEmit --pretty"
|
24 | 24 | },
|
25 | 25 | "dependencies": {
|
26 |
| - "@auth/core": "^0.27.0", |
27 |
| - "@auth/drizzle-adapter": "0.7.0", |
| 26 | + "@auth/core": "^0.28.2", |
| 27 | + "@auth/drizzle-adapter": "0.8.2", |
28 | 28 | "@hookform/resolvers": "^3.3.4",
|
29 |
| - "@neondatabase/serverless": "^0.8.1", |
30 |
| - "@next/mdx": "^14.1.0", |
| 29 | + "@neondatabase/serverless": "^0.9.0", |
| 30 | + "@next/mdx": "^14.1.4", |
31 | 31 | "@paralleldrive/cuid2": "^2.2.2",
|
32 | 32 | "@radix-ui/react-alert-dialog": "^1.0.5",
|
33 | 33 | "@radix-ui/react-avatar": "^1.0.4",
|
|
39 | 39 | "@t3-oss/env-nextjs": "^0.9.2",
|
40 | 40 | "class-variance-authority": "^0.7.0",
|
41 | 41 | "clsx": "^2.1.0",
|
42 |
| - "drizzle-orm": "^0.29.4", |
43 |
| - "geist": "^1.2.2", |
44 |
| - "jsx-email": "^1.10.11", |
45 |
| - "lucide-react": "^0.338.0", |
46 |
| - "next": "^14.1.0", |
47 |
| - "next-auth": "5.0.0-beta.13", |
48 |
| - "next-themes": "^0.2.1", |
| 42 | + "drizzle-orm": "^0.30.6", |
| 43 | + "geist": "^1.3.0", |
| 44 | + "jsx-email": "^1.10.12", |
| 45 | + "lucide-react": "^0.363.0", |
| 46 | + "next": "^14.1.4", |
| 47 | + "next-auth": "5.0.0-beta.16", |
| 48 | + "next-themes": "^0.3.0", |
49 | 49 | "nextjs-google-analytics": "^2.3.3",
|
50 | 50 | "react": "^18.2.0",
|
51 | 51 | "react-dom": "^18.2.0",
|
52 |
| - "react-hook-form": "^7.50.1", |
53 |
| - "sonner": "^1.4.1", |
54 |
| - "tailwind-merge": "^2.2.1", |
55 |
| - "typed-route-handler": "^0.1.1", |
| 52 | + "react-hook-form": "^7.51.2", |
| 53 | + "sonner": "^1.4.41", |
| 54 | + "tailwind-merge": "^2.2.2", |
| 55 | + "typed-route-handler": "^0.2.4", |
56 | 56 | "zod": "^3.22.4"
|
57 | 57 | },
|
58 | 58 | "devDependencies": {
|
59 |
| - "@tailwindcss/typography": "^0.5.10", |
| 59 | + "@tailwindcss/typography": "^0.5.12", |
60 | 60 | "@testing-library/jest-dom": "^6.4.2",
|
61 |
| - "@testing-library/react": "^14.2.1", |
| 61 | + "@testing-library/react": "^14.2.2", |
62 | 62 | "@types/jest": "^29.5.12",
|
63 |
| - "@types/mdx": "^2.0.11", |
64 |
| - "@types/node": "^20.11.20", |
65 |
| - "@types/react": "^18.2.58", |
66 |
| - "@types/react-dom": "^18.2.19", |
67 |
| - "@vercel/style-guide": "^5.2.0", |
68 |
| - "autoprefixer": "^10.4.17", |
| 63 | + "@types/mdx": "^2.0.12", |
| 64 | + "@types/node": "^20.12.2", |
| 65 | + "@types/react": "^18.2.73", |
| 66 | + "@types/react-dom": "^18.2.23", |
| 67 | + "@vercel/style-guide": "^6.0.0", |
| 68 | + "autoprefixer": "^10.4.19", |
69 | 69 | "concurrently": "^8.2.2",
|
70 | 70 | "drizzle-kit": "^0.20.14",
|
71 | 71 | "eslint": "^8.57.0",
|
72 |
| - "eslint-config-next": "^14.1.0", |
| 72 | + "eslint-config-next": "^14.1.4", |
73 | 73 | "eslint-plugin-jest": "^27.9.0",
|
74 |
| - "eslint-plugin-tailwindcss": "^3.14.3", |
| 74 | + "eslint-plugin-tailwindcss": "^3.15.1", |
75 | 75 | "jest": "^29.7.0",
|
76 | 76 | "jest-environment-jsdom": "^29.7.0",
|
77 | 77 | "next-secure-headers": "^2.2.0",
|
78 |
| - "oxlint": "^0.2.10", |
| 78 | + "oxlint": "^0.2.15", |
79 | 79 | "patch-package": "^8.0.0",
|
80 |
| - "pg": "^8.11.3", |
81 |
| - "postcss": "^8.4.35", |
82 |
| - "postgres": "^3.4.3", |
| 80 | + "pg": "^8.11.4", |
| 81 | + "postcss": "^8.4.38", |
| 82 | + "postgres": "^3.4.4", |
83 | 83 | "postinstall-postinstall": "^2.1.0",
|
84 | 84 | "prettier": "^3.2.5",
|
85 |
| - "tailwindcss": "^3.4.1", |
| 85 | + "tailwindcss": "^3.4.3", |
86 | 86 | "tailwindcss-animate": "^1.0.7",
|
87 |
| - "typescript": "^5.3.3" |
| 87 | + "typescript": "^5.4.3" |
88 | 88 | }
|
89 | 89 | }
|
0 commit comments