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-27 22:59:54 +02:00
parent 16f1afdf10
commit 9b2485693d

View File

@ -24,14 +24,14 @@
},
"dependencies": {
"@agm/core": "^1.0.0-beta.0",
"@angular/common": "~4.2.3",
"@angular/compiler": "~4.2.3",
"@angular/core": "~4.2.3",
"@angular/forms": "~4.2.3",
"@angular/http": "~4.2.3",
"@angular/platform-browser": "~4.2.3",
"@angular/platform-browser-dynamic": "~4.2.3",
"@angular/router": "~4.2.3",
"@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/router": "~4.2.4",
"body-parser": "^1.17.2",
"core-js": "^2.4.1",
"ejs": "^2.5.6",
@ -57,14 +57,14 @@
"zone.js": "^0.8.12"
},
"devDependencies": {
"@angular/cli": "1.1.2",
"@angular/compiler-cli": "^4.2.3",
"@angular/language-service": "^4.2.3",
"@angular/cli": "1.1.3",
"@angular/compiler-cli": "^4.2.4",
"@angular/language-service": "^4.2.4",
"@types/express": "^4.0.36",
"@types/express-session": "1.15.0",
"@types/gm": "^1.17.31",
"@types/jasmine": "^2.5.52",
"@types/node": "^8.0.1",
"@types/jasmine": "^2.5.53",
"@types/node": "^8.0.4",
"@types/sharp": "^0.17.2",
"@types/winston": "^2.3.3",
"chai": "^4.0.2",
@ -74,7 +74,7 @@
"gulp-typescript": "^3.1.7",
"gulp-zip": "^4.0.0",
"jasmine-core": "^2.6.4",
"jasmine-spec-reporter": "~4.1.0",
"jasmine-spec-reporter": "~4.1.1",
"karma": "^1.7.0",
"karma-cli": "^1.0.1",
"karma-coverage-istanbul-reporter": "^1.3.0",
@ -91,7 +91,7 @@
"rimraf": "^2.6.1",
"run-sequence": "^1.2.2",
"ts-helpers": "^1.1.2",
"ts-node": "~3.0.6",
"ts-node": "~3.1.0",
"tslint": "^5.4.3",
"typescript": "^2.3.4"
},