chore(core): update web-component-base dep
This commit is contained in:
parent
232d1976f2
commit
93989ac1e5
2 changed files with 2 additions and 3 deletions
|
@ -142,7 +142,7 @@ async function buildRegistry(usedCustomElements, type, storage) {
|
||||||
!isBaseClassImported &&
|
!isBaseClassImported &&
|
||||||
content.toString().includes("extends WebComponent")
|
content.toString().includes("extends WebComponent")
|
||||||
) {
|
) {
|
||||||
const baseClassImport = `import { WebComponent } from "https://unpkg.com/web-component-base@1.11.2/WebComponent.js";`;
|
const baseClassImport = `import { WebComponent } from "https://unpkg.com/web-component-base@1.11.3/WebComponent.js";`;
|
||||||
|
|
||||||
registryScript += baseClassImport;
|
registryScript += baseClassImport;
|
||||||
isBaseClassImported = true;
|
isBaseClassImported = true;
|
||||||
|
|
|
@ -95,8 +95,7 @@
|
||||||
<p><a href="{{greeting.url}}">some text: {{greeting.message}}</a></p>
|
<p><a href="{{greeting.url}}">some text: {{greeting.message}}</a></p>
|
||||||
<clickable-text></clickable-text>
|
<clickable-text></clickable-text>
|
||||||
</body>
|
</body>
|
||||||
</html></pre
|
</html></pre>
|
||||||
>
|
|
||||||
</code-block>
|
</code-block>
|
||||||
</section>
|
</section>
|
||||||
</main>
|
</main>
|
||||||
|
|
Loading…
Reference in a new issue