|
1 | 1 | {
|
2 | 2 | "name": "programming.in.th",
|
3 | 3 | "private": true,
|
4 |
| - "packageManager": "pnpm@8.8.0", |
| 4 | + "packageManager": "pnpm@8.10.2", |
5 | 5 | "engines": {
|
6 |
| - "node": "^18.12" |
| 6 | + "node": "^18.17" |
7 | 7 | },
|
8 | 8 | "lint-staged": {
|
9 | 9 | "*.{json,md,yaml,css,scss}": [
|
|
18 | 18 | },
|
19 | 19 | "scripts": {
|
20 | 20 | "preinstall": "npx only-allow pnpm",
|
21 |
| - "dev": "next dev", |
| 21 | + "dev": "next dev --turbo", |
22 | 22 | "build": "prisma generate && next build",
|
23 | 23 | "start": "next start",
|
24 | 24 | "lint": "next lint",
|
|
31 | 31 | "test:e2e": "playwright test"
|
32 | 32 | },
|
33 | 33 | "dependencies": {
|
34 |
| - "@aws-sdk/client-s3": "3.421.0", |
35 |
| - "@aws-sdk/s3-request-presigner": "3.421.0", |
| 34 | + "@aws-sdk/client-s3": "3.441.0", |
| 35 | + "@aws-sdk/s3-request-presigner": "3.441.0", |
36 | 36 | "@codemirror/lang-cpp": "6.0.2",
|
37 | 37 | "@codemirror/lang-java": "6.0.1",
|
38 | 38 | "@codemirror/lang-python": "6.1.3",
|
39 | 39 | "@codemirror/lang-rust": "6.0.1",
|
40 |
| - "@codemirror/language": "6.9.1", |
| 40 | + "@codemirror/language": "6.9.2", |
41 | 41 | "@codemirror/legacy-modes": "6.3.3",
|
42 |
| - "@codemirror/view": "6.21.0", |
43 |
| - "@dnd-kit/core": "6.0.8", |
| 42 | + "@codemirror/view": "6.22.0", |
| 43 | + "@dnd-kit/core": "6.1.0", |
44 | 44 | "@dnd-kit/modifiers": "6.0.1",
|
45 | 45 | "@dnd-kit/sortable": "7.0.2",
|
46 |
| - "@dnd-kit/utilities": "3.2.1", |
| 46 | + "@dnd-kit/utilities": "3.2.2", |
47 | 47 | "@headlessui/react": "1.7.17",
|
48 | 48 | "@heroicons/react": "2.0.18",
|
49 | 49 | "@next-auth/prisma-adapter": "1.0.7",
|
50 |
| - "@next/bundle-analyzer": "13.5.3", |
51 |
| - "@prisma/client": "5.3.1", |
52 |
| - "@supabase/realtime-js": "2.8.0", |
53 |
| - "@tanstack/react-table": "8.10.3", |
54 |
| - "@uiw/codemirror-theme-dracula": "4.21.18", |
55 |
| - "@uiw/react-codemirror": "4.21.18", |
| 50 | + "@next/bundle-analyzer": "14.0.1", |
| 51 | + "@prisma/client": "5.5.2", |
| 52 | + "@supabase/realtime-js": "2.8.4", |
| 53 | + "@tanstack/react-table": "8.10.7", |
| 54 | + "@uiw/codemirror-theme-dracula": "4.21.20", |
| 55 | + "@uiw/react-codemirror": "4.21.20", |
56 | 56 | "@vercel/analytics": "1.1.1",
|
57 | 57 | "@visx/group": "3.3.0",
|
58 | 58 | "@visx/shape": "3.3.0",
|
59 | 59 | "@visx/text": "3.3.0",
|
60 |
| - "axios": "1.5.1", |
| 60 | + "axios": "1.6.0", |
61 | 61 | "clsx": "2.0.0",
|
62 |
| - "concurrently": "8.2.1", |
| 62 | + "concurrently": "8.2.2", |
63 | 63 | "csstype": "3.1.2",
|
64 | 64 | "dayjs": "1.11.10",
|
65 | 65 | "framer-motion": "10.16.4",
|
66 | 66 | "fuse.js": "6.6.2",
|
67 |
| - "katex": "0.16.8", |
68 |
| - "next": "14.0.0", |
69 |
| - "next-auth": "4.24.3", |
| 67 | + "katex": "0.16.9", |
| 68 | + "next": "14.0.1", |
| 69 | + "next-auth": "4.24.4", |
70 | 70 | "next-mdx-remote": "4.4.1",
|
71 | 71 | "next-themes": "0.2.1",
|
72 | 72 | "prism-react-renderer": "1.3.5",
|
73 | 73 | "prismjs": "1.29.0",
|
74 | 74 | "react": "18.2.0",
|
75 |
| - "react-countup": "6.4.2", |
| 75 | + "react-countup": "6.5.0", |
76 | 76 | "react-dom": "18.2.0",
|
77 | 77 | "react-dropzone": "14.2.3",
|
78 |
| - "react-hook-form": "7.46.2", |
| 78 | + "react-hook-form": "7.48.2", |
79 | 79 | "react-hot-toast": "2.4.1",
|
80 | 80 | "react-infinite-scroll-component": "6.1.0",
|
81 | 81 | "react-table": "7.8.0",
|
|
88 | 88 | "server-only": "0.0.1",
|
89 | 89 | "sharp": "0.32.6",
|
90 | 90 | "swr": "2.2.4",
|
91 |
| - "zod": "3.22.3" |
| 91 | + "zod": "3.22.4" |
92 | 92 | },
|
93 | 93 | "devDependencies": {
|
94 |
| - "@octokit/types": "12.0.0", |
95 |
| - "@playwright/test": "1.38.1", |
| 94 | + "@octokit/types": "12.1.1", |
| 95 | + "@playwright/test": "1.39.0", |
96 | 96 | "@tailwindcss/typography": "0.5.10",
|
97 |
| - "@testing-library/jest-dom": "6.1.3", |
| 97 | + "@testing-library/jest-dom": "6.1.4", |
98 | 98 | "@testing-library/react": "14.0.0",
|
99 |
| - "@types/node": "18.18.1", |
100 |
| - "@types/react": "18.2.23", |
101 |
| - "@types/react-table": "7.7.16", |
102 |
| - "@typescript-eslint/eslint-plugin": "6.7.3", |
103 |
| - "@typescript-eslint/parser": "6.7.3", |
104 |
| - "@vitejs/plugin-react": "4.1.0", |
| 99 | + "@types/node": "18.18.8", |
| 100 | + "@types/react": "18.2.36", |
| 101 | + "@types/react-table": "7.7.17", |
| 102 | + "@typescript-eslint/eslint-plugin": "6.10.0", |
| 103 | + "@typescript-eslint/parser": "6.10.0", |
| 104 | + "@vitejs/plugin-react": "4.1.1", |
105 | 105 | "@vitest/coverage-v8": "0.34.6",
|
106 | 106 | "autoprefixer": "10.4.16",
|
107 |
| - "eslint": "8.50.0", |
108 |
| - "eslint-config-next": "14.0.0", |
| 107 | + "eslint": "8.53.0", |
| 108 | + "eslint-config-next": "14.0.1", |
109 | 109 | "eslint-config-prettier": "9.0.0",
|
110 |
| - "eslint-plugin-import": "2.28.1", |
111 |
| - "eslint-plugin-prettier": "5.0.0", |
| 110 | + "eslint-plugin-import": "2.29.0", |
| 111 | + "eslint-plugin-prettier": "5.0.1", |
112 | 112 | "eslint-plugin-react": "7.33.2",
|
113 | 113 | "eslint-plugin-unused-imports": "3.0.0",
|
114 | 114 | "husky": "8.0.3",
|
115 | 115 | "jsdom": "22.1.0",
|
116 |
| - "lint-staged": "14.0.1", |
| 116 | + "lint-staged": "15.0.2", |
117 | 117 | "postcss": "8.4.31",
|
118 | 118 | "prettier": "3.0.3",
|
119 |
| - "prettier-plugin-tailwindcss": "0.5.4", |
120 |
| - "prisma": "5.3.1", |
| 119 | + "prettier-plugin-tailwindcss": "0.5.6", |
| 120 | + "prisma": "5.5.2", |
121 | 121 | "prisma-dbml-generator": "0.10.0",
|
122 |
| - "sass": "1.68.0", |
123 |
| - "tailwindcss": "3.3.3", |
| 122 | + "sass": "1.69.5", |
| 123 | + "tailwindcss": "3.3.5", |
124 | 124 | "ts-node": "10.9.1",
|
125 | 125 | "typescript": "5.2.2",
|
126 | 126 | "vitest": "0.34.6"
|
|
0 commit comments