Skip to content

Commit

Permalink
feat: update cdk version to v17 INFR-11427
Browse files Browse the repository at this point in the history
  • Loading branch information
minlovehua committed Mar 1, 2024
1 parent 71c76d3 commit 26e7518
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/guide/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ order: 0
[![npm (scoped)](https://img.shields.io/npm/v/ngx-tethys?style=flat-square)](https://www.npmjs.com/package/ngx-tethys)

## 版本规则
`ngx-tethys``@angular/core` 保持相同的主版本号,目前支持 Angular `^16.0.0` 版本。
`ngx-tethys``@angular/core` 保持相同的主版本号,目前支持 Angular `^17.0.0` 版本。

## 依赖第三方库
- Components Dev Kit (CDK)
Expand Down
2 changes: 1 addition & 1 deletion schematics/ng-update/update-17/index.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ describe('ng-update v17 Schematic', () => {
tree = factory.getTree();
});

it('should update to ng v16', async () => {
it('should update to ng v17', async () => {
workspaceTree = await schematicRunner.runSchematic('migration-v17', undefined, tree);
const file = workspaceTree.get('package.json');
expect(file.content.toString()).toBeTruthy();
Expand Down

0 comments on commit 26e7518

Please sign in to comment.