Bump memory graph package

This commit is contained in:
Ishaan Gupta 2026-06-12 21:42:13 +05:30
parent 37ef077490
commit f6c3f00c60
3 changed files with 4 additions and 4 deletions

View file

@ -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",

View file

@ -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",
},

View file

@ -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",