Skip to content

Commit 71ba7ed

Browse files
committed
chore: format and deps
1 parent 5ff5d66 commit 71ba7ed

File tree

13 files changed

+829
-1336
lines changed

13 files changed

+829
-1336
lines changed

Diff for: docker-compose.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# For Local Testing
22
services:
33
progin:
4-
image: test/progin:latest
4+
image: local/programming.in.th:latest
55
container_name: progin
66
ports:
7-
- "3000:3000"
7+
- 3000:3000
88
env_file:
99
- .env

Diff for: package.json

+24-24
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "programming.in.th",
33
"private": true,
4-
"packageManager": "pnpm@9.4.0",
4+
"packageManager": "pnpm@9.5.0",
55
"engines": {
66
"node": "^20.8"
77
},
@@ -31,8 +31,8 @@
3131
"test:e2e": "playwright test"
3232
},
3333
"dependencies": {
34-
"@aws-sdk/client-s3": "3.609.0",
35-
"@aws-sdk/s3-request-presigner": "3.609.0",
34+
"@aws-sdk/client-s3": "3.614.0",
35+
"@aws-sdk/s3-request-presigner": "3.614.0",
3636
"@codemirror/lang-cpp": "6.0.2",
3737
"@codemirror/lang-java": "6.0.1",
3838
"@codemirror/lang-python": "6.1.6",
@@ -45,14 +45,14 @@
4545
"@dnd-kit/sortable": "8.0.0",
4646
"@dnd-kit/utilities": "3.2.2",
4747
"@headlessui/react": "1.7.19",
48-
"@heroicons/react": "2.1.4",
48+
"@heroicons/react": "2.1.5",
4949
"@next-auth/prisma-adapter": "1.0.7",
50-
"@next/bundle-analyzer": "14.2.4",
51-
"@prisma/client": "5.16.1",
52-
"@supabase/realtime-js": "2.10.3",
53-
"@tanstack/react-table": "8.19.2",
54-
"@uiw/codemirror-theme-dracula": "4.22.2",
55-
"@uiw/react-codemirror": "4.22.2",
50+
"@next/bundle-analyzer": "14.2.5",
51+
"@prisma/client": "5.17.0",
52+
"@supabase/realtime-js": "2.10.4",
53+
"@tanstack/react-table": "8.19.3",
54+
"@uiw/codemirror-theme-dracula": "4.23.0",
55+
"@uiw/react-codemirror": "4.23.0",
5656
"@vercel/analytics": "1.3.1",
5757
"@vercel/speed-insights": "1.0.12",
5858
"@visx/group": "3.3.0",
@@ -63,7 +63,7 @@
6363
"concurrently": "8.2.2",
6464
"csstype": "3.1.3",
6565
"dayjs": "1.11.11",
66-
"framer-motion": "11.2.12",
66+
"framer-motion": "11.3.4",
6767
"fuse.js": "7.0.0",
6868
"katex": "0.16.11",
6969
"next": "14.1.4",
@@ -93,38 +93,38 @@
9393
},
9494
"devDependencies": {
9595
"@octokit/types": "13.5.0",
96-
"@playwright/test": "1.45.1",
96+
"@playwright/test": "1.45.2",
9797
"@tailwindcss/typography": "0.5.13",
9898
"@testing-library/jest-dom": "6.4.6",
99-
"@testing-library/react": "15.0.7",
100-
"@types/node": "20.14.9",
99+
"@testing-library/react": "16.0.0",
100+
"@types/node": "20.14.10",
101101
"@types/react": "18.3.3",
102102
"@types/react-table": "7.7.20",
103-
"@typescript-eslint/eslint-plugin": "7.15.0",
104-
"@typescript-eslint/parser": "7.15.0",
103+
"@typescript-eslint/eslint-plugin": "7.16.1",
104+
"@typescript-eslint/parser": "7.16.1",
105105
"@vitejs/plugin-react": "4.3.1",
106-
"@vitest/coverage-v8": "1.6.0",
106+
"@vitest/coverage-v8": "2.0.3",
107107
"autoprefixer": "10.4.19",
108108
"eslint": "8.57.0",
109-
"eslint-config-next": "14.2.4",
109+
"eslint-config-next": "14.2.5",
110110
"eslint-config-prettier": "9.1.0",
111111
"eslint-plugin-import": "2.29.1",
112112
"eslint-plugin-prettier": "5.1.3",
113-
"eslint-plugin-react": "7.34.3",
113+
"eslint-plugin-react": "7.34.4",
114114
"eslint-plugin-unused-imports": "3.2.0",
115115
"husky": "9.0.11",
116116
"jsdom": "24.1.0",
117117
"lint-staged": "15.2.7",
118118
"postcss": "8.4.39",
119-
"prettier": "3.3.2",
119+
"prettier": "3.3.3",
120120
"prettier-plugin-tailwindcss": "0.6.5",
121-
"prisma": "5.16.1",
121+
"prisma": "5.17.0",
122122
"prisma-dbml-generator": "0.12.0",
123-
"sass": "1.77.6",
124-
"tailwindcss": "3.4.4",
123+
"sass": "1.77.8",
124+
"tailwindcss": "3.4.5",
125125
"ts-node": "10.9.2",
126126
"typescript": "5.5.3",
127-
"vitest": "1.6.0"
127+
"vitest": "2.0.3"
128128
},
129129
"pnpm": {
130130
"overrides": {

0 commit comments

Comments
 (0)