Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 572477d

Browse files
committed
fix(plugin): bump generators versions
1 parent 1c9b7cb commit 572477d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

libs/plugin/src/generators/version.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
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';
2+
export const THREE_VERSION = '^0.169.0';
3+
export const THREE_TYPE_VERSION = '^0.169.0';
44
export const NGXTENSION_VERSION = '^4.0.0';
55

66
export const SOBA_PEER_DEPENDENCIES = {
@@ -12,7 +12,7 @@ export const SOBA_PEER_DEPENDENCIES = {
1212
maath: '^0.10.0',
1313
meshline: '^3.1.0',
1414
'stats-gl': '^2.0.0',
15-
'three-custom-shader-material': '^5.4.0',
16-
'three-mesh-bvh': '^0.7.0',
15+
'three-custom-shader-material': '^6.0.0',
16+
'three-mesh-bvh': '^0.8.0',
1717
'troika-three-text': '^0.49.0',
1818
} as const;

0 commit comments

Comments
 (0)