mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-25 18:26:05 +08:00
refactor: move command registry to frontend/core (#7135)
move command registeration related logic out of infra module.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user