|
4 | 4 | "version": "2.0.0", |
5 | 5 | "type": "module", |
6 | 6 | "scripts": { |
7 | | - "clean": "rimraf --glob **/node_modules **/dist **/.next pnpm-lock.yaml **/.tsbuildinfo", |
| 7 | + "clean": "rimraf --glob **/node_modules **/dist **/.next **/.tsbuildinfo", |
8 | 8 | "build": "next build", |
9 | 9 | "dev": "next dev", |
10 | 10 | "start": "next start", |
|
24 | 24 | "db:studio": "dotenv drizzle-kit studio" |
25 | 25 | }, |
26 | 26 | "dependencies": { |
27 | | - "@dnd-kit/core": "^6.1.0", |
| 27 | + "@dnd-kit/core": "^6.2.0", |
28 | 28 | "@dnd-kit/modifiers": "^8.0.0", |
29 | 29 | "@dnd-kit/sortable": "^9.0.0", |
30 | 30 | "@dnd-kit/utilities": "^3.2.2", |
31 | 31 | "@fontsource/manrope": "^5.1.0", |
32 | 32 | "@fontsource/roboto-mono": "^5.1.0", |
33 | | - "@hookform/resolvers": "^3.9.0", |
| 33 | + "@hookform/resolvers": "^3.9.1", |
34 | 34 | "@radix-ui/react-checkbox": "^1.1.2", |
35 | 35 | "@radix-ui/react-dialog": "^1.1.2", |
36 | 36 | "@radix-ui/react-dropdown-menu": "^2.1.2", |
|
44 | 44 | "@radix-ui/react-slot": "^1.1.0", |
45 | 45 | "@radix-ui/react-toggle": "^1.1.0", |
46 | 46 | "@radix-ui/react-toggle-group": "^1.1.0", |
47 | | - "@radix-ui/react-tooltip": "^1.1.3", |
| 47 | + "@radix-ui/react-tooltip": "^1.1.4", |
48 | 48 | "@t3-oss/env-nextjs": "^0.11.1", |
49 | 49 | "@tanstack/react-query": "^5.62.3", |
50 | 50 | "@tanstack/react-table": "^8.20.5", |
51 | | - "axios": "^1.7.8", |
| 51 | + "axios": "^1.9.0", |
52 | 52 | "class-variance-authority": "^0.7.0", |
53 | 53 | "clsx": "^2.1.1", |
54 | | - "cmdk": "^1.0.0", |
| 54 | + "cmdk": "^1.0.4", |
55 | 55 | "copy-to-clipboard": "^3.3.3", |
56 | 56 | "date-fns": "^4.1.0", |
57 | | - "drizzle-orm": "^0.36.0", |
| 57 | + "drizzle-orm": "^0.36.4", |
58 | 58 | "export-to-csv": "^1.4.0", |
59 | 59 | "framer-motion": "^11.13.1", |
60 | 60 | "geist": "^1.3.1", |
61 | 61 | "lodash-es": "^4.17.21", |
62 | 62 | "lucide-react": "^0.460.0", |
63 | | - "nanoid": "^5.0.7", |
64 | | - "next": "^15.0.0", |
| 63 | + "nanoid": "^5.1.5", |
| 64 | + "next": "^15.3.2", |
65 | 65 | "next-themes": "^0.4.3", |
66 | | - "nuqs": "^2.0.0", |
67 | | - "postgres": "^3.4.4", |
| 66 | + "nuqs": "^2.2.3", |
| 67 | + "postgres": "^3.4.5", |
68 | 68 | "react": "^18.3.1", |
69 | 69 | "react-collapse": "^5.1.1", |
70 | 70 | "react-day-picker": "^8.10.1", |
71 | 71 | "react-dom": "^18.3.1", |
72 | 72 | "react-error-boundary": "^5.0.0", |
73 | | - "react-hook-form": "^7.53.1", |
| 73 | + "react-hook-form": "^7.53.2", |
74 | 74 | "react-icons": "^5.4.0", |
75 | 75 | "react-use": "^17.5.1", |
76 | 76 | "recharts": "^2.15.0", |
77 | 77 | "server-only": "^0.0.1", |
78 | | - "sonner": "^1.5.0", |
| 78 | + "sonner": "^1.7.0", |
79 | 79 | "tailwind-merge": "^2.5.4", |
80 | 80 | "tailwindcss-animate": "^1.0.7", |
81 | 81 | "url-join": "^5.0.0", |
82 | | - "vaul": "^1.1.0", |
| 82 | + "vaul": "^1.1.1", |
83 | 83 | "viem": "^2.21.51", |
84 | 84 | "zod": "^3.23.8" |
85 | 85 | }, |
86 | 86 | "devDependencies": { |
87 | | - "@faker-js/faker": "^9.0.3", |
88 | | - "@ianvs/prettier-plugin-sort-imports": "^4.3.1", |
| 87 | + "@faker-js/faker": "^9.2.0", |
| 88 | + "@ianvs/prettier-plugin-sort-imports": "^4.4.0", |
89 | 89 | "@svgr/webpack": "^8.1.0", |
90 | 90 | "@total-typescript/ts-reset": "^0.6.1", |
91 | | - "@types/eslint": "^8.56.10", |
| 91 | + "@types/eslint": "^8.56.12", |
92 | 92 | "@types/lodash-es": "^4.17.12", |
93 | | - "@types/node": "^22.7.8", |
94 | | - "@types/react": "^18.3.11", |
| 93 | + "@types/node": "^22.9.3", |
| 94 | + "@types/react": "^18.3.12", |
95 | 95 | "@types/react-collapse": "^5.0.4", |
96 | 96 | "@types/react-dom": "^18.3.1", |
97 | | - "@typescript-eslint/eslint-plugin": "^8.11.0", |
98 | | - "@typescript-eslint/parser": "^8.11.0", |
| 97 | + "@typescript-eslint/eslint-plugin": "^8.15.0", |
| 98 | + "@typescript-eslint/parser": "^8.15.0", |
99 | 99 | "autoprefixer": "^10.4.20", |
100 | | - "dotenv-cli": "^7.4.2", |
101 | | - "drizzle-kit": "^0.28.0", |
102 | | - "eslint": "^8.57.0", |
103 | | - "eslint-config-next": "^15.0.0", |
| 100 | + "dotenv-cli": "^7.4.4", |
| 101 | + "drizzle-kit": "^0.28.1", |
| 102 | + "eslint": "^8.57.1", |
| 103 | + "eslint-config-next": "^15.0.3", |
104 | 104 | "eslint-config-prettier": "^9.1.0", |
105 | 105 | "eslint-plugin-tailwindcss": "^3.17.5", |
106 | | - "pg": "^8.13.0", |
107 | | - "postcss": "^8.4.47", |
| 106 | + "pg": "^8.13.1", |
| 107 | + "postcss": "^8.4.49", |
108 | 108 | "prettier": "^3.3.3", |
109 | | - "prettier-plugin-tailwindcss": "^0.6.8", |
| 109 | + "prettier-plugin-tailwindcss": "^0.6.9", |
110 | 110 | "rimraf": "^6.0.1", |
111 | | - "tailwindcss": "^3.4.14", |
112 | | - "tsx": "^4.19.1", |
113 | | - "typescript": "^5.6.3" |
| 111 | + "tailwindcss": "^3.4.15", |
| 112 | + "tsx": "^4.19.2", |
| 113 | + "typescript": "^5.7.2" |
114 | 114 | }, |
115 | 115 | "ct3aMetadata": { |
116 | 116 | "initVersion": "7.23.1" |
|
0 commit comments