aboutsummaryrefslogtreecommitdiff
path: root/apps/web/package.json
diff options
context:
space:
mode:
authorcodetorso <[email protected]>2024-08-16 09:16:46 +0530
committercodetorso <[email protected]>2024-08-16 09:16:46 +0530
commit73c5480fac134b74d080456d325ffb2e06555d3a (patch)
tree309885647a065f18414a610d218c8f236fd1ba06 /apps/web/package.json
parentMerge pull request #249 from aidenybai/chore/upgrade-million (diff)
downloadsupermemory-73c5480fac134b74d080456d325ffb2e06555d3a.tar.xz
supermemory-73c5480fac134b74d080456d325ffb2e06555d3a.zip
editor
Diffstat (limited to 'apps/web/package.json')
-rw-r--r--apps/web/package.json60
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"
}
}