Skip to content

Commit 591115e

Browse files
fix(deps): update dependencies (non-major)
1 parent d3c3486 commit 591115e

File tree

2 files changed

+466
-466
lines changed

2 files changed

+466
-466
lines changed

package.json

+16-16
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "programming.in.th",
33
"private": true,
4-
"packageManager": "[email protected].1",
4+
"packageManager": "[email protected].2",
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.575.0",
35-
"@aws-sdk/s3-request-presigner": "3.575.0",
34+
"@aws-sdk/client-s3": "3.577.0",
35+
"@aws-sdk/s3-request-presigner": "3.577.0",
3636
"@codemirror/lang-cpp": "6.0.2",
3737
"@codemirror/lang-java": "6.0.1",
3838
"@codemirror/lang-python": "6.1.6",
@@ -48,22 +48,22 @@
4848
"@heroicons/react": "2.1.3",
4949
"@next-auth/prisma-adapter": "1.0.7",
5050
"@next/bundle-analyzer": "14.2.3",
51-
"@prisma/client": "5.13.0",
51+
"@prisma/client": "5.14.0",
5252
"@supabase/realtime-js": "2.9.5",
53-
"@tanstack/react-table": "8.17.0",
54-
"@uiw/codemirror-theme-dracula": "4.22.0",
55-
"@uiw/react-codemirror": "4.22.0",
53+
"@tanstack/react-table": "8.17.3",
54+
"@uiw/codemirror-theme-dracula": "4.22.1",
55+
"@uiw/react-codemirror": "4.22.1",
5656
"@vercel/analytics": "1.2.2",
5757
"@vercel/speed-insights": "1.0.10",
5858
"@visx/group": "3.3.0",
5959
"@visx/shape": "3.5.0",
6060
"@visx/text": "3.3.0",
61-
"axios": "1.6.8",
61+
"axios": "1.7.2",
6262
"clsx": "2.1.1",
6363
"concurrently": "8.2.2",
6464
"csstype": "3.1.3",
6565
"dayjs": "1.11.11",
66-
"framer-motion": "11.1.9",
66+
"framer-motion": "11.2.5",
6767
"fuse.js": "7.0.0",
6868
"katex": "0.16.10",
6969
"next": "14.1.4",
@@ -76,7 +76,7 @@
7676
"react-countup": "6.5.3",
7777
"react-dom": "18.3.1",
7878
"react-dropzone": "14.2.3",
79-
"react-hook-form": "7.51.4",
79+
"react-hook-form": "7.51.5",
8080
"react-hot-toast": "2.4.1",
8181
"react-infinite-scroll-component": "6.1.0",
8282
"react-table": "7.8.0",
@@ -87,7 +87,7 @@
8787
"remark-gfm": "3.0.1",
8888
"remark-math": "5.1.1",
8989
"server-only": "0.0.1",
90-
"sharp": "0.33.3",
90+
"sharp": "0.33.4",
9191
"swr": "2.2.5",
9292
"zod": "3.23.8"
9393
},
@@ -97,11 +97,11 @@
9797
"@tailwindcss/typography": "0.5.13",
9898
"@testing-library/jest-dom": "6.4.5",
9999
"@testing-library/react": "15.0.7",
100-
"@types/node": "20.12.11",
100+
"@types/node": "20.12.12",
101101
"@types/react": "18.3.2",
102102
"@types/react-table": "7.7.20",
103-
"@typescript-eslint/eslint-plugin": "7.9.0",
104-
"@typescript-eslint/parser": "7.9.0",
103+
"@typescript-eslint/eslint-plugin": "7.10.0",
104+
"@typescript-eslint/parser": "7.10.0",
105105
"@vitejs/plugin-react": "4.2.1",
106106
"@vitest/coverage-v8": "1.6.0",
107107
"autoprefixer": "10.4.19",
@@ -118,9 +118,9 @@
118118
"postcss": "8.4.38",
119119
"prettier": "3.2.5",
120120
"prettier-plugin-tailwindcss": "0.5.14",
121-
"prisma": "5.13.0",
121+
"prisma": "5.14.0",
122122
"prisma-dbml-generator": "0.12.0",
123-
"sass": "1.77.1",
123+
"sass": "1.77.2",
124124
"tailwindcss": "3.4.3",
125125
"ts-node": "10.9.2",
126126
"typescript": "5.4.5",

0 commit comments

Comments
 (0)