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

package update

This commit is contained in:
Patrik Braun 2017-07-30 09:56:43 +02:00
parent 4043919840
commit 2036db563d

View File

@ -28,7 +28,7 @@
"bcryptjs": "2.4.3",
"body-parser": "1.17.2",
"cookie-session": "^2.0.0-beta.2",
"ejs": "2.5.6",
"ejs": "2.5.7",
"express": "4.15.3",
"jimp": "0.2.28",
"reflect-metadata": "0.1.10",
@ -41,18 +41,18 @@
},
"devDependencies": {
"@agm/core": "^1.0.0-beta.0",
"@angular/animations": "^4.3.1",
"@angular/cli": "1.2.4",
"@angular/common": "~4.3.1",
"@angular/compiler": "~4.3.1",
"@angular/compiler-cli": "^4.3.1",
"@angular/core": "~4.3.1",
"@angular/forms": "~4.3.1",
"@angular/http": "~4.3.1",
"@angular/language-service": "^4.3.1",
"@angular/platform-browser": "~4.3.1",
"@angular/platform-browser-dynamic": "~4.3.1",
"@angular/router": "~4.3.1",
"@angular/animations": "^4.3.2",
"@angular/cli": "1.2.6",
"@angular/common": "~4.3.2",
"@angular/compiler": "~4.3.2",
"@angular/compiler-cli": "^4.3.2",
"@angular/core": "~4.3.2",
"@angular/forms": "~4.3.2",
"@angular/http": "~4.3.2",
"@angular/language-service": "^4.3.2",
"@angular/platform-browser": "~4.3.2",
"@angular/platform-browser-dynamic": "~4.3.2",
"@angular/router": "~4.3.2",
"@types/bcryptjs": "^2.4.0",
"@types/chai": "^4.0.1",
"@types/cookie-session": "^2.0.32",
@ -74,7 +74,7 @@
"gulp-zip": "^4.0.0",
"hammerjs": "^2.0.8",
"intl": "^1.2.5",
"jasmine-core": "^2.6.4",
"jasmine-core": "^2.7.0",
"jasmine-spec-reporter": "~4.1.1",
"jw-bootstrap-switch-ng2": "^1.0.4",
"karma": "^1.7.0",
@ -90,7 +90,7 @@
"ng2-cookies": "^1.0.12",
"ng2-slim-loading-bar": "^4.0.0",
"ng2-toastr": "^4.1.2",
"ngx-bootstrap": "^1.8.0",
"ngx-bootstrap": "^1.8.1",
"ngx-clipboard": "^8.0.3",
"phantomjs-prebuilt": "^2.1.14",
"protractor": "^5.1.2",
@ -102,7 +102,7 @@
"ts-node": "~3.3.0",
"tslint": "^5.5.0",
"typescript": "^2.4.2",
"zone.js": "^0.8.14"
"zone.js": "^0.8.16"
},
"optionalDependencies": {
"bcrypt": "^1.0.2",