Skip to content

Commit bb9f8af

Browse files
committed
fix: turborepo
1 parent ab7f4f3 commit bb9f8af

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

libs/@local/hashql/eval/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,17 @@
1010
"test:unit": "mise run test:unit @rust/hashql-eval"
1111
},
1212
"dependencies": {
13+
"@blockprotocol/type-system-rs": "workspace:*",
14+
"@rust/hash-graph-authorization": "workspace:*",
1315
"@rust/hash-graph-postgres-store": "workspace:*",
16+
"@rust/hash-graph-store": "workspace:*",
1417
"@rust/hashql-core": "workspace:*",
1518
"@rust/hashql-diagnostics": "workspace:*",
1619
"@rust/hashql-hir": "workspace:*",
1720
"@rust/hashql-mir": "workspace:*"
1821
},
1922
"devDependencies": {
20-
"@blockprotocol/type-system-rs": "workspace:*",
2123
"@rust/error-stack": "workspace:*",
22-
"@rust/hash-graph-authorization": "workspace:*",
23-
"@rust/hash-graph-store": "workspace:*",
2424
"@rust/hash-graph-test-data": "workspace:*"
2525
}
2626
}

0 commit comments

Comments
 (0)