1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-19 13:41:19 +02: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
2 changed files with 3 additions and 1 deletions

View File

@@ -110,6 +110,7 @@
"shell-quote": "^1.8.1", "shell-quote": "^1.8.1",
"simple-git-hooks": "^2.9.0", "simple-git-hooks": "^2.9.0",
"slate": "workspace:*", "slate": "workspace:*",
"slate-dom": "workspace:*",
"slate-history": "workspace:*", "slate-history": "workspace:*",
"slate-hyperscript": "workspace:*", "slate-hyperscript": "workspace:*",
"slate-react": "workspace:*", "slate-react": "workspace:*",

View File

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