From cb88156188089947c5b48ee8dc2484040381ac7a Mon Sep 17 00:00:00 2001 From: fundon Date: Fri, 23 May 2025 09:30:32 +0000 Subject: [PATCH] fix(editor): update shared deps (#12479) ## Summary by CodeRabbit - **Chores** - Updated dependency management to include "@types/bytes" in the main dependencies. - **Localization** - Slight adjustment to Spanish (Argentina) translation completeness. --- blocksuite/affine/shared/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blocksuite/affine/shared/package.json b/blocksuite/affine/shared/package.json index 5aa18764ff..b07af556fc 100644 --- a/blocksuite/affine/shared/package.json +++ b/blocksuite/affine/shared/package.json @@ -19,6 +19,7 @@ "@lit/context": "^1.1.2", "@preact/signals-core": "^1.8.0", "@toeverything/theme": "^1.1.14", + "@types/bytes": "^3.1.5", "@types/hast": "^3.0.4", "@types/lodash-es": "^4.17.12", "@types/mdast": "^4.0.4", @@ -71,7 +72,6 @@ "!dist/__tests__" ], "devDependencies": { - "@types/bytes": "^3.1.5", "vitest": "3.1.3" }, "version": "0.21.0"