Skip to content

Commit 5e2e8fc

Browse files
nartcclaude
andcommitted
chore(plugin): downgrade default three.js versions to 0.182
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 5ff0227 commit 5e2e8fc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

libs/plugin/src/versions.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/** Default version of angular-three to install */
22
export const ANGULAR_THREE_VERSION = '^4.0.0';
33
/** Default version of three to install */
4-
export const THREE_VERSION = '^0.183.0';
4+
export const THREE_VERSION = '^0.182.0';
55
/** Default version of @types/three to install */
6-
export const THREE_TYPE_VERSION = '^0.183.0';
6+
export const THREE_TYPE_VERSION = '^0.182.0';
77
/** Default version of ngxtension to install */
88
export const NGXTENSION_VERSION = '^7.0.0';
99

0 commit comments

Comments
 (0)