Skip to content

Commit c1e6fec

Browse files
committed
bump deps part 1
1 parent 003e2c4 commit c1e6fec

File tree

4 files changed

+2317
-2389
lines changed

4 files changed

+2317
-2389
lines changed

package.json

Lines changed: 39 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -31,38 +31,37 @@
3131
"test:e2e": "playwright test"
3232
},
3333
"dependencies": {
34-
"@aws-sdk/client-s3": "3.614.0",
35-
"@aws-sdk/s3-request-presigner": "3.614.0",
36-
"@codemirror/lang-cpp": "6.0.2",
37-
"@codemirror/lang-java": "6.0.1",
38-
"@codemirror/lang-python": "6.1.6",
39-
"@codemirror/lang-rust": "6.0.1",
40-
"@codemirror/language": "6.10.2",
41-
"@codemirror/legacy-modes": "6.4.0",
42-
"@codemirror/view": "6.28.4",
43-
"@dnd-kit/core": "6.1.0",
44-
"@dnd-kit/modifiers": "7.0.0",
45-
"@dnd-kit/sortable": "8.0.0",
34+
"@aws-sdk/client-s3": "3.896.0",
35+
"@aws-sdk/s3-request-presigner": "3.896.0",
36+
"@codemirror/lang-cpp": "6.0.3",
37+
"@codemirror/lang-java": "6.0.2",
38+
"@codemirror/lang-python": "6.2.1",
39+
"@codemirror/lang-rust": "6.0.2",
40+
"@codemirror/language": "6.11.3",
41+
"@codemirror/legacy-modes": "6.5.1",
42+
"@codemirror/view": "6.38.4",
43+
"@dnd-kit/core": "6.3.1",
44+
"@dnd-kit/modifiers": "9.0.0",
45+
"@dnd-kit/sortable": "10.0.0",
4646
"@dnd-kit/utilities": "3.2.2",
47-
"@headlessui/react": "2.2.2",
48-
"@heroicons/react": "2.1.5",
47+
"@headlessui/react": "2.2.9",
48+
"@heroicons/react": "2.2.0",
4949
"@next-auth/prisma-adapter": "1.0.7",
5050
"@next/bundle-analyzer": "15.5.4",
5151
"@prisma/client": "5.17.0",
52-
"@supabase/realtime-js": "2.10.4",
53-
"@tanstack/react-table": "8.19.3",
54-
"@uiw/codemirror-theme-dracula": "4.23.0",
55-
"@uiw/react-codemirror": "4.23.0",
52+
"@supabase/realtime-js": "2.15.6",
53+
"@tanstack/react-table": "8.21.3",
54+
"@uiw/codemirror-theme-dracula": "4.25.2",
55+
"@uiw/react-codemirror": "4.25.2",
5656
"@visx/group": "3.12.0",
5757
"@visx/shape": "3.12.0",
5858
"@visx/text": "3.12.0",
59-
"axios": "1.7.2",
59+
"axios": "1.12.2",
6060
"clsx": "2.1.1",
61-
"concurrently": "8.2.2",
6261
"csstype": "3.1.3",
63-
"dayjs": "1.11.11",
64-
"fuse.js": "7.0.0",
65-
"katex": "0.16.21",
62+
"dayjs": "1.11.18",
63+
"fuse.js": "7.1.0",
64+
"katex": "0.16.22",
6665
"motion": "12.23.22",
6766
"next": "15.5.4",
6867
"next-auth": "4.24.11",
@@ -87,43 +86,43 @@
8786
"server-only": "0.0.1",
8887
"sharp": "0.34.4",
8988
"swr": "2.3.6",
90-
"zod": "3.23.8"
89+
"zod": "4.1.11"
9190
},
9291
"devDependencies": {
93-
"@octokit/types": "13.5.0",
92+
"@octokit/types": "15.0.0",
9493
"@playwright/test": "1.55.1",
95-
"@tailwindcss/typography": "0.5.13",
94+
"@tailwindcss/typography": "0.5.19",
9695
"@testing-library/jest-dom": "6.8.0",
9796
"@testing-library/react": "16.3.0",
98-
"@types/node": "20.14.10",
97+
"@types/node": "22.18.6",
9998
"@types/react": "19.1.15",
10099
"@types/react-dom": "19.1.9",
101100
"@types/react-table": "7.7.20",
102101
"@typescript-eslint/eslint-plugin": "7.16.1",
103102
"@typescript-eslint/parser": "7.16.1",
104-
"@vitejs/plugin-react": "4.3.1",
105-
"@vitest/coverage-v8": "2.0.3",
106-
"autoprefixer": "10.4.19",
103+
"@vitejs/plugin-react": "5.0.4",
104+
"@vitest/coverage-v8": "3.2.4",
105+
"autoprefixer": "10.4.21",
107106
"dotenv-cli": "10.0.0",
108107
"eslint": "8.57.0",
109108
"eslint-config-next": "15.5.4",
110109
"eslint-config-prettier": "9.1.0",
111-
"eslint-plugin-import": "2.29.1",
112-
"eslint-plugin-prettier": "5.1.3",
113-
"eslint-plugin-react": "7.34.4",
110+
"eslint-plugin-import": "2.32.0",
111+
"eslint-plugin-prettier": "5.5.4",
112+
"eslint-plugin-react": "7.37.5",
114113
"eslint-plugin-unused-imports": "3.2.0",
115-
"husky": "9.0.11",
116-
"jsdom": "24.1.0",
117-
"lint-staged": "15.2.7",
118-
"postcss": "8.4.39",
119-
"prettier": "3.3.3",
114+
"husky": "9.1.7",
115+
"jsdom": "27.0.0",
116+
"lint-staged": "16.2.3",
117+
"postcss": "8.5.6",
118+
"prettier": "3.6.2",
120119
"prettier-plugin-tailwindcss": "0.6.5",
121120
"prisma": "5.17.0",
122121
"prisma-dbml-generator": "0.12.0",
123-
"sass": "1.77.8",
122+
"sass": "1.93.2",
124123
"tailwindcss": "3.4.5",
125124
"ts-node": "10.9.2",
126125
"typescript": "5.5.3",
127-
"vitest": "2.0.3"
126+
"vitest": "3.2.4"
128127
}
129128
}

0 commit comments

Comments
 (0)