Skip to content

Commit 1c7e108

Browse files
committed
chore(deps): update package dependencies
- Add @bibgraph/graph-expansion dependency to algorithms - Add @bibgraph/graph-gen devDependency to graph-expansion - Update pnpm lockfile
1 parent 6c3855e commit 1c7e108

File tree

3 files changed

+25
-1
lines changed

3 files changed

+25
-1
lines changed

packages/algorithms/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414
"test:watch": "nx run algorithms:test:watch",
1515
"typecheck": "nx run algorithms:typecheck"
1616
},
17+
"dependencies": {
18+
"@bibgraph/graph-expansion": "workspace:*"
19+
},
1720
"devDependencies": {},
1821
"author": "BibGraph",
1922
"exports": {

packages/graph-expansion/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"typecheck": "tsc --noEmit"
1010
},
1111
"devDependencies": {
12+
"@bibgraph/graph-gen": "workspace:*",
1213
"vite": "7.3.1",
1314
"vitest": "4.0.16"
1415
},

pnpm-lock.yaml

Lines changed: 21 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)