build: update the dependencies

This commit is contained in:
Alexander Zhukov 2017-05-16 15:39:27 +03:00
parent 20a05654f4
commit 21ddbc5b5d
2 changed files with 244 additions and 433 deletions

View file

@ -15,7 +15,7 @@
"build:stg": "npm run build:prod:aot -- --base-href \"http://akveo.com/ngx-admin/\"", "build:stg": "npm run build:prod:aot -- --base-href \"http://akveo.com/ngx-admin/\"",
"test": "ng test -sr", "test": "ng test -sr",
"test:coverage": "rimraf coverage && npm run test -- -cc", "test:coverage": "rimraf coverage && npm run test -- -cc",
"lint": "ng lint", "lint": "ng lint --type-check",
"lint:fix": "ng lint --fix", "lint:fix": "ng lint --fix",
"lint:styles": "stylelint ./src/**/*.scss", "lint:styles": "stylelint ./src/**/*.scss",
"lint:ci": "npm run lint && npm run lint:styles", "lint:ci": "npm run lint && npm run lint:styles",
@ -25,16 +25,16 @@
"private": true, "private": true,
"dependencies": { "dependencies": {
"@agm/core": "1.0.0-beta.0", "@agm/core": "1.0.0-beta.0",
"@angular/animations": "4.1.0", "@angular/animations": "4.1.2",
"@angular/common": "4.1.0", "@angular/common": "4.1.2",
"@angular/compiler": "4.1.0", "@angular/compiler": "4.1.2",
"@angular/core": "4.1.0", "@angular/core": "4.1.2",
"@angular/forms": "4.1.0", "@angular/forms": "4.1.2",
"@angular/http": "4.1.0", "@angular/http": "4.1.2",
"@angular/platform-browser": "4.1.0", "@angular/platform-browser": "4.1.2",
"@angular/platform-browser-dynamic": "4.1.0", "@angular/platform-browser-dynamic": "4.1.2",
"@angular/platform-server": "4.1.0", "@angular/platform-server": "4.1.2",
"@angular/router": "4.1.0", "@angular/router": "4.1.2",
"@asymmetrik/angular2-leaflet": "2.1.4", "@asymmetrik/angular2-leaflet": "2.1.4",
"@ng-bootstrap/ng-bootstrap": "1.0.0-alpha.25", "@ng-bootstrap/ng-bootstrap": "1.0.0-alpha.25",
"@swimlane/ngx-charts": "5.2.0", "@swimlane/ngx-charts": "5.2.0",
@ -53,21 +53,21 @@
"ng2-ckeditor": "1.1.6", "ng2-ckeditor": "1.1.6",
"normalize.css": "6.0.0", "normalize.css": "6.0.0",
"roboto-fontface": "0.7.0", "roboto-fontface": "0.7.0",
"rxjs": "5.1.1", "rxjs": "5.4.0",
"tether": "1.4.0", "tether": "1.4.0",
"tinymce": "4.5.7", "tinymce": "4.5.7",
"web-animations-js": "2.2.5", "web-animations-js": "2.2.5",
"zone.js": "0.8.5" "zone.js": "0.8.10"
}, },
"devDependencies": { "devDependencies": {
"@angular/cli": "1.0.1", "@angular/cli": "1.0.3",
"@angular/compiler-cli": "4.1.0", "@angular/compiler-cli": "4.1.2",
"@types/d3-color": "1.0.4", "@types/d3-color": "1.0.4",
"@types/jasmine": "2.5.38", "@types/jasmine": "2.5.38",
"@types/leaflet": "1.0.60", "@types/leaflet": "1.0.60",
"@types/node": "6.0.69", "@types/node": "6.0.73",
"angular-cli-ghpages": "0.5.0", "angular-cli-ghpages": "0.5.0",
"codelyzer": "2.0.1", "codelyzer": "3.0.1",
"jasmine-core": "2.5.2", "jasmine-core": "2.5.2",
"jasmine-spec-reporter": "3.2.0", "jasmine-spec-reporter": "3.2.0",
"karma": "1.4.1", "karma": "1.4.1",
@ -80,9 +80,9 @@
"protractor": "5.1.1", "protractor": "5.1.1",
"rimraf": "2.6.1", "rimraf": "2.6.1",
"stylelint": "7.8.0", "stylelint": "7.8.0",
"ts-node": "2.0.0", "ts-node": "2.1.2",
"tslint": "4.5.1", "tslint": "5.2.0",
"tslint-eslint-rules": "3.4.0", "tslint-eslint-rules": "4.0.0",
"tslint-language-service": "0.9.4", "tslint-language-service": "0.9.4",
"typescript": "2.3.2" "typescript": "2.3.2"
} }

637
yarn.lock

File diff suppressed because it is too large Load diff