From 595163f36e66a716ff67f4e056db575328664a14 Mon Sep 17 00:00:00 2001 From: Sakutaro Shina <208091987+NextReservation-Sakutaro@users.noreply.github.com> Date: Sat, 9 Aug 2025 12:29:47 +0900 Subject: [PATCH 1/2] Fix react version --- src/siteConfig.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/siteConfig.js b/src/siteConfig.js index e4f1ba047..2b24703e8 100644 --- a/src/siteConfig.js +++ b/src/siteConfig.js @@ -3,7 +3,7 @@ */ exports.siteConfig = { - version: '18.3.1', + version: '19.1', // -------------------------------------- // Translations should replace these lines: languageCode: 'fr', From ddf6e2daa9a99760a17d1f777d45a4fcd16969cf Mon Sep 17 00:00:00 2001 From: Sakutaro Shina Date: Wed, 22 Oct 2025 09:45:50 +0900 Subject: [PATCH 2/2] update version --- src/siteConfig.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/siteConfig.js b/src/siteConfig.js index 2b24703e8..7d74d3b57 100644 --- a/src/siteConfig.js +++ b/src/siteConfig.js @@ -3,7 +3,7 @@ */ exports.siteConfig = { - version: '19.1', + version: '19.2', // -------------------------------------- // Translations should replace these lines: languageCode: 'fr',