|
1 | 1 | { |
2 | 2 | "name": "programming.in.th", |
3 | 3 | "private": true, |
4 | | - "packageManager": "pnpm@8.6.7", |
| 4 | + "packageManager": "pnpm@8.6.10", |
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.370.0", |
35 | | - "@aws-sdk/s3-request-presigner": "3.370.0", |
| 34 | + "@aws-sdk/client-s3": "3.374.0", |
| 35 | + "@aws-sdk/s3-request-presigner": "3.375.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 | 40 | "@codemirror/language": "6.8.0", |
41 | | - "@codemirror/legacy-modes": "6.3.2", |
42 | | - "@codemirror/view": "6.14.1", |
| 41 | + "@codemirror/legacy-modes": "6.3.3", |
| 42 | + "@codemirror/view": "6.15.3", |
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.15", |
48 | 48 | "@heroicons/react": "1.0.6", |
49 | 49 | "@next-auth/prisma-adapter": "1.0.7", |
50 | | - "@next/bundle-analyzer": "13.4.10", |
| 50 | + "@next/bundle-analyzer": "13.4.12", |
51 | 51 | "@prisma/client": "5.0.0", |
52 | 52 | "@supabase/realtime-js": "2.7.3", |
53 | 53 | "@tanstack/react-table": "8.9.3", |
54 | | - "@uiw/codemirror-theme-dracula": "4.21.7", |
55 | | - "@uiw/react-codemirror": "4.21.7", |
| 54 | + "@uiw/codemirror-theme-dracula": "4.21.8", |
| 55 | + "@uiw/react-codemirror": "4.21.8", |
56 | 56 | "@vercel/analytics": "1.0.1", |
57 | 57 | "@visx/group": "3.3.0", |
58 | 58 | "@visx/shape": "3.3.0", |
|
62 | 62 | "concurrently": "8.2.0", |
63 | 63 | "csstype": "3.1.2", |
64 | 64 | "dayjs": "1.11.9", |
65 | | - "framer-motion": "10.12.21", |
| 65 | + "framer-motion": "10.13.0", |
66 | 66 | "fuse.js": "6.6.2", |
67 | 67 | "katex": "0.16.8", |
68 | | - "next": "13.4.10", |
69 | | - "next-auth": "4.22.1", |
| 68 | + "next": "13.4.12", |
| 69 | + "next-auth": "4.22.3", |
70 | 70 | "next-mdx-remote": "4.4.1", |
71 | 71 | "next-themes": "0.2.1", |
72 | 72 | "prism-react-renderer": "1.3.5", |
|
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.45.1", |
| 78 | + "react-hook-form": "7.45.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": "3.0.1", |
87 | 87 | "remark-math": "5.1.1", |
88 | 88 | "server-only": "0.0.1", |
89 | | - "sharp": "0.32.3", |
| 89 | + "sharp": "0.32.4", |
90 | 90 | "swr": "2.2.0", |
91 | 91 | "zod": "3.21.4" |
92 | 92 | }, |
93 | 93 | "devDependencies": { |
94 | 94 | "@octokit/types": "11.1.0", |
95 | 95 | "@playwright/test": "1.36.1", |
96 | 96 | "@tailwindcss/typography": "0.5.9", |
97 | | - "@testing-library/jest-dom": "5.16.5", |
| 97 | + "@testing-library/jest-dom": "5.17.0", |
98 | 98 | "@testing-library/react": "14.0.0", |
99 | | - "@types/node": "18.16.19", |
| 99 | + "@types/node": "18.17.0", |
100 | 100 | "@types/react": "18.2.15", |
101 | 101 | "@types/react-table": "7.7.14", |
102 | | - "@typescript-eslint/eslint-plugin": "6.0.0", |
103 | | - "@typescript-eslint/parser": "6.0.0", |
| 102 | + "@typescript-eslint/eslint-plugin": "6.1.0", |
| 103 | + "@typescript-eslint/parser": "6.1.0", |
104 | 104 | "@vitejs/plugin-react": "4.0.3", |
105 | 105 | "@vitest/coverage-v8": "0.33.0", |
106 | 106 | "autoprefixer": "10.4.14", |
107 | 107 | "eslint": "8.45.0", |
108 | | - "eslint-config-next": "13.4.10", |
| 108 | + "eslint-config-next": "13.4.12", |
109 | 109 | "eslint-config-prettier": "8.8.0", |
110 | 110 | "eslint-plugin-import": "2.27.5", |
111 | 111 | "eslint-plugin-prettier": "5.0.0", |
112 | | - "eslint-plugin-react": "7.32.2", |
| 112 | + "eslint-plugin-react": "7.33.0", |
113 | 113 | "eslint-plugin-unused-imports": "3.0.0", |
114 | 114 | "husky": "8.0.3", |
115 | 115 | "jsdom": "22.1.0", |
116 | 116 | "lint-staged": "13.2.3", |
117 | | - "postcss": "8.4.26", |
| 117 | + "postcss": "8.4.27", |
118 | 118 | "prettier": "3.0.0", |
119 | 119 | "prettier-plugin-tailwindcss": "0.4.1", |
120 | 120 | "prisma": "5.0.0", |
121 | 121 | "prisma-dbml-generator": "0.10.0", |
122 | | - "sass": "1.63.6", |
| 122 | + "sass": "1.64.1", |
123 | 123 | "tailwindcss": "3.3.3", |
124 | 124 | "ts-node": "10.9.1", |
125 | 125 | "typescript": "5.1.6", |
|
0 commit comments