From 444b8dfe5e3578e3b27c8b9d86df81259e290652 Mon Sep 17 00:00:00 2001 From: SilverRusk Date: Wed, 22 Apr 2026 10:34:18 +0900 Subject: [PATCH 1/2] =?UTF-8?q?jQuery=202.1.3=20=E2=86=92=203.6.4=20?= =?UTF-8?q?=E3=81=AB=E3=82=A2=E3=83=83=E3=83=97=E3=82=B0=E3=83=AC=E3=83=BC?= =?UTF-8?q?=E3=83=89=EF=BC=88v2.2.5=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made-with: Cursor --- examples/ganttchart/js/desktop-ganttchart.js | 2 +- examples/ganttchart/manifest.json | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/examples/ganttchart/js/desktop-ganttchart.js b/examples/ganttchart/js/desktop-ganttchart.js index f93e5a2..e7841e3 100644 --- a/examples/ganttchart/js/desktop-ganttchart.js +++ b/examples/ganttchart/js/desktop-ganttchart.js @@ -5,7 +5,7 @@ * Licensed under the MIT License */ jQuery.noConflict(); -document.write(''); +document.write(''); // ローディング画面を出す関数 const setLoading = () => { diff --git a/examples/ganttchart/manifest.json b/examples/ganttchart/manifest.json index 49ff5f2..e061c10 100644 --- a/examples/ganttchart/manifest.json +++ b/examples/ganttchart/manifest.json @@ -1,6 +1,6 @@ { "manifest_version":1, - "version":"2.2.4", + "version":"2.2.5", "type":"APP", "name":{ "ja":"ガントチャートプラグイン", @@ -20,7 +20,7 @@ }, "desktop":{ "js":[ - "https://js.cybozu.com/jquery/2.1.3/jquery.min.js", + "https://js.cybozu.com/jquery/3.6.4/jquery.min.js", "https://js.cybozu.com/jquerygantt/20210106/jquery.fn.gantt.min.js", "https://js.kintone.com/momentjs/2.14.1/moment.min.js", "https://momentjs.com/downloads/moment-timezone-with-data.min.js", @@ -36,13 +36,13 @@ }, "mobile":{ "js":[ - "https://js.cybozu.com/jquery/2.1.3/jquery.min.js" + "https://js.cybozu.com/jquery/3.6.4/jquery.min.js" ] }, "config":{ "html":"html/config.html", "js":[ - "https://js.cybozu.com/jquery/2.1.3/jquery.min.js", + "https://js.cybozu.com/jquery/3.6.4/jquery.min.js", "https://js.kintone.com/jsrender/0.9.80/jsrender.min.js", "thirdparties/jqColorPicker.min.js", "js/config.js" From 298345f4ea650013ef92608941af9e1f2d94eed6 Mon Sep 17 00:00:00 2001 From: SilverRusk Date: Tue, 26 May 2026 08:19:49 +0900 Subject: [PATCH 2/2] =?UTF-8?q?jQuery=20UI=201.14.2,=20Moment.js=202.30.1,?= =?UTF-8?q?=20Moment=20Timezone=200.6.0=20=E3=81=AB=E3=82=A2=E3=83=83?= =?UTF-8?q?=E3=83=97=E3=82=B0=E3=83=AC=E3=83=BC=E3=83=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Cursor --- examples/ganttchart/manifest.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/ganttchart/manifest.json b/examples/ganttchart/manifest.json index e061c10..ab6dfc4 100644 --- a/examples/ganttchart/manifest.json +++ b/examples/ganttchart/manifest.json @@ -22,15 +22,15 @@ "js":[ "https://js.cybozu.com/jquery/3.6.4/jquery.min.js", "https://js.cybozu.com/jquerygantt/20210106/jquery.fn.gantt.min.js", - "https://js.kintone.com/momentjs/2.14.1/moment.min.js", - "https://momentjs.com/downloads/moment-timezone-with-data.min.js", - "https://js.cybozu.com/jqueryui/1.12.1/jquery-ui.min.js", + "https://js.kintone.com/momentjs/2.30.1/moment.min.js", + "https://js.cybozu.com/moment-timezone/0.6.0/moment-timezone-with-data.min.js", + "https://js.cybozu.com/jquery-ui/1.14.2/jquery-ui.min.js", "js/jquery.ui.datepicker-ja.min.js", "js/desktop-ganttchart.js" ], "css":[ "https://js.cybozu.com/jquerygantt/20210106/css/style.css", - "https://js.cybozu.com/jqueryui/1.12.1/themes/smoothness/jquery-ui.css", + "https://js.cybozu.com/jquery-ui/1.14.2/themes/smoothness/jquery-ui.css", "css/addin-style.css" ] },