chore(core): update web-component-base dep

This commit is contained in:
Ayo 2023-11-12 16:13:15 +01:00
parent 232d1976f2
commit 93989ac1e5
2 changed files with 2 additions and 3 deletions

View file

@ -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;

View file

@ -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>
&lt;/html&gt;</pre &lt;/html&gt;</pre>
>
</code-block> </code-block>
</section> </section>
</main> </main>