Skip to content

Commit

Permalink
升级angular到5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
laixiangran committed Apr 24, 2018
1 parent 7164636 commit 67789b7
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 20 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 5.0.0(2018-04-24)

- 升级angular到5.0.0

# 1.2.0 (2017-12-13)

- 将essence-ng2-checked更名为e-ngx-checked。
Expand Down
41 changes: 21 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "e-ngx-checked",
"version": "1.2.0",
"version": "5.0.0",
"description": "基于Angular的切换复选框状态组件",
"keywords": [
"angular",
Expand Down Expand Up @@ -31,29 +31,30 @@
"typings": "dist/index.d.ts",
"dependencies": {},
"devDependencies": {
"@angular/animations": "^4.0.0",
"@angular/core": "^4.0.0",
"@angular/common": "^4.0.0",
"@angular/compiler": "^4.0.0",
"@angular/forms": "^4.0.0",
"@angular/http": "^4.0.0",
"@angular/platform-browser": "^4.0.0",
"@angular/platform-browser-dynamic": "^4.0.0",
"@angular/router": "^4.0.0",
"@angular/compiler-cli": "^4.0.0",
"@angular/cli": "^1.0.6",
"@angular/core": "^5.0.0",
"@angular/common": "^5.0.0",
"@angular/compiler": "^5.0.0",
"@angular/forms": "^5.0.0",
"@angular/http": "^5.0.0",
"@angular/platform-browser": "^5.0.0",
"@angular/platform-browser-dynamic": "^5.0.0",
"@angular/router": "^5.0.0",
"@angular/compiler-cli": "^5.0.0",
"@angular/animations": "^5.0.0",
"@angular/cli": "^1.5.0",
"rxjs": "^5.5.0",
"zone.js": "^0.8.14",
"codelyzer": "^4.0.1",
"stylelint": "^8.2.0",
"stylelint-scss": "^2.1.0",
"ts-node": "^3.2.0",
"tslint": "^5.7.0",
"typescript": "2.4.2",
"@types/node": "^6.0.60",
"classlist.js": "^1.1.20150312",
"intl": "^1.2.5",
"web-animations-js": "^2.3.1",
"core-js": "^2.4.1",
"rxjs": "^5.1.0",
"zone.js": "^0.8.4",
"tslint": "^5.0.0",
"tslint-eslint-rules": "^4.0.0",
"stylelint": "^7.12.0",
"stylelint-scss": "^1.4.4",
"codelyzer": "~3.0.1",
"typescript": "~2.2.0"
"tslint-eslint-rules": "^4.0.0"
}
}

0 comments on commit 67789b7

Please sign in to comment.