build: update @angular/cli and @angular versions

This commit is contained in:
Alexander Zhukov 2017-08-02 19:54:53 +03:00
parent 671056ddd9
commit 3f0463cca1
3 changed files with 701 additions and 333 deletions

View file

@ -2,10 +2,12 @@
"extends": "../tsconfig.json",
"compilerOptions": {
"outDir": "../out-tsc/e2e",
"baseUrl": "./",
"module": "commonjs",
"target": "es5",
"types": [
"jasmine",
"jasminewd2",
"node"
]
}

1000
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -25,16 +25,15 @@
},
"dependencies": {
"@agm/core": "1.0.0-beta.0",
"@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",
"@angular/animations": "4.3.2",
"@angular/common": "4.3.2",
"@angular/compiler": "4.3.2",
"@angular/core": "4.3.2",
"@angular/forms": "4.3.2",
"@angular/http": "4.3.2",
"@angular/platform-browser": "4.3.2",
"@angular/platform-browser-dynamic": "4.3.2",
"@angular/router": "4.3.2",
"@asymmetrik/angular2-leaflet": "2.1.4",
"@ng-bootstrap/ng-bootstrap": "1.0.0-alpha.26",
"@swimlane/ngx-charts": "5.2.0",
@ -57,20 +56,21 @@
"ng2-tree": "2.0.0-alpha.5",
"ngx-echarts": "1.2.2",
"normalize.css": "6.0.0",
"open-sans-fontface": "^1.4.0",
"rxjs": "5.4.0",
"open-sans-fontface": "1.4.0",
"rxjs": "5.4.2",
"tether": "1.4.0",
"tinymce": "4.5.7",
"typeface-exo": "0.0.22",
"web-animations-js": "2.2.5",
"zone.js": "0.8.10"
"zone.js": "0.8.16"
},
"devDependencies": {
"@angular/cli": "1.1.3",
"@angular/compiler-cli": "4.2.4",
"@angular/language-service": "4.2.4",
"@angular/cli": "1.2.6",
"@angular/compiler-cli": "4.3.2",
"@angular/language-service": "4.3.2",
"@types/d3-color": "1.0.4",
"@types/jasmine": "2.5.38",
"@types/jasminewd2": "2.0.2",
"@types/leaflet": "1.0.60",
"@types/node": "6.0.74",
"angular-cli-ghpages": "0.5.0",