Skip to content

Commit 7493d8c

Browse files
committed
feat(core): bump peer dependency to three 170
1 parent 666ec32 commit 7493d8c

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Diff for: libs/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@angular/common": ">=18.0.0 <19.0.0",
2626
"@angular/core": ">=18.0.0 <19.0.0",
2727
"ngxtension": ">=3.0.0",
28-
"three": ">=0.148.0 <0.170.0",
28+
"three": ">=0.148.0 <0.171.0",
2929
"@nativescript/angular": ">=18.0.0 <19.0.0",
3030
"@nativescript/canvas": "2.0.0-webgpu.11",
3131
"@nativescript/canvas-three": "2.0.0-webgpu.11",

Diff for: libs/plugin/src/generators/version.ts

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
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';
44
export const NGXTENSION_VERSION = '^4.0.0';
55

66
export const SOBA_PEER_DEPENDENCIES = {
77
'three-stdlib': '^2.0.0',
8-
'@pmndrs/vanilla': '^1.19.0',
8+
'@pmndrs/vanilla': '^1.20.0',
99
'@monogrid/gainmap-js': '^3.0.0',
1010
'camera-controls': '^2.8.0',
1111
'hls.js': '^1.5.0',
1212
maath: '^0.10.0',
1313
meshline: '^3.1.0',
1414
'stats-gl': '^2.0.0',
15-
'three-custom-shader-material': '^6.0.0',
15+
'three-custom-shader-material': '^6.2.0',
1616
'three-mesh-bvh': '^0.8.0',
17-
'troika-three-text': '^0.49.0',
17+
'troika-three-text': '^0.52.0',
1818
} as const;

0 commit comments

Comments
 (0)