diff options
| author | Dhravya Shah <[email protected]> | 2024-08-27 11:25:25 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-08-27 11:25:25 -0700 |
| commit | cee944e83592bc1a1f4906cb3dfa249fa7616ea3 (patch) | |
| tree | 67cc4b8466c04fd97c761ccf5c0e457f9c3b474f /apps/web/package.json | |
| parent | Merge pull request #259 from supermemoryai/cta-fix (diff) | |
| parent | trigger build (diff) | |
| download | supermemory-cee944e83592bc1a1f4906cb3dfa249fa7616ea3.tar.xz supermemory-cee944e83592bc1a1f4906cb3dfa249fa7616ea3.zip | |
Merge pull request #268 from supermemoryai/CodeTorso-main
Code torso's editor PR
Diffstat (limited to 'apps/web/package.json')
| -rw-r--r-- | apps/web/package.json | 60 |
1 files changed, 34 insertions, 26 deletions
diff --git a/apps/web/package.json b/apps/web/package.json index 109d7907..71445ce5 100644 --- a/apps/web/package.json +++ b/apps/web/package.json @@ -17,40 +17,48 @@ "update-prod-db": "wrangler d1 execute prod-d1-supermemory --remote" }, "dependencies": { - "@radix-ui/react-dialog": "^1.0.5", - "@radix-ui/react-popover": "^1.0.7", + "@radix-ui/react-dialog": "^1.1.1", + "@radix-ui/react-popover": "^1.1.1", "@radix-ui/react-slot": "^1.1.0", - "@sentry/nextjs": "^8", - "ai": "^3.3.0", + "@sentry/nextjs": "^8.26.0", + "@tiptap-pro/extension-emoji": "^2.10.11", + "@tiptap-pro/extension-table-of-contents": "^2.10.11", + "@tiptap/extension-text-align": "^2.6.4", + "@tiptap/extension-typography": "^2.6.4", + "@tiptap/pm": "^2.6.4", + "@tiptap/react": "^2.6.4", + "ai": "^3.3.7", + "class-variance-authority": "^0.7.0", "clsx": "^2.1.1", "cmdk": "^1.0.0", "drizzle-orm": "0.30.0", "lowlight": "^3.1.0", - "million": "^3.1.6", - "next": "^14.1.1", + "million": "^3.1.11", + "next": "^14.2.5", "next-pwa": "^5.6.0", - "novel": "^0.4.2", - "nuqs": "^1.17.4", - "posthog-js": "^1.154.5", - "react": "^18.2.0", - "react-dom": "^18.2.0", - "react-resizable-panels": "^2.0.19", - "use-debounce": "^10.0.1" + "novel": "^0.4.3", + "nuqs": "^1.17.8", + "posthog-js": "^1.155.4", + "react": "^18.3.1", + "react-dom": "^18.3.1", + "react-resizable-panels": "^2.1.0", + "tippy.js": "^6.3.7", + "use-debounce": "^10.0.2" }, "devDependencies": { - "@cloudflare/next-on-pages": "1", - "@next/eslint-plugin-next": "^14.1.1", - "@repo/eslint-config": "*", - "@repo/shared-types": "*", - "@repo/tailwind-config": "*", - "@repo/typescript-config": "*", - "@types/eslint": "^8.56.5", - "@types/node": "^20.11.24", - "@types/react": "^18.2.61", - "@types/react-dom": "^18.2.19", + "@cloudflare/next-on-pages": "^1.13.2", + "@next/eslint-plugin-next": "^14.2.5", + "@repo/eslint-config": "^0.0.0", + "@repo/shared-types": "^0.0.1", + "@repo/tailwind-config": "^0.0.0", + "@repo/typescript-config": "^0.0.0", + "@types/eslint": "^8.56.11", + "@types/node": "^20.14.15", + "@types/react": "^18.3.3", + "@types/react-dom": "^18.3.0", "eslint": "^8.57.0", - "postcss": "^8.4.38", - "typescript": "^5.3.3", - "wrangler": "^3.66.0" + "postcss": "^8.4.41", + "typescript": "^5.5.4", + "wrangler": "^3.71.0" } } |