Skip to content

Commit

Permalink
bump deps and fix vuln
Browse files Browse the repository at this point in the history
  • Loading branch information
leomotors committed Jul 4, 2024
1 parent d85ac98 commit da0e27b
Show file tree
Hide file tree
Showing 2 changed files with 2,351 additions and 1,621 deletions.
74 changes: 37 additions & 37 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.1.2",
"packageManager": "pnpm@9.4.0",
"engines": {
"node": "^20.8"
},
Expand Down Expand Up @@ -31,41 +31,41 @@
"test:e2e": "playwright test"
},
"dependencies": {
"@aws-sdk/client-s3": "3.575.0",
"@aws-sdk/s3-request-presigner": "3.575.0",
"@aws-sdk/client-s3": "3.609.0",
"@aws-sdk/s3-request-presigner": "3.609.0",
"@codemirror/lang-cpp": "6.0.2",
"@codemirror/lang-java": "6.0.1",
"@codemirror/lang-python": "6.1.6",
"@codemirror/lang-rust": "6.0.1",
"@codemirror/language": "6.10.1",
"@codemirror/language": "6.10.2",
"@codemirror/legacy-modes": "6.4.0",
"@codemirror/view": "6.26.3",
"@codemirror/view": "6.28.4",
"@dnd-kit/core": "6.1.0",
"@dnd-kit/modifiers": "7.0.0",
"@dnd-kit/sortable": "8.0.0",
"@dnd-kit/utilities": "3.2.2",
"@headlessui/react": "1.7.19",
"@heroicons/react": "2.1.3",
"@heroicons/react": "2.1.4",
"@next-auth/prisma-adapter": "1.0.7",
"@next/bundle-analyzer": "14.2.3",
"@prisma/client": "5.13.0",
"@supabase/realtime-js": "2.9.5",
"@tanstack/react-table": "8.17.0",
"@uiw/codemirror-theme-dracula": "4.22.0",
"@uiw/react-codemirror": "4.22.0",
"@vercel/analytics": "1.2.2",
"@vercel/speed-insights": "1.0.10",
"@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",
"@vercel/analytics": "1.3.1",
"@vercel/speed-insights": "1.0.12",
"@visx/group": "3.3.0",
"@visx/shape": "3.5.0",
"@visx/text": "3.3.0",
"axios": "1.6.8",
"axios": "1.7.2",
"clsx": "2.1.1",
"concurrently": "8.2.2",
"csstype": "3.1.3",
"dayjs": "1.11.11",
"framer-motion": "11.1.9",
"framer-motion": "11.2.12",
"fuse.js": "7.0.0",
"katex": "0.16.10",
"katex": "0.16.11",
"next": "14.1.4",
"next-auth": "4.24.7",
"next-mdx-remote": "4.4.1",
Expand All @@ -76,7 +76,7 @@
"react-countup": "6.5.3",
"react-dom": "18.3.1",
"react-dropzone": "14.2.3",
"react-hook-form": "7.51.4",
"react-hook-form": "7.52.1",
"react-hot-toast": "2.4.1",
"react-infinite-scroll-component": "6.1.0",
"react-table": "7.8.0",
Expand All @@ -87,43 +87,43 @@
"remark-gfm": "3.0.1",
"remark-math": "5.1.1",
"server-only": "0.0.1",
"sharp": "0.33.3",
"sharp": "0.33.4",
"swr": "2.2.5",
"zod": "3.23.8"
},
"devDependencies": {
"@octokit/types": "13.5.0",
"@playwright/test": "1.44.0",
"@playwright/test": "1.45.1",
"@tailwindcss/typography": "0.5.13",
"@testing-library/jest-dom": "6.4.5",
"@testing-library/jest-dom": "6.4.6",
"@testing-library/react": "15.0.7",
"@types/node": "20.12.11",
"@types/react": "18.3.2",
"@types/node": "20.14.9",
"@types/react": "18.3.3",
"@types/react-table": "7.7.20",
"@typescript-eslint/eslint-plugin": "7.9.0",
"@typescript-eslint/parser": "7.9.0",
"@vitejs/plugin-react": "4.2.1",
"@typescript-eslint/eslint-plugin": "7.15.0",
"@typescript-eslint/parser": "7.15.0",
"@vitejs/plugin-react": "4.3.1",
"@vitest/coverage-v8": "1.6.0",
"autoprefixer": "10.4.19",
"eslint": "8.57.0",
"eslint-config-next": "14.1.4",
"eslint-config-next": "14.2.4",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-prettier": "5.1.3",
"eslint-plugin-react": "7.34.1",
"eslint-plugin-react": "7.34.3",
"eslint-plugin-unused-imports": "3.2.0",
"husky": "9.0.11",
"jsdom": "24.0.0",
"lint-staged": "15.2.2",
"postcss": "8.4.38",
"prettier": "3.2.5",
"prettier-plugin-tailwindcss": "0.5.14",
"prisma": "5.13.0",
"jsdom": "24.1.0",
"lint-staged": "15.2.7",
"postcss": "8.4.39",
"prettier": "3.3.2",
"prettier-plugin-tailwindcss": "0.6.5",
"prisma": "5.16.1",
"prisma-dbml-generator": "0.12.0",
"sass": "1.77.1",
"tailwindcss": "3.4.3",
"sass": "1.77.6",
"tailwindcss": "3.4.4",
"ts-node": "10.9.2",
"typescript": "5.4.5",
"typescript": "5.5.3",
"vitest": "1.6.0"
},
"pnpm": {
Expand Down
Loading

0 comments on commit da0e27b

Please sign in to comment.