build(projects): update deps and fix project config

This commit is contained in:
Soybean
2023-02-02 23:25:00 +08:00
parent 34ffd9c1f3
commit da521b35e6
4 changed files with 980 additions and 693 deletions

View File

@ -27,15 +27,7 @@ import type { SwiperOptions } from 'swiper';
type SwiperExampleOptions = Pick<
SwiperOptions,
| 'navigation'
| 'pagination'
| 'scrollbar'
| 'slidesPerView'
| 'slidesPerGroup'
| 'spaceBetween'
| 'direction'
| 'loop'
| 'loopFillGroupWithBlank'
'navigation' | 'pagination' | 'scrollbar' | 'slidesPerView' | 'slidesPerGroup' | 'spaceBetween' | 'direction' | 'loop'
>;
interface SwiperExample {