|
1 | 1 | { |
2 | 2 | "name": "programming.in.th", |
3 | 3 | "private": true, |
4 | | - "packageManager": "pnpm@10.17.1", |
| 4 | + "packageManager": "pnpm@10.21.0", |
5 | 5 | "engines": { |
6 | | - "node": "^22.12" |
| 6 | + "node": "^24.11" |
7 | 7 | }, |
8 | 8 | "lint-staged": { |
9 | 9 | "*.{json,md,yaml,css,scss}": [ |
|
26 | 26 | "prebuild": "prisma generate", |
27 | 27 | "predev": "prisma generate", |
28 | 28 | "prepare": "husky", |
| 29 | + "check-types": "next typegen && tsc --noEmit", |
29 | 30 | "test": "vitest run", |
30 | 31 | "test:coverage": "vitest run --coverage", |
31 | 32 | "test:e2e": "playwright test" |
|
38 | 39 | "@codemirror/lang-python": "6.2.1", |
39 | 40 | "@codemirror/lang-rust": "6.0.2", |
40 | 41 | "@codemirror/language": "6.11.3", |
41 | | - "@codemirror/legacy-modes": "6.5.1", |
42 | | - "@codemirror/view": "6.38.4", |
| 42 | + "@codemirror/legacy-modes": "6.5.2", |
| 43 | + "@codemirror/view": "6.38.6", |
43 | 44 | "@dnd-kit/core": "6.3.1", |
44 | 45 | "@dnd-kit/modifiers": "9.0.0", |
45 | 46 | "@dnd-kit/sortable": "10.0.0", |
46 | 47 | "@dnd-kit/utilities": "3.2.2", |
47 | 48 | "@headlessui/react": "2.2.9", |
48 | 49 | "@heroicons/react": "2.2.0", |
49 | 50 | "@next-auth/prisma-adapter": "1.0.7", |
50 | | - "@next/bundle-analyzer": "15.5.4", |
51 | | - "@prisma/client": "5.17.0", |
| 51 | + "@next/bundle-analyzer": "15.5.5", |
| 52 | + "@prisma/client": "6.17.1", |
52 | 53 | "@supabase/realtime-js": "2.15.6", |
53 | 54 | "@tanstack/react-table": "8.21.3", |
54 | 55 | "@uiw/codemirror-theme-dracula": "4.25.2", |
|
61 | 62 | "csstype": "3.1.3", |
62 | 63 | "dayjs": "1.11.18", |
63 | 64 | "fuse.js": "7.1.0", |
64 | | - "katex": "0.16.22", |
65 | | - "motion": "12.23.22", |
66 | | - "next": "15.5.4", |
| 65 | + "katex": "0.16.25", |
| 66 | + "motion": "12.23.24", |
| 67 | + "next": "15.5.5", |
67 | 68 | "next-auth": "4.24.11", |
68 | 69 | "next-mdx-remote": "5.0.0", |
69 | 70 | "next-themes": "0.4.6", |
70 | 71 | "prism-react-renderer": "1.3.5", |
71 | 72 | "prismjs": "1.30.0", |
72 | | - "react": "19.1.1", |
| 73 | + "react": "19.2.0", |
73 | 74 | "react-countup": "6.5.3", |
74 | | - "react-dom": "19.1.1", |
| 75 | + "react-dom": "19.2.0", |
75 | 76 | "react-dropzone": "14.3.8", |
76 | | - "react-hook-form": "7.63.0", |
| 77 | + "react-hook-form": "7.65.0", |
77 | 78 | "react-hot-toast": "2.6.0", |
78 | 79 | "react-infinite-scroll-component": "6.1.0", |
79 | 80 | "react-table": "7.8.0", |
|
86 | 87 | "server-only": "0.0.1", |
87 | 88 | "sharp": "0.34.4", |
88 | 89 | "swr": "2.3.6", |
89 | | - "zod": "4.1.11" |
| 90 | + "zod": "4.1.12" |
90 | 91 | }, |
91 | 92 | "devDependencies": { |
92 | 93 | "@octokit/types": "15.0.0", |
93 | | - "@playwright/test": "1.55.1", |
| 94 | + "@playwright/test": "1.56.0", |
94 | 95 | "@tailwindcss/typography": "0.5.19", |
95 | | - "@testing-library/jest-dom": "6.8.0", |
| 96 | + "@testing-library/jest-dom": "6.9.1", |
96 | 97 | "@testing-library/react": "16.3.0", |
97 | 98 | "@types/node": "22.18.6", |
98 | | - "@types/react": "19.1.15", |
99 | | - "@types/react-dom": "19.1.9", |
| 99 | + "@types/react": "19.2.2", |
| 100 | + "@types/react-dom": "19.2.2", |
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.21", |
106 | 107 | "dotenv-cli": "10.0.0", |
107 | 108 | "eslint": "8.57.0", |
108 | | - "eslint-config-next": "15.5.4", |
| 109 | + "eslint-config-next": "15.5.5", |
109 | 110 | "eslint-config-prettier": "9.1.0", |
110 | 111 | "eslint-plugin-import": "2.32.0", |
111 | 112 | "eslint-plugin-prettier": "5.5.4", |
112 | 113 | "eslint-plugin-react": "7.37.5", |
113 | 114 | "eslint-plugin-unused-imports": "3.2.0", |
114 | 115 | "husky": "9.1.7", |
115 | 116 | "jsdom": "27.0.0", |
116 | | - "lint-staged": "16.2.3", |
| 117 | + "lint-staged": "16.2.4", |
117 | 118 | "postcss": "8.5.6", |
118 | 119 | "prettier": "3.6.2", |
119 | | - "prettier-plugin-tailwindcss": "0.6.5", |
120 | | - "prisma": "5.17.0", |
| 120 | + "prettier-plugin-tailwindcss": "0.6.14", |
| 121 | + "prisma": "6.17.1", |
121 | 122 | "prisma-dbml-generator": "0.12.0", |
122 | 123 | "sass": "1.93.2", |
123 | 124 | "tailwindcss": "3.4.5", |
|
0 commit comments