We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c9b7cb commit 572477dCopy full SHA for 572477d
libs/plugin/src/generators/version.ts
@@ -1,6 +1,6 @@
1
export const ANGULAR_THREE_VERSION = '^2.0.0';
2
-export const THREE_VERSION = '^0.168.0';
3
-export const THREE_TYPE_VERSION = '^0.168.0';
+export const THREE_VERSION = '^0.169.0';
+export const THREE_TYPE_VERSION = '^0.169.0';
4
export const NGXTENSION_VERSION = '^4.0.0';
5
6
export const SOBA_PEER_DEPENDENCIES = {
@@ -12,7 +12,7 @@ export const SOBA_PEER_DEPENDENCIES = {
12
maath: '^0.10.0',
13
meshline: '^3.1.0',
14
'stats-gl': '^2.0.0',
15
- 'three-custom-shader-material': '^5.4.0',
16
- 'three-mesh-bvh': '^0.7.0',
+ 'three-custom-shader-material': '^6.0.0',
+ 'three-mesh-bvh': '^0.8.0',
17
'troika-three-text': '^0.49.0',
18
} as const;
0 commit comments