timetable-app

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit da1278c67dac4c6b95084bc4d0f4eb912956b3c2
parent f41562df900ebd2f4033080c669e106e068fbcf6
Author: Keito Kawahito <k20001115yahoo.co.jp@gmail.com>
Date:   Wed, 15 Apr 2026 18:24:45 +0900

2026年度データ更新

Diffstat:
Msrc/client/components/SlideFooter/index.tsx | 2+-
Mtsconfig.json | 1+
2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/client/components/SlideFooter/index.tsx b/src/client/components/SlideFooter/index.tsx @@ -4,7 +4,7 @@ import { GlobalStyles, Link, Alert as MUIAlert } from '@mui/material'; import { css, styled } from '@mui/material/styles'; import shuffle from 'lodash/shuffle'; import { useState } from 'react'; -import { Autoplay, Pagination } from 'swiper'; +import { Autoplay, Pagination } from 'swiper/modules'; import { Swiper, SwiperSlide } from 'swiper/react'; import 'swiper/css'; import 'swiper/css/autoplay'; diff --git a/tsconfig.json b/tsconfig.json @@ -25,6 +25,7 @@ "moduleResolution": "node", "resolveJsonModule": true, "isolatedModules": true, + "ignoreDeprecations": "6.0", "jsx": "preserve", "baseUrl": "src", "plugins": [