Skip to content

Commit 6b6bdb8

Browse files
feat(qwik-nx): bump angular versions (#215)
1 parent 0c1bc36 commit 6b6bdb8

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

packages/qwik-nx/generators.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,7 @@
8888
"angular-in-app": {
8989
"factory": "./src/generators/integrations/angular-in-app/generator",
9090
"schema": "./src/generators/integrations/angular-in-app/schema.json",
91-
"description": "angular-in-app generator",
92-
"hidden": true
91+
"description": "angular-in-app generator"
9392
}
9493
}
9594
}

packages/qwik-nx/src/utils/versions.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ export const muiMaterialVersion = '^5.12.0';
4040
export const muiDataGridVersion = '^6.2.0';
4141

4242
// angular integration
43-
export const angularVersion = '^16.0.0';
43+
export const angularVersion = '^17.0.0';
4444
export const vitePluginAngularVersion = '~0.2.0';
45-
export const qwikAngularVersion = '~0.1.0';
45+
export const qwikAngularVersion = '~0.2.0';
4646

4747
// other
4848
export const eslintVersion = '~8.36.0';

0 commit comments

Comments
 (0)