Skip to content

Commit e6fb64c

Browse files
xyspgchenxin-yan
andauthored
feat: add plan table course search and add (#93)
Co-authored-by: Chenxin Yan <[email protected]>
1 parent f0c27b3 commit e6fb64c

File tree

17 files changed

+1597
-385
lines changed

17 files changed

+1597
-385
lines changed

apps/web/package.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"packageManager": "[email protected]",
1313
"dependencies": {
1414
"@albert-plus/server": "workspace:*",
15-
"@clerk/nextjs": "^6.35.6",
15+
"@clerk/nextjs": "^6.35.5",
1616
"@radix-ui/react-avatar": "^1.1.11",
1717
"@radix-ui/react-checkbox": "^1.3.3",
1818
"@radix-ui/react-context-menu": "^2.2.16",
@@ -28,25 +28,26 @@
2828
"@radix-ui/react-tooltip": "^1.2.8",
2929
"@remixicon/react": "^4.7.0",
3030
"@t3-oss/env-nextjs": "^0.13.8",
31-
"@tanstack/react-form": "^1.27.0",
31+
"@tanstack/react-form": "^1.26.0",
3232
"@tanstack/react-query": "^5.90.11",
3333
"@tanstack/react-table": "^8.21.3",
3434
"@tanstack/react-virtual": "^3.13.12",
3535
"babel-plugin-react-compiler": "^1.0.0",
3636
"class-variance-authority": "^0.7.1",
3737
"clsx": "^2.1.1",
3838
"cmdk": "^1.1.1",
39-
"convex": "^1.30.0",
39+
"convex": "^1.29.3",
4040
"date-fns": "^4.1.0",
41-
"framer-motion": "^12.23.25",
41+
"framer-motion": "^12.23.24",
4242
"lucide-react": "^0.555.0",
43-
"next": "16.0.7",
43+
"next": "16.0.5",
4444
"next-themes": "^0.4.6",
4545
"pdfjs-dist": "^5.4.449",
4646
"radix-ui": "^1.4.3",
4747
"react": "19.2.1",
4848
"react-day-picker": "^9.11.3",
4949
"react-dom": "19.2.1",
50+
"react-draggable": "^4.5.0",
5051
"sonner": "^2.0.7",
5152
"tailwind-merge": "^3.4.0",
5253
"zod": "^4.1.13"

0 commit comments

Comments
 (0)