fix(deps): update dependency react-transition-group to v4 (#5385)
This commit is contained in:
@ -19,7 +19,7 @@
|
||||
"dependencies": {
|
||||
"react-aria-menubutton": "^6.0.0",
|
||||
"react-toggled": "^1.1.2",
|
||||
"react-transition-group": "^2.6.0"
|
||||
"react-transition-group": "^4.0.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@emotion/core": "^10.0.35",
|
||||
|
@ -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 = {
|
||||
|
Reference in New Issue
Block a user