|
12 | 12 | "seed": "npx prisma migrate reset --force & npx tsx ./prisma/seed/init.ts" |
13 | 13 | }, |
14 | 14 | "dependencies": { |
15 | | - "@auth/prisma-adapter": "^2.7.4", |
| 15 | + "@auth/prisma-adapter": "^2.8.0", |
16 | 16 | "@emoji-mart/data": "^1.2.1", |
17 | 17 | "@emoji-mart/react": "^1.1.1", |
18 | | - "@mantine/code-highlight": "^7.15.1", |
19 | | - "@mantine/core": "^7.15.1", |
20 | | - "@mantine/hooks": "^7.15.1", |
21 | | - "@mantine/modals": "^7.15.1", |
22 | | - "@mantine/spotlight": "^7.15.1", |
23 | | - "@mantine/tiptap": "^7.15.1", |
24 | | - "@prisma/client": "^6.2.1", |
25 | | - "@tabler/icons-react": "^3.24.0", |
26 | | - "@tiptap/extension-image": "^2.11.5", |
27 | | - "@tiptap/extension-link": "^2.10.3", |
28 | | - "@tiptap/pm": "^2.10.3", |
29 | | - "@tiptap/react": "^2.10.3", |
30 | | - "@tiptap/starter-kit": "^2.10.3", |
| 18 | + "@mantine/code-highlight": "^7.17.3", |
| 19 | + "@mantine/core": "^7.17.3", |
| 20 | + "@mantine/hooks": "^7.17.3", |
| 21 | + "@mantine/modals": "^7.17.3", |
| 22 | + "@mantine/spotlight": "^7.17.3", |
| 23 | + "@mantine/tiptap": "^7.17.3", |
| 24 | + "@prisma/client": "^6.5.0", |
| 25 | + "@tabler/icons-react": "^3.31.0", |
| 26 | + "@tiptap/extension-image": "^2.11.7", |
| 27 | + "@tiptap/extension-link": "^2.11.7", |
| 28 | + "@tiptap/pm": "^2.11.7", |
| 29 | + "@tiptap/react": "^2.11.7", |
| 30 | + "@tiptap/starter-kit": "^2.11.7", |
31 | 31 | "aws-sdk": "^2.1692.0", |
32 | 32 | "clsx": "^2.1.1", |
33 | 33 | "dayjs": "^1.11.13", |
34 | 34 | "dayjs-plugin-utc": "^0.1.2", |
35 | 35 | "emoji-mart": "^5.6.0", |
36 | | - "next": "15.1.0", |
| 36 | + "next": "15.2.4", |
37 | 37 | "next-auth": "5.0.0-beta.25", |
38 | | - "react": "^19.0.0", |
39 | | - "react-dom": "^19.0.0", |
| 38 | + "react": "^19.1.0", |
| 39 | + "react-dom": "^19.1.0", |
40 | 40 | "rehype-katex": "^7.0.1", |
41 | 41 | "rehype-parse": "^9.0.1", |
42 | 42 | "rehype-raw": "^7.0.0", |
|
46 | 46 | "remark-gfm": "^4.0.1", |
47 | 47 | "remark-math": "^6.0.0", |
48 | 48 | "remark-parse": "^11.0.0", |
49 | | - "remark-rehype": "^11.1.1", |
50 | | - "sharp": "^0.33.5", |
| 49 | + "remark-rehype": "^11.1.2", |
| 50 | + "sharp": "^0.34.0", |
51 | 51 | "unified": "^11.0.5", |
52 | | - "uuid": "^11.0.5" |
| 52 | + "uuid": "^11.1.0" |
53 | 53 | }, |
54 | 54 | "devDependencies": { |
55 | | - "@eslint/eslintrc": "^3", |
| 55 | + "@eslint/eslintrc": "^3.3.1", |
56 | 56 | "@next/eslint-plugin-next": "^15.2.4", |
57 | | - "@types/node": "^20.17.11", |
58 | | - "@types/react": "^19", |
59 | | - "@types/react-dom": "^19", |
| 57 | + "@types/node": "^22.14.0", |
| 58 | + "@types/react": "^19.1.0", |
| 59 | + "@types/react-dom": "^19.1.1", |
60 | 60 | "@types/uuid": "^10.0.0", |
61 | | - "eslint": "^9.16.0", |
62 | | - "eslint-config-next": "15.1.0", |
63 | | - "eslint-config-prettier": "^9.1.0", |
| 61 | + "eslint": "^9.24.0", |
| 62 | + "eslint-config-next": "15.2.4", |
| 63 | + "eslint-config-prettier": "^10.1.1", |
64 | 64 | "eslint-plugin-import": "^2.31.0", |
65 | 65 | "eslint-plugin-react-hooks": "^5.2.0", |
66 | | - "prettier": "^3.4.2", |
67 | | - "prisma": "^6.2.1", |
68 | | - "stylelint": "^16.11.0", |
69 | | - "stylelint-config-recess-order": "^5.1.1", |
70 | | - "stylelint-config-standard": "^36.0.1", |
71 | | - "typescript": "^5", |
72 | | - "typescript-eslint": "^8.19.0" |
| 66 | + "prettier": "^3.5.3", |
| 67 | + "prisma": "^6.5.0", |
| 68 | + "prisma-markdown": "^1.0.9", |
| 69 | + "stylelint": "^16.17.0", |
| 70 | + "stylelint-config-recess-order": "^6.0.0", |
| 71 | + "stylelint-config-standard": "^37.0.0", |
| 72 | + "typescript": "^5.8.3", |
| 73 | + "typescript-eslint": "^8.29.0" |
| 74 | + }, |
| 75 | + "pnpm": { |
| 76 | + "onlyBuiltDependencies": [ |
| 77 | + "@prisma/client", |
| 78 | + "@prisma/engines", |
| 79 | + "aws-sdk", |
| 80 | + "esbuild", |
| 81 | + "prisma", |
| 82 | + "sharp" |
| 83 | + ] |
73 | 84 | } |
74 | 85 | } |
0 commit comments