Skip to content

Commit

Permalink
fix(cli): fix cannot find module @angular/cdk/schematics (#1721)
Browse files Browse the repository at this point in the history
  • Loading branch information
cipchk committed Nov 27, 2023
1 parent ae26c44 commit 49a84a1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@
"file-saver": "^2.0.5",
"ng-github-button": "^17.0.0",
"ng-zorro-antd": "^17.0.1",
"@angular/cdk": "^17.0.0",
"ngx-countdown": "^17.0.0",
"ngx-highlight-js": "^17.0.0",
"ngx-tinymce": "^17.0.0",
Expand Down
3 changes: 2 additions & 1 deletion schematics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
"dependencies": {
"swagger-typescript-api": "@LIB-PLACEHOLDER",
"ng-alain-sts": "@LIB-PLACEHOLDER",
"ng-alain-plugin-theme": "@LIB-PLACEHOLDER"
"ng-alain-plugin-theme": "@LIB-PLACEHOLDER",
"@angular/cdk": "@LIB-PLACEHOLDER"
},
"ng-update": {
"migrations": "./migration.json",
Expand Down
1 change: 1 addition & 0 deletions scripts/ci/utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ DEPENDENCIES=$(node -p "
'@antv/g2',
'echarts',
'ng-zorro-antd',
'@angular/cdk',
'ngx-tinymce',
'ngx-countdown',
'ng-alain-sts',
Expand Down

0 comments on commit 49a84a1

Please sign in to comment.