summaryrefslogtreecommitdiffhomepage
path: root/package.json
diff options
context:
space:
mode:
authorAdam Malczewski <[email protected]>2026-06-29 12:13:10 +0900
committerAdam Malczewski <[email protected]>2026-06-29 12:13:10 +0900
commit6861a10c30039b4086f11e2b5bfc515844d8a7b3 (patch)
tree882e84589dac93524e3f6feea047f0ec3e4a5184 /package.json
parentc1082294dd98cadfecda58d854174610659cadec (diff)
parent129bb3be45e1446ce4219d7f656ed0ed6f93a29f (diff)
downloaddispatch-web-6861a10c30039b4086f11e2b5bfc515844d8a7b3.tar.gz
dispatch-web-6861a10c30039b4086f11e2b5bfc515844d8a7b3.zip
Merge branch 'feature/cancel-queued-message' into predev
# Conflicts: # backend-handoff.md
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 ea6c751..f772728 100644
--- a/package.json
+++ b/package.json
@@ -14,17 +14,17 @@
"check:fix": "biome check --write ."
},
"dependencies": {
- "@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",
+ "@dispatch/transport-contract": "file:../backend/packages/transport-contract",
+ "@dispatch/ui-contract": "file:../backend/packages/ui-contract",
+ "@dispatch/wire": "file:../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:../dispatch-backend/packages/ui-contract",
- "@dispatch/wire": "file:../dispatch-backend/packages/wire"
+ "@dispatch/ui-contract": "file:../backend/packages/ui-contract",
+ "@dispatch/wire": "file:../backend/packages/wire"
},
"devDependencies": {
"@biomejs/biome": "^2.4.16",