|
14 | 14 | "dependencies": { |
15 | 15 | "@iarna/toml": "^2.2.5", |
16 | 16 | "@next-auth/mongodb-adapter": "^1.1.3", |
17 | | - "@radix-ui/react-dialog": "^1.1.14", |
18 | | - "@radix-ui/react-dropdown-menu": "^2.1.15", |
| 17 | + "@radix-ui/react-dialog": "^1.1.15", |
| 18 | + "@radix-ui/react-dropdown-menu": "^2.1.16", |
19 | 19 | "@tremor/react": "^3.18.7", |
20 | 20 | "class-variance-authority": "^0.7.1", |
21 | 21 | "date-fns": "^4.1.0", |
22 | | - "fast-xml-parser": "^5.2.3", |
| 22 | + "fast-xml-parser": "^5.3.0", |
23 | 23 | "file-saver": "^2.0.5", |
24 | 24 | "jszip": "^3.10.1", |
25 | | - "lucide-react": "^0.512.0", |
26 | | - "nanoid": "^5.1.5", |
27 | | - "next": "^15.3.3", |
| 25 | + "lucide-react": "^0.548.0", |
| 26 | + "nanoid": "^5.1.6", |
| 27 | + "next": "^16.0.0", |
28 | 28 | "next-auth": "^4.24.11", |
29 | 29 | "next-mdx-remote": "^5.0.0", |
30 | 30 | "next-plausible": "^3.12.4", |
31 | 31 | "next-themes": "^0.4.6", |
32 | 32 | "nextjs-progressbar": "^0.0.16", |
33 | | - "react": "19.1.0", |
34 | | - "react-dom": "19.1.0", |
35 | | - "react-hot-toast": "^2.5.2", |
| 33 | + "react": "19.2.0", |
| 34 | + "react-dom": "19.2.0", |
| 35 | + "react-hot-toast": "^2.6.0", |
36 | 36 | "react-markdown": "^10.1.0", |
37 | | - "tailwind-merge": "^3.3.0", |
| 37 | + "tailwind-merge": "^3.3.1", |
38 | 38 | "valibot": "1.1.0" |
39 | 39 | }, |
40 | 40 | "devDependencies": { |
41 | | - "@aws-sdk/credential-provider-web-identity": "^3.823.0", |
| 41 | + "@aws-sdk/credential-provider-web-identity": "^3.916.0", |
42 | 42 | "@eslint/eslintrc": "^3.3.1", |
43 | | - "@eslint/js": "^9.28.0", |
| 43 | + "@eslint/js": "^9.38.0", |
44 | 44 | "@microsoft/eslint-formatter-sarif": "^3.1.0", |
45 | | - "@next/bundle-analyzer": "^15.3.3", |
46 | | - "@next/eslint-plugin-next": "^15.3.3", |
| 45 | + "@next/bundle-analyzer": "^16.0.0", |
47 | 46 | "@ryanccn/eslint-config": "^0.5.0", |
48 | 47 | "@tailwindcss/forms": "^0.5.10", |
49 | | - "@tailwindcss/typography": "^0.5.16", |
| 48 | + "@tailwindcss/typography": "^0.5.19", |
50 | 49 | "@types/file-saver": "^2.0.7", |
51 | | - "@types/node": "22.15.29", |
52 | | - "@types/react": "19.1.6", |
53 | | - "@types/react-dom": "19.1.5", |
54 | | - "@upstash/ratelimit": "^2.0.5", |
55 | | - "@vercel/functions": "^2.1.0", |
| 50 | + "@types/node": "24.9.1", |
| 51 | + "@types/react": "19.2.2", |
| 52 | + "@types/react-dom": "19.2.2", |
| 53 | + "@upstash/ratelimit": "^2.0.6", |
| 54 | + "@vercel/functions": "^3.1.4", |
56 | 55 | "@vercel/kv": "^3.0.0", |
57 | 56 | "autoprefixer": "^10.4.21", |
58 | | - "discord-api-types": "^0.38.10", |
59 | | - "eslint": "^9.28.0", |
60 | | - "eslint-config-next": "15.3.3", |
61 | | - "eslint-config-prettier": "^10.1.5", |
62 | | - "eslint-plugin-react-hooks": "^5.2.0", |
63 | | - "eslint-plugin-unicorn": "^59.0.1", |
64 | | - "globals": "^16.2.0", |
| 57 | + "discord-api-types": "^0.38.31", |
| 58 | + "eslint": "^9.38.0", |
| 59 | + "eslint-config-prettier": "^10.1.8", |
| 60 | + "eslint-plugin-unicorn": "^62.0.0", |
| 61 | + "globals": "^16.4.0", |
65 | 62 | "gray-matter": "^4.0.3", |
66 | 63 | "image-size": "^2.0.2", |
67 | 64 | "kleur": "^4.1.5", |
68 | | - "mongodb": "^6.17.0", |
| 65 | + "mongodb": "^6.20.0", |
69 | 66 | "node-fetch": "^3.3.2", |
70 | | - "nodemailer": "^7.0.3", |
71 | | - "p-limit": "^6.2.0", |
72 | | - "postcss": "^8.5.4", |
73 | | - "prettier": "^3.5.3", |
74 | | - "prettier-plugin-tailwindcss": "^0.6.12", |
| 67 | + "nodemailer": "^7.0.10", |
| 68 | + "p-limit": "^7.2.0", |
| 69 | + "postcss": "^8.5.6", |
| 70 | + "prettier": "^3.6.2", |
| 71 | + "prettier-plugin-tailwindcss": "^0.7.1", |
75 | 72 | "rehype-sanitize": "^6.0.0", |
76 | 73 | "rehype-stringify": "^10.0.1", |
77 | 74 | "remark-parse": "^11.0.0", |
78 | 75 | "remark-rehype": "^11.1.2", |
79 | | - "tailwindcss": "^3.4.17", |
80 | | - "tsx": "^4.19.4", |
81 | | - "typescript": "^5.8.3", |
82 | | - "typescript-eslint": "^8.33.1", |
| 76 | + "tailwindcss": "^3.4.18", |
| 77 | + "tsx": "^4.20.6", |
| 78 | + "typescript": "^5.9.3", |
| 79 | + "typescript-eslint": "^8.46.2", |
83 | 80 | "unified": "^11.0.5" |
84 | 81 | }, |
85 | 82 | "pnpm": { |
|
92 | 89 | "unrs-resolver" |
93 | 90 | ] |
94 | 91 | }, |
95 | | - "packageManager": "pnpm@10.11.1+sha512.e519b9f7639869dc8d5c3c5dfef73b3f091094b0a006d7317353c72b124e80e1afd429732e28705ad6bfa1ee879c1fce46c128ccebd3192101f43dd67c667912" |
| 92 | + "packageManager": "pnpm@10.19.0+sha512.c9fc7236e92adf5c8af42fd5bf1612df99c2ceb62f27047032f4720b33f8eacdde311865e91c411f2774f618d82f320808ecb51718bfa82c060c4ba7c76a32b8" |
96 | 93 | } |
0 commit comments