Skip to content

Commit

Permalink
Upgrade react-spring to v9.0.0-rc.3
Browse files Browse the repository at this point in the history
  • Loading branch information
brunolemos committed Dec 6, 2020
1 parent 5bfca2b commit 843cad0
Show file tree
Hide file tree
Showing 9 changed files with 335 additions and 421 deletions.
3 changes: 2 additions & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
"@bugsnag/plugin-react": "6.4.0",
"@devhub/core": "0.101.0",
"@octokit/rest": "16.43.1",
"@react-spring/core": "9.0.0-rc.3",
"@react-spring/native": "9.0.0-rc.3",
"axios": "0.19.0",
"fbemitter": "2.1.1",
"flatted": "2.0.1",
Expand All @@ -31,7 +33,6 @@
"react-helmet-async": "1.0.3",
"react-native-appearance": "0.3.4",
"react-redux": "7.1.1",
"react-spring": "9.0.0-beta.34",
"react-test-renderer": "16.13.1",
"react-window": "1.8.5",
"redux": "4.0.4",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { ReactType } from 'react'
import { animated } from 'react-spring/native'
import { ElementType } from 'react'
import { animated } from '@react-spring/native'

export function createSpringAnimatedComponent<T extends ReactType<any>>(
export function createSpringAnimatedComponent<T extends ElementType<any>>(
component: T,
) {
// TODO: Fix type definition
Expand Down
Loading

0 comments on commit 843cad0

Please sign in to comment.