diff options
| author | Dhravya Shah <[email protected]> | 2024-08-27 11:54:00 -0700 |
|---|---|---|
| committer | Dhravya Shah <[email protected]> | 2024-08-27 11:54:00 -0700 |
| commit | ba3a7b6a80a57a58446752bb3c14586322dfa22e (patch) | |
| tree | eb418fe49604c985737a4896d5d34b7c97b33219 /apps/web/package.json | |
| parent | fix: editor build issue (diff) | |
| download | archived-supermemory-ba3a7b6a80a57a58446752bb3c14586322dfa22e.tar.xz archived-supermemory-ba3a7b6a80a57a58446752bb3c14586322dfa22e.zip | |
fix: all build errors
Diffstat (limited to 'apps/web/package.json')
| -rw-r--r-- | apps/web/package.json | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/apps/web/package.json b/apps/web/package.json index 71445ce5..f01b2d5f 100644 --- a/apps/web/package.json +++ b/apps/web/package.json @@ -22,11 +22,12 @@ "@radix-ui/react-slot": "^1.1.0", "@sentry/nextjs": "^8.26.0", "@tiptap-pro/extension-emoji": "^2.10.11", - "@tiptap-pro/extension-table-of-contents": "^2.10.11", + "@tiptap-pro/extension-table-of-contents": "^2.11.1", + "@tiptap/core": "^2.6.6", "@tiptap/extension-text-align": "^2.6.4", "@tiptap/extension-typography": "^2.6.4", "@tiptap/pm": "^2.6.4", - "@tiptap/react": "^2.6.4", + "@tiptap/react": "^2.6.6", "ai": "^3.3.7", "class-variance-authority": "^0.7.0", "clsx": "^2.1.1", |