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

Update deps

parent 81ff6767
No related branches found
No related tags found
No related merge requests found
import {i18n} from './i18n.js';
import {html, LitElement} from 'lit-element';
import './person-select.js';
import commonUtils from 'vpu-common/utils';
import * as commonUtils from 'vpu-common/utils';
class PersonSelectDemo extends LitElement {
constructor() {
......
......@@ -7,7 +7,7 @@ import JSONLD from 'vpu-common/jsonld';
import {html} from 'lit-element';
import {i18n} from './i18n.js';
import VPULitElementJQuery from 'vpu-common/vpu-lit-element-jquery';
import commonUtils from 'vpu-common/utils';
import * as commonUtils from 'vpu-common/utils';
import select2CSSPath from 'select2/dist/css/select2.min.css';
......
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