diff options
| author | CodeTorso <[email protected]> | 2024-06-20 08:38:21 -0600 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-06-20 08:38:21 -0600 |
| commit | af90b960af7a8e6debc059f8ca67af878f0f409a (patch) | |
| tree | 8097644103d6f49b5b247ddada12e78132167f93 /package.json | |
| parent | add: animated query input (diff) | |
| parent | added multi-turn conversations (diff) | |
| download | supermemory-af90b960af7a8e6debc059f8ca67af878f0f409a.tar.xz supermemory-af90b960af7a8e6debc059f8ca67af878f0f409a.zip | |
Merge branch 'codetorso' into kartik
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/package.json b/package.json index 63d008d9..b6597fd7 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "devDependencies": { "@clack/prompts": "^0.7.0", "@cloudflare/next-on-pages": "1", - "@cloudflare/workers-types": "^4.20240512.0", + "@cloudflare/workers-types": "^4.20240614.0", "@repo/eslint-config": "*", "@repo/tailwind-config": "*", "@repo/typescript-config": "*", @@ -45,7 +45,7 @@ "@auth/drizzle-adapter": "^1.1.0", "@aws-sdk/client-s3": "^3.577.0", "@aws-sdk/s3-request-presigner": "^3.577.0", - "@cloudflare/puppeteer": "^0.0.8", + "@cloudflare/puppeteer": "^0.0.11", "@headlessui/react": "^2.0.4", "@heroicons/react": "^2.1.3", "@hono/swagger-ui": "^0.2.2", @@ -66,6 +66,7 @@ "@tldraw/assets": "^2.2.0", "@types/readline-sync": "^1.4.8", "ai": "^3.1.14", + "aws4fetch": "^1.0.18", "cheerio": "^1.0.0-rc.12", "compromise": "^14.13.0", "drizzle-orm": "^0.30.10", @@ -79,6 +80,7 @@ "react-dropzone": "^14.2.3", "react-hook-form": "^7.51.5", "react-markdown": "^9.0.1", + "react-tweet": "^3.2.1", "rehype-highlight": "^7.0.0", "rehype-katex": "^7.0.0", "remark-gfm": "^4.0.0", |