File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
import * as PIXI from 'pixi.js' ;
2
2
import * as React from 'react' ;
3
- import { ElementType , ComponentPropsWithRef } from '@react-spring/shared ' ;
3
+ import { ElementType , ComponentPropsWithRef } from '@react-spring/types ' ;
4
4
import { AnimatedProps } from 'react-spring' ;
5
5
6
6
type AnimatedComponent < T extends ElementType > = React . ForwardRefExoticComponent < AnimatedProps < ComponentPropsWithRef < T > > > ;
Original file line number Diff line number Diff line change 83
83
"prop-types" : " 15.7.2" ,
84
84
"react" : " 17.0.2" ,
85
85
"react-dom" : " 17.0.2" ,
86
- "react-spring" : " 9.0.0 " ,
86
+ "react-spring" : " 9.1.2 " ,
87
87
"react-test-renderer" : " 17.0.2" ,
88
88
"rimraf" : " 3.0.2" ,
89
89
"rollup" : " 2.44.0" ,
102
102
"prop-types" : " ^15.7.2" ,
103
103
"react" : " ^17.0.1" ,
104
104
"react-dom" : " ^17.0.1" ,
105
- "react-spring" : " ^9.0.0 "
105
+ "react-spring" : " ^9.1.2 "
106
106
},
107
107
"dependencies" : {
108
108
"performance-now" : " 2.1.0" ,
You can’t perform that action at this time.
0 commit comments