From 444b8dfe5e3578e3b27c8b9d86df81259e290652 Mon Sep 17 00:00:00 2001 From: SilverRusk Date: Wed, 22 Apr 2026 10:34:18 +0900 Subject: [PATCH] =?UTF-8?q?jQuery=202.1.3=20=E2=86=92=203.6.4=20=E3=81=AB?= =?UTF-8?q?=E3=82=A2=E3=83=83=E3=83=97=E3=82=B0=E3=83=AC=E3=83=BC=E3=83=89?= =?UTF-8?q?=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"