diff options
| author | Dhravya <[email protected]> | 2024-06-14 23:35:19 -0500 |
|---|---|---|
| committer | Dhravya <[email protected]> | 2024-06-14 23:35:19 -0500 |
| commit | 9f0fb14d56fcbd9280aee2bdd83d55e8fabbe7d2 (patch) | |
| tree | 372de593c837b0a963c081a1db58447ac4e08084 /package.json | |
| parent | Merge branch 'codetorso' of https://github.com/Dhravya/supermemory into codet... (diff) | |
| download | supermemory-9f0fb14d56fcbd9280aee2bdd83d55e8fabbe7d2.tar.xz supermemory-9f0fb14d56fcbd9280aee2bdd83d55e8fabbe7d2.zip | |
[MIGRATION REQUIRED]Data fetchers and other server actions, spaces creation and database migrations
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/package.json b/package.json index bcf4b42c..3c9f4621 100644 --- a/package.json +++ b/package.json @@ -58,6 +58,7 @@ "@radix-ui/react-label": "^2.0.2", "@radix-ui/react-progress": "^1.0.3", "@radix-ui/react-scroll-area": "^1.0.5", + "@radix-ui/react-select": "^2.0.0", "@radix-ui/react-separator": "^1.0.3", "@radix-ui/react-slot": "^1.0.2", "@radix-ui/react-tabs": "^1.0.4", @@ -73,6 +74,7 @@ "lucide-react": "^0.379.0", "next-app-theme": "^0.1.10", "next-auth": "^5.0.0-beta.18", + "next-themes": "^0.3.0", "random-js": "^2.1.0", "react-dropzone": "^14.2.3", "react-hook-form": "^7.51.5", @@ -81,7 +83,7 @@ "rehype-katex": "^7.0.0", "remark-gfm": "^4.0.0", "remark-math": "^6.0.0", - "sonner": "^1.4.41", + "sonner": "^1.5.0", "tailwind-scrollbar": "^3.1.0", "tldraw": "^2.1.4", "uploadthing": "^6.10.4", |