Skip to content

Commit c5de401

Browse files
authored
Merge pull request #296 from negomansini/master
Updated animated.d.ts to point to correct type references
2 parents 511ef48 + 6f32712 commit c5de401

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

animated/animated.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import * as PIXI from 'pixi.js';
22
import * as React from 'react';
3-
import { ElementType, ComponentPropsWithRef } from '@react-spring/shared';
3+
import { ElementType, ComponentPropsWithRef } from '@react-spring/types';
44
import { AnimatedProps } from 'react-spring';
55

66
type AnimatedComponent<T extends ElementType> = React.ForwardRefExoticComponent<AnimatedProps<ComponentPropsWithRef<T>>>;

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
"prop-types": "15.7.2",
8484
"react": "17.0.2",
8585
"react-dom": "17.0.2",
86-
"react-spring": "9.0.0",
86+
"react-spring": "9.1.2",
8787
"react-test-renderer": "17.0.2",
8888
"rimraf": "3.0.2",
8989
"rollup": "2.44.0",
@@ -102,7 +102,7 @@
102102
"prop-types": "^15.7.2",
103103
"react": "^17.0.1",
104104
"react-dom": "^17.0.1",
105-
"react-spring": "^9.0.0"
105+
"react-spring": "^9.1.2"
106106
},
107107
"dependencies": {
108108
"performance-now": "2.1.0",

0 commit comments

Comments
 (0)