Skip to content

Commit

Permalink
fix: bump RTG types to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
jquense committed Jul 8, 2020
1 parent 055c739 commit 750d63f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,11 @@
"@babel/runtime": "^7.4.2",
"@restart/context": "^2.1.4",
"@restart/hooks": "^0.3.21",
"@types/react": "^16.9.35",
"@types/classnames": "^2.2.10",
"@types/invariant": "^2.2.33",
"@types/prop-types": "^15.7.3",
"@types/react-transition-group": "^4.2.4",
"@types/react": "^16.9.35",
"@types/react-transition-group": "^4.4.0",
"@types/warning": "^3.0.0",
"classnames": "^2.2.6",
"dom-helpers": "^5.1.2",
Expand All @@ -84,9 +84,9 @@
"devDependencies": {
"@4c/rollout": "^2.1.9",
"@4c/tsconfig": "^0.3.1",
"@babel/preset-typescript": "^7.9.0",
"@babel/cli": "^7.10.4",
"@babel/core": "^7.10.4",
"@babel/preset-typescript": "^7.9.0",
"@babel/register": "^7.10.4",
"@react-bootstrap/babel-preset": "^1.2.0",
"@react-bootstrap/eslint-config": "^1.3.2",
Expand Down
2 changes: 1 addition & 1 deletion src/Fade.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ const fadeStyles = {
[ENTERED]: 'show',
};

const Fade = React.forwardRef<Transition, FadeProps>(
const Fade = React.forwardRef<Transition<any>, FadeProps>(
({ className, children, ...props }: FadeProps, ref) => {
const handleEnter = useCallback(
(node) => {
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1310,10 +1310,10 @@
resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.7.3.tgz#2ab0d5da2e5815f94b0b9d4b95d1e5f243ab2ca7"
integrity sha512-KfRL3PuHmqQLOG+2tGpRO26Ctg+Cq1E01D2DMriKEATHgWLfeNDmq9e29Q9WIky0dQ3NPkd1mzYH8Lm936Z9qw==

"@types/react-transition-group@^4.2.4":
version "4.2.4"
resolved "https://registry.yarnpkg.com/@types/react-transition-group/-/react-transition-group-4.2.4.tgz#c7416225987ccdb719262766c1483da8f826838d"
integrity sha512-8DMUaDqh0S70TjkqU0DxOu80tFUiiaS9rxkWip/nb7gtvAsbqOXm02UCmR8zdcjWujgeYPiPNTVpVpKzUDotwA==
"@types/react-transition-group@^4.4.0":
version "4.4.0"
resolved "https://registry.yarnpkg.com/@types/react-transition-group/-/react-transition-group-4.4.0.tgz#882839db465df1320e4753e6e9f70ca7e9b4d46d"
integrity sha512-/QfLHGpu+2fQOqQaXh8MG9q03bFENooTb/it4jr5kKaZlDQfWvjqWZg48AwzPVMBHlRuTRAY7hRHCEOXz5kV6w==
dependencies:
"@types/react" "*"

Expand Down

0 comments on commit 750d63f

Please sign in to comment.