File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 25
25
"@angular/common" : " >=18.0.0 <19.0.0" ,
26
26
"@angular/core" : " >=18.0.0 <19.0.0" ,
27
27
"ngxtension" : " >=3.0.0" ,
28
- "three" : " >=0.148.0 <0.170 .0" ,
28
+ "three" : " >=0.148.0 <0.171 .0" ,
29
29
"@nativescript/angular" : " >=18.0.0 <19.0.0" ,
30
30
"@nativescript/canvas" : " 2.0.0-webgpu.11" ,
31
31
"@nativescript/canvas-three" : " 2.0.0-webgpu.11" ,
Original file line number Diff line number Diff line change 1
1
export const ANGULAR_THREE_VERSION = '^2.0.0' ;
2
- export const THREE_VERSION = '^0.169 .0' ;
3
- export const THREE_TYPE_VERSION = '^0.169 .0' ;
2
+ export const THREE_VERSION = '^0.170 .0' ;
3
+ export const THREE_TYPE_VERSION = '^0.170 .0' ;
4
4
export const NGXTENSION_VERSION = '^4.0.0' ;
5
5
6
6
export const SOBA_PEER_DEPENDENCIES = {
7
7
'three-stdlib' : '^2.0.0' ,
8
- '@pmndrs/vanilla' : '^1.19 .0' ,
8
+ '@pmndrs/vanilla' : '^1.20 .0' ,
9
9
'@monogrid/gainmap-js' : '^3.0.0' ,
10
10
'camera-controls' : '^2.8.0' ,
11
11
'hls.js' : '^1.5.0' ,
12
12
maath : '^0.10.0' ,
13
13
meshline : '^3.1.0' ,
14
14
'stats-gl' : '^2.0.0' ,
15
- 'three-custom-shader-material' : '^6.0 .0' ,
15
+ 'three-custom-shader-material' : '^6.2 .0' ,
16
16
'three-mesh-bvh' : '^0.8.0' ,
17
- 'troika-three-text' : '^0.49 .0' ,
17
+ 'troika-three-text' : '^0.52 .0' ,
18
18
} as const ;
You can’t perform that action at this time.
0 commit comments