mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-09-07 08:26:15 +00:00
Bump memory graph package
This commit is contained in:
parent
37ef077490
commit
f6c3f00c60
3 changed files with 4 additions and 4 deletions
|
|
@ -53,7 +53,7 @@
|
|||
"@repo/lib": "workspace:*",
|
||||
"@repo/validation": "workspace:*",
|
||||
"@sentry/nextjs": "^10.33.0",
|
||||
"@supermemory/memory-graph": "^0.2.0",
|
||||
"@supermemory/memory-graph": "^0.2.3",
|
||||
"@tailwindcss/typography": "^0.5.16",
|
||||
"@tanstack/react-form": "^1.12.4",
|
||||
"@tanstack/react-query": "^5.90.14",
|
||||
|
|
|
|||
4
bun.lock
4
bun.lock
|
|
@ -163,7 +163,7 @@
|
|||
"@repo/lib": "workspace:*",
|
||||
"@repo/validation": "workspace:*",
|
||||
"@sentry/nextjs": "^10.33.0",
|
||||
"@supermemory/memory-graph": "^0.2.0",
|
||||
"@supermemory/memory-graph": "^0.2.3",
|
||||
"@tailwindcss/typography": "^0.5.16",
|
||||
"@tanstack/react-form": "^1.12.4",
|
||||
"@tanstack/react-query": "^5.90.14",
|
||||
|
|
@ -298,7 +298,7 @@
|
|||
},
|
||||
"packages/memory-graph": {
|
||||
"name": "@supermemory/memory-graph",
|
||||
"version": "0.2.2",
|
||||
"version": "0.2.3",
|
||||
"dependencies": {
|
||||
"d3-force": "^3.0.0",
|
||||
},
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@supermemory/memory-graph",
|
||||
"version": "0.2.2",
|
||||
"version": "0.2.3",
|
||||
"description": "Interactive graph visualization component for Supermemory - visualize and explore your memory connections",
|
||||
"type": "module",
|
||||
"main": "./src/index.tsx",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue