File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 88
88
"angular-in-app" : {
89
89
"factory" : " ./src/generators/integrations/angular-in-app/generator" ,
90
90
"schema" : " ./src/generators/integrations/angular-in-app/schema.json" ,
91
- "description" : " angular-in-app generator" ,
92
- "hidden" : true
91
+ "description" : " angular-in-app generator"
93
92
}
94
93
}
95
94
}
Original file line number Diff line number Diff line change @@ -40,9 +40,9 @@ export const muiMaterialVersion = '^5.12.0';
40
40
export const muiDataGridVersion = '^6.2.0' ;
41
41
42
42
// angular integration
43
- export const angularVersion = '^16 .0.0' ;
43
+ export const angularVersion = '^17 .0.0' ;
44
44
export const vitePluginAngularVersion = '~0.2.0' ;
45
- export const qwikAngularVersion = '~0.1 .0' ;
45
+ export const qwikAngularVersion = '~0.2 .0' ;
46
46
47
47
// other
48
48
export const eslintVersion = '~8.36.0' ;
You can’t perform that action at this time.
0 commit comments