Skip to content

Commit

Permalink
fix(module: codebox): fix stackblitz package dependencies error (#561)
Browse files Browse the repository at this point in the history
  • Loading branch information
fisherspy committed Sep 4, 2019
1 parent 630f63c commit 61dcc28
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions scripts/site/_site/src/app/share/nz-codebox/nz-codebox.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -344,20 +344,20 @@ export class AppModule { }
description: 'Created with <3 by the StackBlitz SDK!',
template: 'angular-cli',
dependencies: {
'@angular/cdk' : '^8.1.4',
'@angular/core' : '^8.2.4',
'@angular/forms' : '^8.2.4',
'@angular/http' : '^8.2.4',
'@angular/language-service' : '^8.2.4',
'@angular/platform-browser' : '^8.2.4',
'@angular/platform-browser-dynamic' : '^8.2.4',
'@angular/common' : '^8.2.4',
'@angular/router' : '^8.2.4',
'@angular/animations' : '^8.2.4',
'@angular/compiler' : '^8.2.4',
'@ant-design/icons-angular' : '~8.0.3',
'rxjs' : '^6.3.3',
'ng-zorro-antd-mobile' : '1.0.0-beta.1'
'@angular/animations': '^8.0.0',
'@angular/cdk': '^8.0.0',
'@angular/common': '^8.0.0',
'@angular/compiler': '^8.0.0',
'@angular/core': '^8.0.0',
'@angular/forms': '^8.0.0',
'@angular/platform-browser': '^8.0.0',
'@angular/platform-browser-dynamic': '^8.0.0',
'@angular/router': '^8.0.0',
'@ant-design/icons-angular': '~8.0.3',
'core-js': '^2.5.4',
'rxjs': '^6.3.3',
'zone.js': '^0.9.0',
'ng-zorro-antd-mobile': '1.0.0-beta.1'
},
tags: ['stackblitz', 'sdk']
});
Expand Down

0 comments on commit 61dcc28

Please sign in to comment.