From f0c09eedf7f81156d652208578686fb7d39d5e8f Mon Sep 17 00:00:00 2001 From: Paola De Bartolo Date: Wed, 4 Jan 2023 16:44:50 -0300 Subject: [PATCH 1/3] fix: add missing jquery import Close #60 --- .../META-INF/frontend/orgchart/dist/js/jquery.orgchart.js | 2 ++ 1 file changed, 2 insertions(+) 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); From 0459ace0e85de64d55fe3934a933db815b030b9d Mon Sep 17 00:00:00 2001 From: Paola De Bartolo Date: Wed, 4 Jan 2023 16:47:57 -0300 Subject: [PATCH 2/3] build: add Vaadin 24 profile --- pom.xml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 6e98f37..151da1e 100644 --- a/pom.xml +++ b/pom.xml @@ -491,6 +491,14 @@ - + + v24 + + 24.0.0.alpha7 + 17 + 17 + 11.0.12 + + From 69fc2f5ee822bfbfb26cd2e67bdc08982838a77f Mon Sep 17 00:00:00 2001 From: Paola De Bartolo Date: Thu, 5 Jan 2023 16:39:33 -0300 Subject: [PATCH 3/3] build(demo): update commons-demo to 3.5.1 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 151da1e..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