fix(deps): update dependency react-transition-group to v4 (#5385)

This commit is contained in:
renovate[bot]
2021-05-16 15:30:57 +03:00
committed by GitHub
parent 6edb7d05ea
commit f0725a8379
3 changed files with 22 additions and 4 deletions

View File

@ -2,7 +2,7 @@ import React from 'react';
import PropTypes from 'prop-types';
import styled from '@emotion/styled';
import { css, keyframes } from '@emotion/core';
import CSSTransition from 'react-transition-group/CSSTransition';
import { CSSTransition } from 'react-transition-group';
import { colors, zIndex } from './styles';
const styles = {