Skip to content

Commit

Permalink
build: update dependency version (NG-ZORRO#2798)
Browse files Browse the repository at this point in the history
  • Loading branch information
vthinkxie authored Jan 17, 2019
1 parent 875d68e commit f472345
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 28 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ English | [简体中文](README-zh_CN.md)
```bash
$ ng new PROJECT_NAME
$ cd PROJECT_NAME
$ ng add ng-zorro-antd --i18n=en_US
$ ng add ng-zorro-antd
```

> More information about `@angular/cli` [here](https://github.com/angular/angular-cli).
Expand Down
4 changes: 1 addition & 3 deletions components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@
"@angular/cdk": "^7.0.0",
"@angular/common": "^7.0.0",
"@angular/core": "^7.0.0",
"@angular/forms": "^7.0.0",
"tslib": "^1.9.0",
"typescript": "~3.1.1"
"@angular/forms": "^7.0.0"
}
}
2 changes: 1 addition & 1 deletion docs/changelog.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ timeline: true

### Bug Fixes

* **table:** 修复 table 的 sticky 躺尸 ([#2688](https://github.com/NG-ZORRO/ng-zorro-antd/issues/2688)) ([50d4fc4](https://github.com/NG-ZORRO/ng-zorro-antd/commit/50d4fc4))
* **table:** 修复 table 的 sticky 样式 ([#2688](https://github.com/NG-ZORRO/ng-zorro-antd/issues/2688)) ([50d4fc4](https://github.com/NG-ZORRO/ng-zorro-antd/commit/50d4fc4))
* **transfer:** 修复 `Not Found` 的异常显示 ([#2687](https://github.com/NG-ZORRO/ng-zorro-antd/issues/2687)) ([3df5779](https://github.com/NG-ZORRO/ng-zorro-antd/commit/3df5779)), closes [#2686](https://github.com/NG-ZORRO/ng-zorro-antd/issues/2686)


Expand Down
46 changes: 23 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,30 +33,30 @@
"pre-release": "npm run site:init && bash ./scripts/build/replace-publish.sh && npm run generate && node --max_old_space_size=5120 ./node_modules/@angular/cli/bin/ng build --prod && npm run helper"
},
"dependencies": {
"@angular/cdk": "^7.0.0",
"@angular/pwa": "^0.11.3",
"@angular/cdk": "^7.2.0",
"@angular/pwa": "^0.12.2",
"@ant-design/icons-angular": "2.0.0-beta.1",
"date-fns": "^1.29.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.10.0",
"@angular-devkit/build-ng-packagr": "~0.10.0",
"@angular-devkit/core": "~7.0.0",
"@angular-devkit/schematics": "~7.0.0",
"@angular/animations": "~7.0.0",
"@angular/cli": "~7.0.2",
"@angular/common": "~7.0.0",
"@angular/compiler": "~7.0.0",
"@angular/compiler-cli": "~7.0.0",
"@angular/core": "~7.0.0",
"@angular/forms": "~7.0.0",
"@angular/http": "~7.0.0",
"@angular/language-service": "~7.0.0",
"@angular/platform-browser": "~7.0.0",
"@angular/platform-browser-dynamic": "~7.0.0",
"@angular/router": "~7.0.0",
"@angular/service-worker": "~7.0.0",
"@schematics/angular": "~7.0.0",
"@angular-devkit/build-angular": "~0.12.0",
"@angular-devkit/build-ng-packagr": "~0.12.0",
"@angular-devkit/core": "~7.2.0",
"@angular-devkit/schematics": "~7.2.0",
"@angular/animations": "~7.2.0",
"@angular/cli": "~7.2.2",
"@angular/common": "~7.2.0",
"@angular/compiler": "~7.2.0",
"@angular/compiler-cli": "~7.2.0",
"@angular/core": "~7.2.0",
"@angular/forms": "~7.2.0",
"@angular/http": "~7.2.0",
"@angular/language-service": "~7.2.0",
"@angular/platform-browser": "~7.2.0",
"@angular/platform-browser-dynamic": "~7.2.0",
"@angular/router": "~7.2.0",
"@angular/service-worker": "~7.2.0",
"@schematics/angular": "~7.2.0",
"@stackblitz/sdk": "^1.1.1",
"@types/fs-extra": "^5.0.4",
"@types/hammerjs": "^2.0.35",
Expand Down Expand Up @@ -84,7 +84,7 @@
"less": "^3.9.0",
"less-plugin-clean-css": "^1.5.1",
"marked": "^0.5.1",
"ng-packagr": "^4.0.0",
"ng-packagr": "^4.2.0",
"ngx-color": "^2.0.5",
"node-prismjs": "^0.1.1",
"prismjs": "^1.10.0",
Expand All @@ -93,10 +93,10 @@
"remark": "^8.0.0",
"rxjs": "~6.3.3",
"ts-node": "~7.0.0",
"tsickle": "^0.30.0",
"tsickle": ">=0.34.0",
"tslib": "^1.9.0",
"tslint": "~5.11.0",
"typescript": "~3.1.1",
"typescript": "~3.2.2",
"webpack-bundle-analyzer": "^3.0.2",
"yaml-front-matter": "^4.0.0",
"zone.js": "~0.8.26"
Expand Down

0 comments on commit f472345

Please sign in to comment.