updated the package.json to fix the circular dependencies issue. also updated the Changelog.md file to include dependency installation

This commit is contained in:
Vidya Rupak 2025-12-23 13:59:48 -07:00
parent 6db8deb09b
commit 2843e0cf4e
2 changed files with 5 additions and 1 deletions

View file

@ -4,6 +4,11 @@
To test changes, run these commands in separate terminals:
**Terminal 1** - Install the required dependencies:
```bash
bun install
```
**Terminal 1** - Build memory-graph in watch mode:
```bash
cd packages/memory-graph && bun run dev

View file

@ -62,7 +62,6 @@
"@emotion/is-prop-valid": "^1.4.0",
"@radix-ui/react-collapsible": "^1.1.12",
"@radix-ui/react-slot": "^1.2.4",
"@supermemory/memory-graph": "^0.1.7",
"@vanilla-extract/css": "^1.17.4",
"@vanilla-extract/recipes": "^0.5.7",
"@vanilla-extract/sprinkles": "^1.6.5",