From a261bc3a1ea53f28213670473f496ca7e7571695 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E4=B8=87=E7=9B=9B?= <33458935+sws797@users.noreply.github.com> Date: Fri, 20 Dec 2024 10:11:02 +0800 Subject: [PATCH] Update package.json add `"slate-dom": "workspace:*",` to help IDE identify `import xx from "slate-dom"` --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 69b34f32a0..65ade27ecb 100644 --- a/package.json +++ b/package.json @@ -110,6 +110,7 @@ "shell-quote": "^1.8.1", "simple-git-hooks": "^2.9.0", "slate": "workspace:*", + "slate-dom": "workspace:*", "slate-history": "workspace:*", "slate-hyperscript": "workspace:*", "slate-react": "workspace:*",