We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ff0227 commit 5e2e8fcCopy full SHA for 5e2e8fc
1 file changed
libs/plugin/src/versions.ts
@@ -1,9 +1,9 @@
1
/** Default version of angular-three to install */
2
export const ANGULAR_THREE_VERSION = '^4.0.0';
3
/** Default version of three to install */
4
-export const THREE_VERSION = '^0.183.0';
+export const THREE_VERSION = '^0.182.0';
5
/** Default version of @types/three to install */
6
-export const THREE_TYPE_VERSION = '^0.183.0';
+export const THREE_TYPE_VERSION = '^0.182.0';
7
/** Default version of ngxtension to install */
8
export const NGXTENSION_VERSION = '^7.0.0';
9
0 commit comments