Skip to content

Commit 18b9a9e

Browse files
committed
fix(plugin): bump threejs version
1 parent 18b02de commit 18b9a9e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libs/plugin/src/generators/version.ts

Lines changed: 2 additions & 2 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.166.0';
3-
export const THREE_TYPE_VERSION = '^0.166.0';
2+
export const THREE_VERSION = '^0.168.0';
3+
export const THREE_TYPE_VERSION = '^0.168.0';
44
export const NGXTENSION_VERSION = '^4.0.0';
55

66
export const SOBA_PEER_DEPENDENCIES = {

0 commit comments

Comments
 (0)