build: update dependencies

This commit is contained in:
Alexander Zhukov 2017-06-29 16:33:04 +03:00
parent 05c82bd602
commit 34031ba2be
2 changed files with 587 additions and 444 deletions

1001
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -25,21 +25,21 @@
},
"dependencies": {
"@agm/core": "1.0.0-beta.0",
"@angular/animations": "4.1.3",
"@angular/common": "4.1.3",
"@angular/compiler": "4.1.3",
"@angular/core": "4.1.3",
"@angular/forms": "4.1.3",
"@angular/http": "4.1.3",
"@angular/platform-browser": "4.1.3",
"@angular/platform-browser-dynamic": "4.1.3",
"@angular/platform-server": "4.1.3",
"@angular/router": "4.1.3",
"@angular/animations": "4.2.4",
"@angular/common": "4.2.4",
"@angular/compiler": "4.2.4",
"@angular/core": "4.2.4",
"@angular/forms": "4.2.4",
"@angular/http": "4.2.4",
"@angular/platform-browser": "4.2.4",
"@angular/platform-browser-dynamic": "4.2.4",
"@angular/platform-server": "4.2.4",
"@angular/router": "4.2.4",
"@asymmetrik/angular2-leaflet": "2.1.4",
"@ng-bootstrap/ng-bootstrap": "1.0.0-alpha.26",
"@swimlane/ngx-charts": "5.2.0",
"angular2-echarts": "1.1.7",
"angular2-toaster": "^4.0.0",
"angular2-toaster": "4.0.0",
"bootstrap": "4.0.0-alpha.6",
"chart.js": "2.5.0",
"ckeditor": "4.6.2",
@ -67,9 +67,9 @@
"zone.js": "0.8.10"
},
"devDependencies": {
"@angular/cli": "1.1.0",
"@angular/compiler-cli": "4.1.3",
"@angular/language-service": "4.1.3",
"@angular/cli": "1.1.3",
"@angular/compiler-cli": "4.2.4",
"@angular/language-service": "4.2.4",
"@types/d3-color": "1.0.4",
"@types/jasmine": "2.5.38",
"@types/leaflet": "1.0.60",
@ -93,6 +93,6 @@
"tslint": "5.4.2",
"tslint-eslint-rules": "4.1.1",
"tslint-language-service": "0.9.6",
"typescript": "2.3.3"
"typescript": "2.3.4"
}
}