mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-03 08:49:51 +02:00
chore: bump dependencies major versions (#8537)
This commit is contained in:
parent
e8a07633ba
commit
3526059214
25 changed files with 126 additions and 664 deletions
|
@ -5,12 +5,7 @@
|
|||
* LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
|
||||
/**
|
||||
* Copyright (c) Facebook, Inc. and its affiliates.
|
||||
*
|
||||
* This source code is licensed under the MIT license found in the
|
||||
* LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
/* eslint-disable global-require */
|
||||
|
||||
import React, {type ComponentProps} from 'react';
|
||||
import {
|
||||
|
@ -21,9 +16,9 @@ import {
|
|||
ButtonNext,
|
||||
DotGroup,
|
||||
} from 'pure-react-carousel';
|
||||
import 'pure-react-carousel/dist/react-carousel.es.css';
|
||||
import Link from '@docusaurus/Link';
|
||||
import Image from '@theme/IdealImage';
|
||||
import 'pure-react-carousel/dist/react-carousel.es.css';
|
||||
import styles from './ShowcaseCarousel.module.css';
|
||||
|
||||
type Site = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue