Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e79608b

Browse files
committed
feat(plugin): add angular-three-theatre to aux generator
1 parent 422b902 commit e79608b

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

libs/plugin/src/generators/aux/aux.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ export async function auxGenerator(tree: Tree) {
3030
'angular-three-postprocessing',
3131
'angular-three-cannon',
3232
'angular-three-tweakpane',
33+
'angular-three-theatre',
3334
],
3435
});
3536

libs/plugin/src/versions.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,8 @@ export const PEER_DEPENDENCIES: Record<string, Record<string, string>> = {
3636
'@tweakpane/core': '^2.0.5',
3737
tweakpane: '^4.0.5',
3838
},
39+
'angular-three-theatre': {
40+
'@theatre/core': '^0.7.2',
41+
'@theatre/studio': '^0.7.2',
42+
},
3943
};

0 commit comments

Comments
 (0)