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 &&
|
||||
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;
|
||||
isBaseClassImported = true;
|
||||
|
|
|
@ -95,8 +95,7 @@
|
|||
<p><a href="{{greeting.url}}">some text: {{greeting.message}}</a></p>
|
||||
<clickable-text></clickable-text>
|
||||
</body>
|
||||
</html></pre
|
||||
>
|
||||
</html></pre>
|
||||
</code-block>
|
||||
</section>
|
||||
</main>
|
||||
|
|
Loading…
Reference in a new issue