|
16 | 16 | "postinstall": "prisma generate"
|
17 | 17 | },
|
18 | 18 | "dependencies": {
|
19 |
| - "@hookform/resolvers": "^3.1.0", |
20 |
| - "@next-auth/prisma-adapter": "^1.0.6", |
21 |
| - "@prisma/client": "^4.13.0", |
| 19 | + "@hookform/resolvers": "^3.3.2", |
| 20 | + "@next-auth/prisma-adapter": "^1.0.7", |
| 21 | + "@prisma/client": "^4.16.2", |
22 | 22 | "@radix-ui/react-accessible-icon": "^1.0.2",
|
23 | 23 | "@radix-ui/react-accordion": "^1.1.1",
|
24 | 24 | "@radix-ui/react-alert-dialog": "^1.0.3",
|
|
47 | 47 | "@radix-ui/react-toggle": "^1.0.2",
|
48 | 48 | "@radix-ui/react-toggle-group": "^1.0.3",
|
49 | 49 | "@radix-ui/react-tooltip": "^1.0.5",
|
50 |
| - "@t3-oss/env-nextjs": "^0.2.2", |
51 |
| - "@typescript-eslint/parser": "^5.59.0", |
| 50 | + "@t3-oss/env-nextjs": "^0.7.1", |
| 51 | + "@typescript-eslint/parser": "^5.62.0", |
52 | 52 | "@vercel/analytics": "^1.0.0",
|
53 |
| - "@vercel/og": "^0.0.21", |
| 53 | + "@vercel/og": "^0.5.20", |
| 54 | + "axios": "^1.6.0", |
54 | 55 | "bcrypt": "^5.1.1",
|
55 |
| - "class-variance-authority": "^0.4.0", |
| 56 | + "class-variance-authority": "^0.7.0", |
56 | 57 | "clsx": "^1.2.1",
|
57 | 58 | "cmdk": "^0.1.22",
|
58 |
| - "date-fns": "^2.29.3", |
59 |
| - "lucide-react": "^0.92.0", |
60 |
| - "next": "13.3.2-canary.13", |
61 |
| - "next-auth": "4.22.1", |
| 59 | + "date-fns": "^2.30.0", |
| 60 | + "lucide-react": "^0.292.0", |
| 61 | + "next": "14.0.1", |
| 62 | + "next-auth": "4.24.4", |
62 | 63 | "next-themes": "^0.2.1",
|
63 |
| - "nodemailer": "^6.9.1", |
| 64 | + "nodemailer": "^6.9.7", |
64 | 65 | "prop-types": "^15.8.1",
|
65 | 66 | "react": "^18.2.0",
|
66 |
| - "react-day-picker": "^8.7.1", |
| 67 | + "react-day-picker": "^8.9.1", |
67 | 68 | "react-dom": "^18.2.0",
|
68 | 69 | "react-editor-js": "^2.1.0",
|
69 |
| - "react-hook-form": "^7.43.9", |
70 |
| - "react-textarea-autosize": "^8.4.1", |
71 |
| - "sharp": "^0.31.3", |
72 |
| - "tailwind-merge": "^1.12.0", |
73 |
| - "tailwindcss-animate": "^1.0.5", |
74 |
| - "zod": "^3.21.4" |
| 70 | + "react-hook-form": "^7.47.0", |
| 71 | + "react-textarea-autosize": "^8.5.3", |
| 72 | + "sharp": "^0.32.6", |
| 73 | + "tailwind-merge": "^2.0.0", |
| 74 | + "tailwindcss-animate": "^1.0.7", |
| 75 | + "zod": "^3.22.4" |
75 | 76 | },
|
76 | 77 | "devDependencies": {
|
77 |
| - "@commitlint/cli": "^17.6.1", |
78 |
| - "@commitlint/config-conventional": "^17.6.1", |
79 |
| - "@ianvs/prettier-plugin-sort-imports": "^3.7.2", |
| 78 | + "@commitlint/cli": "^18.2.0", |
| 79 | + "@commitlint/config-conventional": "^18.1.0", |
| 80 | + "@ianvs/prettier-plugin-sort-imports": "^4.1.1", |
80 | 81 | "@tailwindcss/line-clamp": "^0.4.4",
|
81 |
| - "@tailwindcss/typography": "^0.5.9", |
| 82 | + "@tailwindcss/typography": "^0.5.10", |
82 | 83 | "@types/bcrypt": "^5.0.1",
|
83 |
| - "@types/node": "^18.16.0", |
84 |
| - "@types/react": "18.0.15", |
85 |
| - "@types/react-dom": "18.0.6", |
86 |
| - "autoprefixer": "^10.4.14", |
87 |
| - "eslint": "^8.39.0", |
88 |
| - "eslint-config-next": "13.0.0", |
89 |
| - "eslint-config-prettier": "^8.8.0", |
90 |
| - "eslint-plugin-react": "^7.32.2", |
91 |
| - "eslint-plugin-tailwindcss": "^3.11.0", |
| 84 | + "@types/node": "^20.8.10", |
| 85 | + "@types/react": "18.2.34", |
| 86 | + "@types/react-dom": "18.2.14", |
| 87 | + "autoprefixer": "^10.4.16", |
| 88 | + "eslint": "^8.53.0", |
| 89 | + "eslint-config-next": "14.0.1", |
| 90 | + "eslint-config-prettier": "^9.0.0", |
| 91 | + "eslint-plugin-react": "^7.33.2", |
| 92 | + "eslint-plugin-tailwindcss": "^3.13.0", |
92 | 93 | "husky": "^8.0.3",
|
93 |
| - "postcss": "^8.4.23", |
94 |
| - "prettier": "^2.8.8", |
95 |
| - "prettier-plugin-tailwindcss": "^0.1.13", |
| 94 | + "postcss": "^8.4.31", |
| 95 | + "prettier": "^3.0.3", |
| 96 | + "prettier-plugin-tailwindcss": "^0.5.6", |
96 | 97 | "pretty-quick": "^3.1.3",
|
97 |
| - "prisma": "^4.13.0", |
98 |
| - "tailwindcss": "^3.3.1", |
99 |
| - "typescript": "4.7.4" |
| 98 | + "prisma": "^5.5.2", |
| 99 | + "tailwindcss": "^3.3.5", |
| 100 | + "typescript": "5.2.2" |
100 | 101 | }
|
101 | 102 | }
|
0 commit comments