update packages

This commit is contained in:
Braun Patrik 2017-07-09 14:27:09 +02:00
parent 34c508073f
commit 2c315d7bd5

View File

@ -1,6 +1,6 @@
{ {
"name": "pigallery2", "name": "pigallery2",
"version": "1.0.0-beta.1", "version": "1.0.0-beta.2",
"description": "This is a photo gallery optimised for running low resource servers (especially on raspberry pi)", "description": "This is a photo gallery optimised for running low resource servers (especially on raspberry pi)",
"author": "Patrik J. Braun", "author": "Patrik J. Braun",
"homepage": "https://github.com/bpatrik/PiGallery2", "homepage": "https://github.com/bpatrik/PiGallery2",
@ -26,7 +26,7 @@
"dependencies": { "dependencies": {
"body-parser": "^1.17.2", "body-parser": "^1.17.2",
"ejs": "^2.5.6", "ejs": "^2.5.6",
"exif-parser": "^0.1.9", "exif-parser": "^0.1.11",
"express": "^4.15.3", "express": "^4.15.3",
"express-session": "^1.15.3", "express-session": "^1.15.3",
"flat-file-db": "^1.0.0", "flat-file-db": "^1.0.0",
@ -43,30 +43,30 @@
"@agm/core": "^1.0.0-beta.0", "@agm/core": "^1.0.0-beta.0",
"@angular/animations": "^4.2.6", "@angular/animations": "^4.2.6",
"@angular/cli": "1.2.0", "@angular/cli": "1.2.0",
"@angular/common": "~4.2.5", "@angular/common": "~4.2.6",
"@angular/compiler": "~4.2.5", "@angular/compiler": "~4.2.6",
"@angular/compiler-cli": "^4.2.5", "@angular/compiler-cli": "^4.2.6",
"@angular/core": "~4.2.5", "@angular/core": "~4.2.6",
"@angular/forms": "~4.2.5", "@angular/forms": "~4.2.6",
"@angular/http": "~4.2.5", "@angular/http": "~4.2.6",
"@angular/language-service": "^4.2.5", "@angular/language-service": "^4.2.6",
"@angular/platform-browser": "~4.2.5", "@angular/platform-browser": "~4.2.6",
"@angular/platform-browser-dynamic": "~4.2.5", "@angular/platform-browser-dynamic": "~4.2.6",
"@angular/router": "~4.2.5", "@angular/router": "~4.2.6",
"@types/express": "^4.0.36", "@types/express": "^4.0.36",
"@types/express-session": "1.15.0", "@types/express-session": "1.15.0",
"@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.7", "@types/node": "^8.0.9",
"@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.0.2",
"codelyzer": "~3.1.1", "codelyzer": "~3.1.2",
"core-js": "^2.4.1", "core-js": "^2.4.1",
"ejs-loader": "^0.3.0", "ejs-loader": "^0.3.0",
"gulp": "^3.9.1", "gulp": "^3.9.1",
"gulp-typescript": "^3.1.7", "gulp-typescript": "^3.2.0",
"gulp-zip": "^4.0.0", "gulp-zip": "^4.0.0",
"intl": "^1.2.5", "intl": "^1.2.5",
"jasmine-core": "^2.6.4", "jasmine-core": "^2.6.4",
@ -91,10 +91,10 @@
"remap-istanbul": "^0.9.5", "remap-istanbul": "^0.9.5",
"rimraf": "^2.6.1", "rimraf": "^2.6.1",
"run-sequence": "^2.0.0", "run-sequence": "^2.0.0",
"rxjs": "^5.4.1", "rxjs": "^5.4.2",
"ts-helpers": "^1.1.2", "ts-helpers": "^1.1.2",
"ts-node": "~3.1.0", "ts-node": "~3.2.0",
"tslint": "^5.4.3", "tslint": "^5.5.0",
"typescript": "^2.4.1", "typescript": "^2.4.1",
"zone.js": "^0.8.12" "zone.js": "^0.8.12"
}, },