1
0
mirror of https://github.com/xuthus83/pigallery2.git synced 2024-11-03 21:04:03 +08:00

updating packages

This commit is contained in:
Braun Patrik 2017-06-21 11:32:34 +02:00
parent b336a91fe0
commit 1fdef56a4b

View File

@ -24,21 +24,20 @@
}, },
"dependencies": { "dependencies": {
"@agm/core": "^1.0.0-beta.0", "@agm/core": "^1.0.0-beta.0",
"@angular/common": "~4.1.3", "@angular/common": "~4.2.3",
"@angular/compiler": "~4.1.3", "@angular/compiler": "~4.2.3",
"@angular/core": "~4.1.3", "@angular/core": "~4.2.3",
"@angular/forms": "~4.1.3", "@angular/forms": "~4.2.3",
"@angular/http": "~4.1.3", "@angular/http": "~4.2.3",
"@angular/platform-browser": "~4.1.3", "@angular/platform-browser": "~4.2.3",
"@angular/platform-browser-dynamic": "~4.1.3", "@angular/platform-browser-dynamic": "~4.2.3",
"@angular/router": "~4.1.3", "@angular/router": "~4.2.3",
"body-parser": "^1.17.2", "body-parser": "^1.17.2",
"core-js": "^2.4.1", "core-js": "^2.4.1",
"ejs": "^2.5.6", "ejs": "^2.5.6",
"exif-parser": "^0.1.9", "exif-parser": "^0.1.9",
"express": "^4.15.3", "express": "^4.15.3",
"express-session": "^1.15.3", "express-session": "^1.15.3",
"express-winston": "^2.4.0",
"flat-file-db": "^1.0.0", "flat-file-db": "^1.0.0",
"intl": "^1.2.5", "intl": "^1.2.5",
"jimp": "^0.2.28", "jimp": "^0.2.28",
@ -49,37 +48,37 @@
"node-iptc": "^1.0.4", "node-iptc": "^1.0.4",
"optimist": "^0.6.1", "optimist": "^0.6.1",
"reflect-metadata": "^0.1.10", "reflect-metadata": "^0.1.10",
"rxjs": "^5.4.0", "rxjs": "^5.4.1",
"systemjs": "0.20.13", "systemjs": "0.20.14",
"threads": "^0.8.1", "threads": "^0.8.1",
"typeconfig": "^1.0.1", "typeconfig": "^1.0.1",
"typeorm": "0.0.11", "typeorm": "0.0.11",
"winston": "^2.3.1", "winston": "^2.3.1",
"zone.js": "^0.8.11" "zone.js": "^0.8.12"
}, },
"devDependencies": { "devDependencies": {
"@angular/cli": "1.1.1", "@angular/cli": "1.1.2",
"@angular/compiler-cli": "^4.0.0", "@angular/compiler-cli": "^4.2.3",
"@angular/language-service": "^4.0.0", "@angular/language-service": "^4.2.3",
"@types/express": "^4.0.35", "@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.51", "@types/jasmine": "^2.5.52",
"@types/node": "^7.0.27", "@types/node": "^8.0.1",
"@types/optimist": "0.0.29", "@types/optimist": "0.0.29",
"@types/sharp": "^0.17.2", "@types/sharp": "^0.17.2",
"@types/winston": "^2.3.3", "@types/winston": "^2.3.3",
"chai": "^4.0.1", "chai": "^4.0.2",
"codelyzer": "~3.0.1", "codelyzer": "~3.1.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.1.7",
"gulp-zip": "^4.0.0", "gulp-zip": "^4.0.0",
"jasmine-core": "^2.6.2", "jasmine-core": "^2.6.4",
"jasmine-spec-reporter": "~4.1.0", "jasmine-spec-reporter": "~4.1.0",
"karma": "^1.7.0", "karma": "^1.7.0",
"karma-cli": "^1.0.1", "karma-cli": "^1.0.1",
"karma-coverage-istanbul-reporter": "^1.2.1", "karma-coverage-istanbul-reporter": "^1.3.0",
"karma-jasmine": "^1.1.0", "karma-jasmine": "^1.1.0",
"karma-jasmine-html-reporter": "^0.2.2", "karma-jasmine-html-reporter": "^0.2.2",
"karma-phantomjs-launcher": "^1.0.4", "karma-phantomjs-launcher": "^1.0.4",
@ -93,8 +92,8 @@
"rimraf": "^2.6.1", "rimraf": "^2.6.1",
"run-sequence": "^1.2.2", "run-sequence": "^1.2.2",
"ts-helpers": "^1.1.2", "ts-helpers": "^1.1.2",
"ts-node": "~3.0.4", "ts-node": "~3.0.6",
"tslint": "^5.4.2", "tslint": "^5.4.3",
"typescript": "^2.3.4" "typescript": "^2.3.4"
}, },
"optionalDependencies": { "optionalDependencies": {