@blocksuite/lit
Advanced tools
Comparing version 0.13.0-canary-202403051002-77fa770 to 0.13.0-canary-202403062136-899b19a
@@ -13,3 +13,3 @@ import { CSSResult, LitElement } from 'lit'; | ||
style.textContent = s.cssText; | ||
styleRoot.appendChild(style); | ||
styleRoot.append(style); | ||
} | ||
@@ -16,0 +16,0 @@ else { |
{ | ||
"name": "@blocksuite/lit", | ||
"version": "0.13.0-canary-202403051002-77fa770", | ||
"version": "0.13.0-canary-202403062136-899b19a", | ||
"description": "Lit renderer for blocksuite store", | ||
@@ -11,13 +11,13 @@ "type": "module", | ||
"peerDependencies": { | ||
"@blocksuite/block-std": "0.13.0-canary-202403051002-77fa770", | ||
"@blocksuite/store": "0.13.0-canary-202403051002-77fa770" | ||
"@blocksuite/block-std": "0.13.0-canary-202403062136-899b19a", | ||
"@blocksuite/store": "0.13.0-canary-202403062136-899b19a" | ||
}, | ||
"dependencies": { | ||
"lit": "^3.1.1", | ||
"@blocksuite/global": "0.13.0-canary-202403051002-77fa770", | ||
"@blocksuite/inline": "0.13.0-canary-202403051002-77fa770" | ||
"@blocksuite/global": "0.13.0-canary-202403062136-899b19a", | ||
"@blocksuite/inline": "0.13.0-canary-202403062136-899b19a" | ||
}, | ||
"devDependencies": { | ||
"@blocksuite/block-std": "0.13.0-canary-202403051002-77fa770", | ||
"@blocksuite/store": "0.13.0-canary-202403051002-77fa770" | ||
"@blocksuite/store": "0.13.0-canary-202403062136-899b19a", | ||
"@blocksuite/block-std": "0.13.0-canary-202403062136-899b19a" | ||
}, | ||
@@ -24,0 +24,0 @@ "exports": { |
@@ -19,3 +19,3 @@ import type { CSSResultGroup, CSSResultOrNative } from 'lit'; | ||
style.textContent = s.cssText; | ||
styleRoot.appendChild(style); | ||
styleRoot.append(style); | ||
} else { | ||
@@ -22,0 +22,0 @@ console.error('unreachable'); |
Sorry, the diff of this file is not supported yet
154651
+ Added@blocksuite/block-std@0.13.0-canary-202403062136-899b19a(transitive)
+ Added@blocksuite/global@0.13.0-canary-202403062136-899b19a(transitive)
+ Added@blocksuite/inline@0.13.0-canary-202403062136-899b19a(transitive)
+ Added@blocksuite/store@0.13.0-canary-202403062136-899b19a(transitive)
+ Added@blocksuite/sync@0.13.0-canary-202403062136-899b19a(transitive)
- Removed@blocksuite/block-std@0.13.0-canary-202403051002-77fa770(transitive)
- Removed@blocksuite/global@0.13.0-canary-202403051002-77fa770(transitive)
- Removed@blocksuite/inline@0.13.0-canary-202403051002-77fa770(transitive)
- Removed@blocksuite/store@0.13.0-canary-202403051002-77fa770(transitive)
- Removed@blocksuite/sync@0.13.0-canary-202403051002-77fa770(transitive)
Updated@blocksuite/global@0.13.0-canary-202403062136-899b19a
Updated@blocksuite/inline@0.13.0-canary-202403062136-899b19a