Skip to content

Commit 64824c2

Browse files
fix(deps): update dependencies (non-major)
1 parent d85ac98 commit 64824c2

File tree

2 files changed

+769
-694
lines changed

2 files changed

+769
-694
lines changed

package.json

+21-21
Original file line numberDiff line numberDiff line change
@@ -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.583.0",
35+
"@aws-sdk/s3-request-presigner": "3.583.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",
56-
"@vercel/analytics": "1.2.2",
57-
"@vercel/speed-insights": "1.0.10",
53+
"@tanstack/react-table": "8.17.3",
54+
"@uiw/codemirror-theme-dracula": "4.22.1",
55+
"@uiw/react-codemirror": "4.22.1",
56+
"@vercel/analytics": "1.3.1",
57+
"@vercel/speed-insights": "1.0.11",
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.6",
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,22 +87,22 @@
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
},
9494
"devDependencies": {
9595
"@octokit/types": "13.5.0",
96-
"@playwright/test": "1.44.0",
96+
"@playwright/test": "1.44.1",
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",
101-
"@types/react": "18.3.2",
100+
"@types/node": "20.12.12",
101+
"@types/react": "18.3.3",
102102
"@types/react-table": "7.7.20",
103-
"@typescript-eslint/eslint-plugin": "7.9.0",
104-
"@typescript-eslint/parser": "7.9.0",
105-
"@vitejs/plugin-react": "4.2.1",
103+
"@typescript-eslint/eslint-plugin": "7.10.0",
104+
"@typescript-eslint/parser": "7.10.0",
105+
"@vitejs/plugin-react": "4.3.0",
106106
"@vitest/coverage-v8": "1.6.0",
107107
"autoprefixer": "10.4.19",
108108
"eslint": "8.57.0",
@@ -114,13 +114,13 @@
114114
"eslint-plugin-unused-imports": "3.2.0",
115115
"husky": "9.0.11",
116116
"jsdom": "24.0.0",
117-
"lint-staged": "15.2.2",
117+
"lint-staged": "15.2.5",
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)