Skip to content

Commit 3d6362c

Browse files
committed
fix(plugin): add missing peer dep to collection
1 parent caf58a6 commit 3d6362c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libs/plugin/src/generators/version.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ export const NGXTENSION_VERSION = '^4.0.0';
66
export const SOBA_PEER_DEPENDENCIES = {
77
'three-stdlib': '^2.0.0',
88
'@pmndrs/vanilla': '^1.19.0',
9+
'@monogrid/gainmap-js': '^3.0.0',
910
'camera-controls': '^2.8.0',
1011
'hls.js': '^1.5.0',
1112
maath: '^0.10.0',

0 commit comments

Comments
 (0)