Skip to content

Commit f33aa1b

Browse files
committed
fix(plugin): use next version for ngt
1 parent 7682a79 commit f33aa1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/plugin/src/versions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export const ANGULAR_THREE_VERSION = '^4.0.0';
1+
export const ANGULAR_THREE_VERSION = 'next';
22
export const THREE_VERSION = '^0.173.0';
33
export const THREE_TYPE_VERSION = '^0.173.0';
44
export const NGXTENSION_VERSION = '^4.0.0';

0 commit comments

Comments
 (0)