|
18 | 18 | }, |
19 | 19 | "scripts": { |
20 | 20 | "preinstall": "npx only-allow pnpm", |
21 | | - "dev": "next dev --turbo", |
| 21 | + "dev": "next dev --turbopack", |
22 | 22 | "build": "prisma generate && rm -rf .next/standalone && next build && cp -r public .next/standalone/ && cp -r .next/static .next/standalone/.next/", |
23 | 23 | "start": "cd .next/standalone && dotenv -e ../../.env -- node server.js", |
24 | 24 | "lint": "next lint", |
|
47 | 47 | "@headlessui/react": "2.2.2", |
48 | 48 | "@heroicons/react": "2.1.5", |
49 | 49 | "@next-auth/prisma-adapter": "1.0.7", |
50 | | - "@next/bundle-analyzer": "14.2.5", |
| 50 | + "@next/bundle-analyzer": "15.5.4", |
51 | 51 | "@prisma/client": "5.17.0", |
52 | 52 | "@supabase/realtime-js": "2.10.4", |
53 | 53 | "@tanstack/react-table": "8.19.3", |
54 | 54 | "@uiw/codemirror-theme-dracula": "4.23.0", |
55 | 55 | "@uiw/react-codemirror": "4.23.0", |
56 | | - "@visx/group": "3.3.0", |
57 | | - "@visx/shape": "3.5.0", |
58 | | - "@visx/text": "3.3.0", |
| 56 | + "@visx/group": "3.12.0", |
| 57 | + "@visx/shape": "3.12.0", |
| 58 | + "@visx/text": "3.12.0", |
59 | 59 | "axios": "1.7.2", |
60 | 60 | "clsx": "2.1.1", |
61 | 61 | "concurrently": "8.2.2", |
62 | 62 | "csstype": "3.1.3", |
63 | 63 | "dayjs": "1.11.11", |
64 | | - "framer-motion": "11.3.4", |
65 | 64 | "fuse.js": "7.0.0", |
66 | 65 | "katex": "0.16.21", |
67 | | - "next": "14.1.4", |
68 | | - "next-auth": "4.24.7", |
69 | | - "next-mdx-remote": "4.4.1", |
70 | | - "next-themes": "0.3.0", |
| 66 | + "motion": "12.23.22", |
| 67 | + "next": "15.5.4", |
| 68 | + "next-auth": "4.24.11", |
| 69 | + "next-mdx-remote": "5.0.0", |
| 70 | + "next-themes": "0.4.6", |
71 | 71 | "prism-react-renderer": "1.3.5", |
72 | 72 | "prismjs": "1.30.0", |
73 | | - "react": "18.3.1", |
| 73 | + "react": "19.1.1", |
74 | 74 | "react-countup": "6.5.3", |
75 | | - "react-dom": "18.3.1", |
76 | | - "react-dropzone": "14.2.3", |
77 | | - "react-hook-form": "7.52.1", |
78 | | - "react-hot-toast": "2.4.1", |
| 75 | + "react-dom": "19.1.1", |
| 76 | + "react-dropzone": "14.3.8", |
| 77 | + "react-hook-form": "7.63.0", |
| 78 | + "react-hot-toast": "2.6.0", |
79 | 79 | "react-infinite-scroll-component": "6.1.0", |
80 | 80 | "react-table": "7.8.0", |
81 | | - "rehype-autolink-headings": "6.1.1", |
82 | | - "rehype-katex": "6.0.3", |
83 | | - "rehype-prism-plus": "2.0.0", |
| 81 | + "rehype-autolink-headings": "7.1.0", |
| 82 | + "rehype-katex": "7.0.1", |
| 83 | + "rehype-prism-plus": "2.0.1", |
84 | 84 | "rehype-slug": "6.0.0", |
85 | | - "remark-gfm": "3.0.1", |
86 | | - "remark-math": "5.1.1", |
| 85 | + "remark-gfm": "4.0.1", |
| 86 | + "remark-math": "6.0.0", |
87 | 87 | "server-only": "0.0.1", |
88 | | - "sharp": "0.33.4", |
89 | | - "swr": "2.2.5", |
| 88 | + "sharp": "0.34.4", |
| 89 | + "swr": "2.3.6", |
90 | 90 | "zod": "3.23.8" |
91 | 91 | }, |
92 | 92 | "devDependencies": { |
93 | 93 | "@octokit/types": "13.5.0", |
94 | | - "@playwright/test": "1.45.2", |
| 94 | + "@playwright/test": "1.55.1", |
95 | 95 | "@tailwindcss/typography": "0.5.13", |
96 | | - "@testing-library/jest-dom": "6.4.6", |
97 | | - "@testing-library/react": "16.0.0", |
| 96 | + "@testing-library/jest-dom": "6.8.0", |
| 97 | + "@testing-library/react": "16.3.0", |
98 | 98 | "@types/node": "20.14.10", |
99 | | - "@types/react": "18.3.3", |
| 99 | + "@types/react": "19.1.15", |
| 100 | + "@types/react-dom": "19.1.9", |
100 | 101 | "@types/react-table": "7.7.20", |
101 | 102 | "@typescript-eslint/eslint-plugin": "7.16.1", |
102 | 103 | "@typescript-eslint/parser": "7.16.1", |
|
105 | 106 | "autoprefixer": "10.4.19", |
106 | 107 | "dotenv-cli": "10.0.0", |
107 | 108 | "eslint": "8.57.0", |
108 | | - "eslint-config-next": "14.2.5", |
| 109 | + "eslint-config-next": "15.5.4", |
109 | 110 | "eslint-config-prettier": "9.1.0", |
110 | 111 | "eslint-plugin-import": "2.29.1", |
111 | 112 | "eslint-plugin-prettier": "5.1.3", |
|
124 | 125 | "ts-node": "10.9.2", |
125 | 126 | "typescript": "5.5.3", |
126 | 127 | "vitest": "2.0.3" |
127 | | - }, |
128 | | - "pnpm": { |
129 | | - "overrides": { |
130 | | - "undici": ">=5.19.1" |
131 | | - } |
132 | 128 | } |
133 | 129 | } |
0 commit comments