Skip to content

Commit

Permalink
fix(deps): update dependencies (non-major)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 23, 2024
1 parent d3c3486 commit a5d2c20
Show file tree
Hide file tree
Showing 2 changed files with 694 additions and 636 deletions.
40 changes: 20 additions & 20 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.1",
"packageManager": "pnpm@9.1.2",
"engines": {
"node": "^20.8"
},
Expand Down Expand Up @@ -31,8 +31,8 @@
"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.582.0",
"@aws-sdk/s3-request-presigner": "3.582.0",
"@codemirror/lang-cpp": "6.0.2",
"@codemirror/lang-java": "6.0.1",
"@codemirror/lang-python": "6.1.6",
Expand All @@ -48,22 +48,22 @@
"@heroicons/react": "2.1.3",
"@next-auth/prisma-adapter": "1.0.7",
"@next/bundle-analyzer": "14.2.3",
"@prisma/client": "5.13.0",
"@prisma/client": "5.14.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",
"@tanstack/react-table": "8.17.3",
"@uiw/codemirror-theme-dracula": "4.22.1",
"@uiw/react-codemirror": "4.22.1",
"@vercel/analytics": "1.3.0",
"@vercel/speed-insights": "1.0.10",
"@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.6",
"fuse.js": "7.0.0",
"katex": "0.16.10",
"next": "14.1.4",
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.51.5",
"react-hot-toast": "2.4.1",
"react-infinite-scroll-component": "6.1.0",
"react-table": "7.8.0",
Expand All @@ -87,22 +87,22 @@
"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.44.1",
"@tailwindcss/typography": "0.5.13",
"@testing-library/jest-dom": "6.4.5",
"@testing-library/react": "15.0.7",
"@types/node": "20.12.11",
"@types/node": "20.12.12",
"@types/react": "18.3.2",
"@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.10.0",
"@typescript-eslint/parser": "7.10.0",
"@vitejs/plugin-react": "4.3.0",
"@vitest/coverage-v8": "1.6.0",
"autoprefixer": "10.4.19",
"eslint": "8.57.0",
Expand All @@ -114,13 +114,13 @@
"eslint-plugin-unused-imports": "3.2.0",
"husky": "9.0.11",
"jsdom": "24.0.0",
"lint-staged": "15.2.2",
"lint-staged": "15.2.4",
"postcss": "8.4.38",
"prettier": "3.2.5",
"prettier-plugin-tailwindcss": "0.5.14",
"prisma": "5.13.0",
"prisma": "5.14.0",
"prisma-dbml-generator": "0.12.0",
"sass": "1.77.1",
"sass": "1.77.2",
"tailwindcss": "3.4.3",
"ts-node": "10.9.2",
"typescript": "5.4.5",
Expand Down
Loading

0 comments on commit a5d2c20

Please sign in to comment.