refactor: move command registry to frontend/core (#7135)

move command registeration related logic out of infra module.
This commit is contained in:
pengx17
2024-06-05 14:09:20 +00:00
parent fa4e4c738a
commit de81527e29
24 changed files with 31 additions and 32 deletions

View File

@@ -400,6 +400,7 @@ __metadata:
ses: "npm:^1.4.1"
socket.io-client: "npm:^4.7.5"
swr: "npm:2.2.5"
tinykeys: "patch:tinykeys@npm%3A2.1.0#~/.yarn/patches/tinykeys-npm-2.1.0-819feeaed0.patch"
uuid: "npm:^9.0.1"
valtio: "npm:^1.13.2"
vitest: "npm:1.6.0"
@@ -490,7 +491,6 @@ __metadata:
react-router-dom: "npm:^6.22.3"
rxjs: "npm:^7.8.1"
semver: "npm:^7.6.0"
tinykeys: "patch:tinykeys@npm%3A2.1.0#~/.yarn/patches/tinykeys-npm-2.1.0-819feeaed0.patch"
tree-kill: "npm:^1.2.2"
ts-node: "npm:^10.9.2"
undici: "npm:^6.12.0"
@@ -13908,7 +13908,6 @@ __metadata:
nanoid: "npm:^5.0.7"
react: "npm:^18.2.0"
rxjs: "npm:^7.8.1"
tinykeys: "patch:tinykeys@npm%3A2.1.0#~/.yarn/patches/tinykeys-npm-2.1.0-819feeaed0.patch"
vite: "npm:^5.2.8"
vite-plugin-dts: "npm:3.9.1"
vitest: "npm:1.6.0"