Skip to content

Commit

Permalink
fix(deps): update dependencies (non-major) (#909)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 1, 2023
1 parent 1568593 commit 3283de0
Show file tree
Hide file tree
Showing 2 changed files with 883 additions and 802 deletions.
60 changes: 30 additions & 30 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@8.7.6",
"packageManager": "pnpm@8.8.0",
"engines": {
"node": "^18.12"
},
Expand Down Expand Up @@ -31,41 +31,41 @@
"test:e2e": "playwright test"
},
"dependencies": {
"@aws-sdk/client-s3": "3.414.0",
"@aws-sdk/s3-request-presigner": "3.414.0",
"@aws-sdk/client-s3": "3.421.0",
"@aws-sdk/s3-request-presigner": "3.421.0",
"@codemirror/lang-cpp": "6.0.2",
"@codemirror/lang-java": "6.0.1",
"@codemirror/lang-python": "6.1.3",
"@codemirror/lang-rust": "6.0.1",
"@codemirror/language": "6.9.0",
"@codemirror/language": "6.9.1",
"@codemirror/legacy-modes": "6.3.3",
"@codemirror/view": "6.19.0",
"@codemirror/view": "6.21.0",
"@dnd-kit/core": "6.0.8",
"@dnd-kit/modifiers": "6.0.1",
"@dnd-kit/sortable": "7.0.2",
"@dnd-kit/utilities": "3.2.1",
"@headlessui/react": "1.7.17",
"@heroicons/react": "2.0.18",
"@next-auth/prisma-adapter": "1.0.7",
"@next/bundle-analyzer": "13.4.19",
"@next/bundle-analyzer": "13.5.3",
"@prisma/client": "5.3.1",
"@supabase/realtime-js": "2.7.4",
"@tanstack/react-table": "8.10.0",
"@uiw/codemirror-theme-dracula": "4.21.13",
"@uiw/react-codemirror": "4.21.13",
"@supabase/realtime-js": "2.8.0",
"@tanstack/react-table": "8.10.3",
"@uiw/codemirror-theme-dracula": "4.21.18",
"@uiw/react-codemirror": "4.21.18",
"@vercel/analytics": "1.0.2",
"@visx/group": "3.3.0",
"@visx/shape": "3.3.0",
"@visx/text": "3.3.0",
"axios": "1.5.0",
"axios": "1.5.1",
"clsx": "2.0.0",
"concurrently": "8.2.1",
"csstype": "3.1.2",
"dayjs": "1.11.9",
"dayjs": "1.11.10",
"framer-motion": "10.16.4",
"fuse.js": "6.6.2",
"katex": "0.16.8",
"next": "13.4.19",
"next": "13.5.3",
"next-auth": "4.23.1",
"next-mdx-remote": "4.4.1",
"next-themes": "0.2.1",
Expand All @@ -75,7 +75,7 @@
"react-countup": "6.4.2",
"react-dom": "18.2.0",
"react-dropzone": "14.2.3",
"react-hook-form": "7.46.1",
"react-hook-form": "7.46.2",
"react-hot-toast": "2.4.1",
"react-infinite-scroll-component": "6.1.0",
"react-table": "7.8.0",
Expand All @@ -86,26 +86,26 @@
"remark-gfm": "4.0.0",
"remark-math": "5.1.1",
"server-only": "0.0.1",
"sharp": "0.32.5",
"swr": "2.2.2",
"sharp": "0.32.6",
"swr": "2.2.4",
"zod": "3.22.2"
},
"devDependencies": {
"@octokit/types": "12.0.0",
"@playwright/test": "1.38.0",
"@playwright/test": "1.38.1",
"@tailwindcss/typography": "0.5.10",
"@testing-library/jest-dom": "6.1.3",
"@testing-library/react": "14.0.0",
"@types/node": "18.17.17",
"@types/react": "18.2.21",
"@types/react-table": "7.7.15",
"@typescript-eslint/eslint-plugin": "6.7.0",
"@typescript-eslint/parser": "6.7.0",
"@vitejs/plugin-react": "4.0.4",
"@vitest/coverage-v8": "0.34.4",
"autoprefixer": "10.4.15",
"eslint": "8.49.0",
"eslint-config-next": "13.4.19",
"@types/node": "18.18.1",
"@types/react": "18.2.23",
"@types/react-table": "7.7.16",
"@typescript-eslint/eslint-plugin": "6.7.3",
"@typescript-eslint/parser": "6.7.3",
"@vitejs/plugin-react": "4.1.0",
"@vitest/coverage-v8": "0.34.6",
"autoprefixer": "10.4.16",
"eslint": "8.50.0",
"eslint-config-next": "13.5.3",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-import": "2.28.1",
"eslint-plugin-prettier": "5.0.0",
Expand All @@ -114,16 +114,16 @@
"husky": "8.0.3",
"jsdom": "22.1.0",
"lint-staged": "14.0.1",
"postcss": "8.4.29",
"postcss": "8.4.31",
"prettier": "3.0.3",
"prettier-plugin-tailwindcss": "0.5.4",
"prisma": "5.3.1",
"prisma-dbml-generator": "0.10.0",
"sass": "1.67.0",
"sass": "1.68.0",
"tailwindcss": "3.3.3",
"ts-node": "10.9.1",
"typescript": "5.2.2",
"vitest": "0.34.4"
"vitest": "0.34.6"
},
"pnpm": {
"overrides": {
Expand Down
Loading

1 comment on commit 3283de0

@vercel
Copy link

@vercel vercel bot commented on 3283de0 Oct 1, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.