1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-01-16 13:09:31 +01:00

Update package.json: add "slate-dom": "workspace:*", to help IDE identify import xx from "slate-dom" (#5784)

This commit is contained in:
宋万盛 2024-12-25 22:16:53 +08:00 committed by GitHub
parent dbd0a3efec
commit 5c349ad91b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 1 deletions

View File

@ -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:*",

View File

@ -13258,7 +13258,7 @@ __metadata:
languageName: node
linkType: hard
"slate-dom@npm:^0.111.0, slate-dom@workspace:packages/slate-dom":
"slate-dom@npm:^0.111.0, slate-dom@workspace:*, slate-dom@workspace:packages/slate-dom":
version: 0.0.0-use.local
resolution: "slate-dom@workspace:packages/slate-dom"
dependencies:
@ -13385,6 +13385,7 @@ __metadata:
shell-quote: "npm:^1.8.1"
simple-git-hooks: "npm:^2.9.0"
slate: "workspace:*"
slate-dom: "workspace:*"
slate-history: "workspace:*"
slate-hyperscript: "workspace:*"
slate-react: "workspace:*"