summaryrefslogtreecommitdiffhomepage
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json10
1 files changed, 5 insertions, 5 deletions
diff --git a/package.json b/package.json
index acef44b..dbd57c8 100644
--- a/package.json
+++ b/package.json
@@ -14,17 +14,17 @@
"check:fix": "biome check --write ."
},
"dependencies": {
- "@dispatch/transport-contract": "file:../arch-rewrite/packages/transport-contract",
- "@dispatch/ui-contract": "file:../arch-rewrite/packages/ui-contract",
- "@dispatch/wire": "file:../arch-rewrite/packages/wire",
+ "@dispatch/transport-contract": "file:../dispatch-backend/packages/transport-contract",
+ "@dispatch/ui-contract": "file:../dispatch-backend/packages/ui-contract",
+ "@dispatch/wire": "file:../dispatch-backend/packages/wire",
"dompurify": "^3.4.5",
"highlight.js": "^11.11.1",
"marked": "^18.0.4",
"marked-highlight": "^2.2.4"
},
"overrides": {
- "@dispatch/ui-contract": "file:../arch-rewrite/packages/ui-contract",
- "@dispatch/wire": "file:../arch-rewrite/packages/wire"
+ "@dispatch/ui-contract": "file:../dispatch-backend/packages/ui-contract",
+ "@dispatch/wire": "file:../dispatch-backend/packages/wire"
},
"devDependencies": {
"@biomejs/biome": "^2.4.16",