diff --git a/pom.xml b/pom.xml index 6e98f37..d8a5e39 100644 --- a/pom.xml +++ b/pom.xml @@ -152,7 +152,7 @@ com.flowingcode.vaadin.addons.demo commons-demo - 3.5.0 + 3.5.1 test @@ -491,6 +491,14 @@ - + + v24 + + 24.0.0.alpha7 + 17 + 17 + 11.0.12 + + diff --git a/src/main/resources/META-INF/frontend/orgchart/dist/js/jquery.orgchart.js b/src/main/resources/META-INF/frontend/orgchart/dist/js/jquery.orgchart.js index 2b41bd4..0af1642 100644 --- a/src/main/resources/META-INF/frontend/orgchart/dist/js/jquery.orgchart.js +++ b/src/main/resources/META-INF/frontend/orgchart/dist/js/jquery.orgchart.js @@ -10,6 +10,8 @@ */ 'use strict'; +import jQuery from "jquery"; + (function (factory) { if (typeof module === 'object' && typeof module.exports === 'object') { factory(require('jquery'), window, document);