Skip to content

Commit 746039b

Browse files
committed
fix(core): adjust versions for generator
1 parent aed25c7 commit 746039b

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

Diff for: libs/plugin/src/generators/init/files/experience/experience.component.ts__tmpl__

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import { Mesh, BoxGeometry, MeshBasicMaterial } from 'three';
55
extend({ Mesh, BoxGeometry, MeshBasicMaterial });
66

77
@Component({
8-
standalone: true,
98
template: `
109
<ngt-mesh #mesh>
1110
<ngt-box-geometry />

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

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
export const ANGULAR_THREE_VERSION = '^2.0.0';
2-
export const THREE_VERSION = '^0.170.0';
3-
export const THREE_TYPE_VERSION = '^0.170.0';
1+
export const ANGULAR_THREE_VERSION = '^3.0.0';
2+
export const THREE_VERSION = '^0.171.0';
3+
export const THREE_TYPE_VERSION = '^0.171.0';
44
export const NGXTENSION_VERSION = '^4.0.0';
55

66
export const SOBA_PEER_DEPENDENCIES = {
@@ -9,10 +9,10 @@ export const SOBA_PEER_DEPENDENCIES = {
99
'@monogrid/gainmap-js': '^3.0.0',
1010
'camera-controls': '^2.8.0',
1111
'hls.js': '^1.5.0',
12-
maath: '^0.10.0',
12+
maath: '~0.10.0',
1313
meshline: '^3.1.0',
1414
'stats-gl': '^2.0.0',
15-
'three-custom-shader-material': '^6.2.0',
16-
'three-mesh-bvh': '^0.8.0',
17-
'troika-three-text': '^0.52.0',
15+
'three-custom-shader-material': '~6.2.0',
16+
'three-mesh-bvh': '~0.8.0',
17+
'troika-three-text': '~0.52.0',
1818
} as const;

0 commit comments

Comments
 (0)