File tree 2 files changed +25
-7
lines changed
2 files changed +25
-7
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-spring" ,
3
- "version" : " 9.7.4 " ,
3
+ "version" : " 9.7.5 " ,
4
4
"module" : " ./dist/react-spring.legacy-esm.js" ,
5
5
"main" : " ./dist/cjs/index.js" ,
6
6
"types" : " ./dist/react-spring.modern.d.mts" ,
41
41
" Josh Ellis (https://github.com/joshuaellis)"
42
42
],
43
43
"dependencies" : {
44
- "@react-spring/core" : " ~9.7.4 " ,
45
- "@react-spring/konva" : " ~9.7.4 " ,
46
- "@react-spring/native" : " ~9.7.4 " ,
47
- "@react-spring/three" : " ~9.7.4 " ,
48
- "@react-spring/web" : " ~9.7.4 " ,
49
- "@react-spring/zdog" : " ~9.7.4 "
44
+ "@react-spring/core" : " ~9.7.5 " ,
45
+ "@react-spring/konva" : " ~9.7.5 " ,
46
+ "@react-spring/native" : " ~9.7.5 " ,
47
+ "@react-spring/three" : " ~9.7.5 " ,
48
+ "@react-spring/web" : " ~9.7.5 " ,
49
+ "@react-spring/zdog" : " ~9.7.5 "
50
50
},
51
51
"peerDependencies" : {
52
52
"react" : " ^16.8.0 || ^17.0.0 || ^18.0.0" ,
Original file line number Diff line number Diff line change 6
6
{
7
7
"type" : " node-workspace" ,
8
8
"updatePeerDependencies" : true
9
+ },
10
+ {
11
+ "type" : " linked-versions" ,
12
+ "groupName" : " my group" ,
13
+ "components" : [
14
+ " animated" ,
15
+ " core" ,
16
+ " parallax" ,
17
+ " rafz" ,
18
+ " react-spring" ,
19
+ " shared" ,
20
+ " types" ,
21
+ " konva" ,
22
+ " native" ,
23
+ " three" ,
24
+ " web" ,
25
+ " zdog"
26
+ ]
9
27
}
10
28
],
11
29
"packages" : {
You can’t perform that action at this time.
0 commit comments