package update

This commit is contained in:
Braun Patrik 2017-07-14 23:00:42 +02:00
parent 1d63cfaca4
commit 2eddf2c314

View File

@ -42,28 +42,28 @@
}, },
"devDependencies": { "devDependencies": {
"@agm/core": "^1.0.0-beta.0", "@agm/core": "^1.0.0-beta.0",
"@angular/animations": "^4.2.6", "@angular/animations": "^4.3.0",
"@angular/cli": "1.2.0", "@angular/cli": "1.2.1",
"@angular/common": "~4.2.6", "@angular/common": "~4.3.0",
"@angular/compiler": "~4.2.6", "@angular/compiler": "~4.3.0",
"@angular/compiler-cli": "^4.2.6", "@angular/compiler-cli": "^4.3.0",
"@angular/core": "~4.2.6", "@angular/core": "~4.3.0",
"@angular/forms": "~4.2.6", "@angular/forms": "~4.3.0",
"@angular/http": "~4.2.6", "@angular/http": "~4.3.0",
"@angular/language-service": "^4.2.6", "@angular/language-service": "^4.3.0",
"@angular/platform-browser": "~4.2.6", "@angular/platform-browser": "~4.3.0",
"@angular/platform-browser-dynamic": "~4.2.6", "@angular/platform-browser-dynamic": "~4.3.0",
"@angular/router": "~4.2.6", "@angular/router": "~4.3.0",
"@types/bcryptjs": "^2.4.0", "@types/bcryptjs": "^2.4.0",
"@types/express": "^4.0.36", "@types/express": "^4.0.36",
"@types/express-session": "1.15.0", "@types/express-session": "1.15.1",
"@types/gm": "^1.17.31", "@types/gm": "^1.17.31",
"@types/jasmine": "^2.5.53", "@types/jasmine": "^2.5.53",
"@types/jimp": "^0.2.1", "@types/jimp": "^0.2.1",
"@types/node": "^8.0.9", "@types/node": "^8.0.13",
"@types/sharp": "^0.17.2", "@types/sharp": "^0.17.2",
"@types/winston": "^2.3.3", "@types/winston": "^2.3.3",
"chai": "^4.0.2", "chai": "^4.1.0",
"codelyzer": "~3.1.2", "codelyzer": "~3.1.2",
"core-js": "^2.4.1", "core-js": "^2.4.1",
"ejs-loader": "^0.3.0", "ejs-loader": "^0.3.0",
@ -100,7 +100,7 @@
"ts-node": "~3.2.0", "ts-node": "~3.2.0",
"tslint": "^5.5.0", "tslint": "^5.5.0",
"typescript": "^2.4.1", "typescript": "^2.4.1",
"zone.js": "^0.8.12" "zone.js": "^0.8.13"
}, },
"optionalDependencies": { "optionalDependencies": {
"gm": "^1.23.0", "gm": "^1.23.0",