Skip to content

Commit

Permalink
fix: turborepo
Browse files Browse the repository at this point in the history
  • Loading branch information
indietyp committed Oct 12, 2024
1 parent 7ec1c10 commit b7a9dd7
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 10 deletions.
3 changes: 2 additions & 1 deletion libs/@local/harpc/codec/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"private": true,
"license": "AGPL-3",
"dependencies": {
"@rust/error-stack": "0.5.0"
"@rust/error-stack": "0.5.0",
"@rust/harpc-types": "0.0.0-private"
}
}
4 changes: 1 addition & 3 deletions libs/@local/harpc/net/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@
"@rust/codec": "0.0.0-private",
"@rust/error-stack": "0.5.0",
"@rust/harpc-codec": "0.0.0-private",
"@rust/harpc-types": "0.0.0-private",
"@rust/harpc-wire-protocol": "0.0.0-private"
},
"devDependencies": {
"@rust/harpc-types": "0.0.0-private"
}
}
3 changes: 1 addition & 2 deletions libs/@local/harpc/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@
"@rust/harpc-net": "0.0.0-private",
"@rust/harpc-service": "0.0.0-private",
"@rust/harpc-tower": "0.0.0-private",
"@rust/harpc-types": "0.0.0-private",
"@rust/harpc-wire-protocol": "0.0.0-private"
"@rust/harpc-types": "0.0.0-private"
},
"devDependencies": {
"@rust/graph-types": "0.0.0-private"
Expand Down
3 changes: 1 addition & 2 deletions libs/@local/harpc/service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"license": "AGPL-3",
"dependencies": {
"@rust/harpc-tower": "0.0.0-private",
"@rust/harpc-types": "0.0.0-private",
"@rust/harpc-wire-protocol": "0.0.0-private"
"@rust/harpc-types": "0.0.0-private"
}
}
3 changes: 1 addition & 2 deletions libs/@local/harpc/tower/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"@rust/error-stack": "0.5.0",
"@rust/harpc-codec": "0.0.0-private",
"@rust/harpc-net": "0.0.0-private",
"@rust/harpc-types": "0.0.0-private",
"@rust/harpc-wire-protocol": "0.0.0-private"
"@rust/harpc-types": "0.0.0-private"
}
}

0 comments on commit b7a9dd7

Please sign in to comment.