Skip to content

Commit

Permalink
chore: format and deps
Browse files Browse the repository at this point in the history
  • Loading branch information
leomotors committed Jul 16, 2024
1 parent 5ff5d66 commit 71ba7ed
Show file tree
Hide file tree
Showing 13 changed files with 829 additions and 1,336 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# For Local Testing
services:
progin:
image: test/progin:latest
image: local/programming.in.th:latest
container_name: progin
ports:
- "3000:3000"
- 3000:3000
env_file:
- .env
48 changes: 24 additions & 24 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "programming.in.th",
"private": true,
"packageManager": "pnpm@9.4.0",
"packageManager": "pnpm@9.5.0",
"engines": {
"node": "^20.8"
},
Expand Down Expand Up @@ -31,8 +31,8 @@
"test:e2e": "playwright test"
},
"dependencies": {
"@aws-sdk/client-s3": "3.609.0",
"@aws-sdk/s3-request-presigner": "3.609.0",
"@aws-sdk/client-s3": "3.614.0",
"@aws-sdk/s3-request-presigner": "3.614.0",
"@codemirror/lang-cpp": "6.0.2",
"@codemirror/lang-java": "6.0.1",
"@codemirror/lang-python": "6.1.6",
Expand All @@ -45,14 +45,14 @@
"@dnd-kit/sortable": "8.0.0",
"@dnd-kit/utilities": "3.2.2",
"@headlessui/react": "1.7.19",
"@heroicons/react": "2.1.4",
"@heroicons/react": "2.1.5",
"@next-auth/prisma-adapter": "1.0.7",
"@next/bundle-analyzer": "14.2.4",
"@prisma/client": "5.16.1",
"@supabase/realtime-js": "2.10.3",
"@tanstack/react-table": "8.19.2",
"@uiw/codemirror-theme-dracula": "4.22.2",
"@uiw/react-codemirror": "4.22.2",
"@next/bundle-analyzer": "14.2.5",
"@prisma/client": "5.17.0",
"@supabase/realtime-js": "2.10.4",
"@tanstack/react-table": "8.19.3",
"@uiw/codemirror-theme-dracula": "4.23.0",
"@uiw/react-codemirror": "4.23.0",
"@vercel/analytics": "1.3.1",
"@vercel/speed-insights": "1.0.12",
"@visx/group": "3.3.0",
Expand All @@ -63,7 +63,7 @@
"concurrently": "8.2.2",
"csstype": "3.1.3",
"dayjs": "1.11.11",
"framer-motion": "11.2.12",
"framer-motion": "11.3.4",
"fuse.js": "7.0.0",
"katex": "0.16.11",
"next": "14.1.4",
Expand Down Expand Up @@ -93,38 +93,38 @@
},
"devDependencies": {
"@octokit/types": "13.5.0",
"@playwright/test": "1.45.1",
"@playwright/test": "1.45.2",
"@tailwindcss/typography": "0.5.13",
"@testing-library/jest-dom": "6.4.6",
"@testing-library/react": "15.0.7",
"@types/node": "20.14.9",
"@testing-library/react": "16.0.0",
"@types/node": "20.14.10",
"@types/react": "18.3.3",
"@types/react-table": "7.7.20",
"@typescript-eslint/eslint-plugin": "7.15.0",
"@typescript-eslint/parser": "7.15.0",
"@typescript-eslint/eslint-plugin": "7.16.1",
"@typescript-eslint/parser": "7.16.1",
"@vitejs/plugin-react": "4.3.1",
"@vitest/coverage-v8": "1.6.0",
"@vitest/coverage-v8": "2.0.3",
"autoprefixer": "10.4.19",
"eslint": "8.57.0",
"eslint-config-next": "14.2.4",
"eslint-config-next": "14.2.5",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-prettier": "5.1.3",
"eslint-plugin-react": "7.34.3",
"eslint-plugin-react": "7.34.4",
"eslint-plugin-unused-imports": "3.2.0",
"husky": "9.0.11",
"jsdom": "24.1.0",
"lint-staged": "15.2.7",
"postcss": "8.4.39",
"prettier": "3.3.2",
"prettier": "3.3.3",
"prettier-plugin-tailwindcss": "0.6.5",
"prisma": "5.16.1",
"prisma": "5.17.0",
"prisma-dbml-generator": "0.12.0",
"sass": "1.77.6",
"tailwindcss": "3.4.4",
"sass": "1.77.8",
"tailwindcss": "3.4.5",
"ts-node": "10.9.2",
"typescript": "5.5.3",
"vitest": "1.6.0"
"vitest": "2.0.3"
},
"pnpm": {
"overrides": {
Expand Down
Loading

0 comments on commit 71ba7ed

Please sign in to comment.