|
1 | 1 | {
|
2 | 2 | "name": "programming.in.th",
|
3 | 3 | "private": true,
|
4 |
| - "packageManager": "pnpm@8.7.6", |
| 4 | + "packageManager": "pnpm@8.8.0", |
5 | 5 | "engines": {
|
6 | 6 | "node": "^18.12"
|
7 | 7 | },
|
|
31 | 31 | "test:e2e": "playwright test"
|
32 | 32 | },
|
33 | 33 | "dependencies": {
|
34 |
| - "@aws-sdk/client-s3": "3.414.0", |
35 |
| - "@aws-sdk/s3-request-presigner": "3.414.0", |
| 34 | + "@aws-sdk/client-s3": "3.421.0", |
| 35 | + "@aws-sdk/s3-request-presigner": "3.421.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.0", |
| 40 | + "@codemirror/language": "6.9.1", |
41 | 41 | "@codemirror/legacy-modes": "6.3.3",
|
42 |
| - "@codemirror/view": "6.19.0", |
| 42 | + "@codemirror/view": "6.21.0", |
43 | 43 | "@dnd-kit/core": "6.0.8",
|
44 | 44 | "@dnd-kit/modifiers": "6.0.1",
|
45 | 45 | "@dnd-kit/sortable": "7.0.2",
|
46 | 46 | "@dnd-kit/utilities": "3.2.1",
|
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.4.19", |
| 50 | + "@next/bundle-analyzer": "13.5.3", |
51 | 51 | "@prisma/client": "5.3.1",
|
52 |
| - "@supabase/realtime-js": "2.7.4", |
53 |
| - "@tanstack/react-table": "8.10.0", |
54 |
| - "@uiw/codemirror-theme-dracula": "4.21.13", |
55 |
| - "@uiw/react-codemirror": "4.21.13", |
| 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", |
56 | 56 | "@vercel/analytics": "1.0.2",
|
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.0", |
| 60 | + "axios": "1.5.1", |
61 | 61 | "clsx": "2.0.0",
|
62 | 62 | "concurrently": "8.2.1",
|
63 | 63 | "csstype": "3.1.2",
|
64 |
| - "dayjs": "1.11.9", |
| 64 | + "dayjs": "1.11.10", |
65 | 65 | "framer-motion": "10.16.4",
|
66 | 66 | "fuse.js": "6.6.2",
|
67 | 67 | "katex": "0.16.8",
|
68 |
| - "next": "13.4.19", |
| 68 | + "next": "13.5.3", |
69 | 69 | "next-auth": "4.23.1",
|
70 | 70 | "next-mdx-remote": "4.4.1",
|
71 | 71 | "next-themes": "0.2.1",
|
|
75 | 75 | "react-countup": "6.4.2",
|
76 | 76 | "react-dom": "18.2.0",
|
77 | 77 | "react-dropzone": "14.2.3",
|
78 |
| - "react-hook-form": "7.46.1", |
| 78 | + "react-hook-form": "7.46.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",
|
|
86 | 86 | "remark-gfm": "4.0.0",
|
87 | 87 | "remark-math": "5.1.1",
|
88 | 88 | "server-only": "0.0.1",
|
89 |
| - "sharp": "0.32.5", |
90 |
| - "swr": "2.2.2", |
| 89 | + "sharp": "0.32.6", |
| 90 | + "swr": "2.2.4", |
91 | 91 | "zod": "3.22.2"
|
92 | 92 | },
|
93 | 93 | "devDependencies": {
|
94 | 94 | "@octokit/types": "12.0.0",
|
95 |
| - "@playwright/test": "1.38.0", |
| 95 | + "@playwright/test": "1.38.1", |
96 | 96 | "@tailwindcss/typography": "0.5.10",
|
97 | 97 | "@testing-library/jest-dom": "6.1.3",
|
98 | 98 | "@testing-library/react": "14.0.0",
|
99 |
| - "@types/node": "18.17.17", |
100 |
| - "@types/react": "18.2.21", |
101 |
| - "@types/react-table": "7.7.15", |
102 |
| - "@typescript-eslint/eslint-plugin": "6.7.0", |
103 |
| - "@typescript-eslint/parser": "6.7.0", |
104 |
| - "@vitejs/plugin-react": "4.0.4", |
105 |
| - "@vitest/coverage-v8": "0.34.4", |
106 |
| - "autoprefixer": "10.4.15", |
107 |
| - "eslint": "8.49.0", |
108 |
| - "eslint-config-next": "13.4.19", |
| 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", |
| 105 | + "@vitest/coverage-v8": "0.34.6", |
| 106 | + "autoprefixer": "10.4.16", |
| 107 | + "eslint": "8.50.0", |
| 108 | + "eslint-config-next": "13.5.3", |
109 | 109 | "eslint-config-prettier": "9.0.0",
|
110 | 110 | "eslint-plugin-import": "2.28.1",
|
111 | 111 | "eslint-plugin-prettier": "5.0.0",
|
|
114 | 114 | "husky": "8.0.3",
|
115 | 115 | "jsdom": "22.1.0",
|
116 | 116 | "lint-staged": "14.0.1",
|
117 |
| - "postcss": "8.4.29", |
| 117 | + "postcss": "8.4.31", |
118 | 118 | "prettier": "3.0.3",
|
119 | 119 | "prettier-plugin-tailwindcss": "0.5.4",
|
120 | 120 | "prisma": "5.3.1",
|
121 | 121 | "prisma-dbml-generator": "0.10.0",
|
122 |
| - "sass": "1.67.0", |
| 122 | + "sass": "1.68.0", |
123 | 123 | "tailwindcss": "3.3.3",
|
124 | 124 | "ts-node": "10.9.1",
|
125 | 125 | "typescript": "5.2.2",
|
126 |
| - "vitest": "0.34.4" |
| 126 | + "vitest": "0.34.6" |
127 | 127 | },
|
128 | 128 | "pnpm": {
|
129 | 129 | "overrides": {
|
|
0 commit comments