Skip to content
Snippets Groups Projects
Commit 84e711dd authored by Reiter, Christoph's avatar Reiter, Christoph :snake:
Browse files

Update deps

parent d588c131
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ import 'vpu-auth'; ...@@ -2,7 +2,7 @@ import 'vpu-auth';
import './vpu-kb-wpe-view.js'; import './vpu-kb-wpe-view.js';
import {i18n} from './i18n'; import {i18n} from './i18n';
import {html, LitElement} from 'lit-element'; import {html, LitElement} from 'lit-element';
import commonUtils from 'vpu-common/utils'; import * as commonUtils from 'vpu-common/utils';
class KnowledgeBaseWebPageElementViewDemo extends LitElement { class KnowledgeBaseWebPageElementViewDemo extends LitElement {
constructor() { constructor() {
......
...@@ -2,7 +2,7 @@ import {i18n} from './i18n'; ...@@ -2,7 +2,7 @@ import {i18n} from './i18n';
import {html} from 'lit-element'; import {html} from 'lit-element';
// import JSONLD from 'vpu-common/jsonld'; // import JSONLD from 'vpu-common/jsonld';
import VPULitElement from 'vpu-common/vpu-lit-element' import VPULitElement from 'vpu-common/vpu-lit-element'
import commonUtils from "vpu-common/utils"; import * as commonUtils from "vpu-common/utils";
import "vpu-common/vpu-mini-spinner.js"; import "vpu-common/vpu-mini-spinner.js";
import {unsafeHTML} from 'lit-html/directives/unsafe-html.js'; import {unsafeHTML} from 'lit-html/directives/unsafe-html.js';
......
auth @ 15f24eeb
Subproject commit 159424d24146333ea48ff59d907120acf976ed37 Subproject commit 15f24eeb6873fa016b24cc2913073d613c3c4349
common @ 8a80921c
Subproject commit fdcb4c14ef0375b5dc61d48ca4f59bd6c2561708 Subproject commit 8a80921c5f8ea2b0d1a0a548741d2ca1716a5139
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment