diff --git a/api/package.json b/api/package.json index b1c4c3f..b0a7cd2 100644 --- a/api/package.json +++ b/api/package.json @@ -11,20 +11,20 @@ "e2e": "NODE_ENV=test node server.js" }, "dependencies": { - "async": "^2.4.0", + "async": "^2.5.0", "bcryptjs": "^2.4.3", "body-parser": "~1.13.2", - "cors": "^2.8.3", - "cron": "^1.2.1", + "cors": "^2.8.4", + "cron": "^1.3.0", "debug": "~2.2.0", "express": "^4.16.1", "imagemin": "^5.2.2", "imagemin-pngquant": "^5.0.0", "jimp": "^0.2.27", - "jsonwebtoken": "^7.4.0", + "jsonwebtoken": "^7.4.3", "lodash": "^4.17.4", "mkdirp": "^0.5.1", - "mongoose": "^4.11.4", + "mongoose": "^4.12.0", "morgan": "~1.6.1", "multer": "^1.3.0", "node-sha1": "^1.0.1", @@ -34,7 +34,7 @@ "devDependencies": { "chai": "^3.5.0", "chai-http": "^3.0.0", - "mocha": "^3.3.0", - "nodemon": "^1.11.0" + "mocha": "^3.5.3", + "nodemon": "^1.12.1" } } diff --git a/package.json b/package.json index fe735aa..2a33baf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "opt-cc", - "version": "1.5.0", + "version": "1.5.1", "license": "MIT", "private": true, "scripts": { @@ -16,7 +16,7 @@ "test-e2e": "npm run e2e --prefix ./static" }, "dependencies": { - "uglify-js": "^3.0.26" + "uglify-js": "^3.1.3" }, "devDependencies": { "concurrently": "^3.4.0", diff --git a/static/package.json b/static/package.json index d26329b..9a885e1 100644 --- a/static/package.json +++ b/static/package.json @@ -11,37 +11,37 @@ "e2e": "ng e2e --serve=false" }, "dependencies": { - "@angular/animations": "^4.3.2", - "@angular/cli": "^1.4.0-rc.2", - "@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/platform-browser": "^4.3.2", - "@angular/platform-browser-dynamic": "^4.3.2", - "@angular/router": "^4.3.2", + "@angular/animations": "^4.4.4", + "@angular/cli": "^1.4.5", + "@angular/common": "^4.4.4", + "@angular/compiler": "^4.4.4", + "@angular/compiler-cli": "^4.4.4", + "@angular/core": "^4.4.4", + "@angular/forms": "^4.4.4", + "@angular/http": "^4.4.4", + "@angular/platform-browser": "^4.4.4", + "@angular/platform-browser-dynamic": "^4.4.4", + "@angular/router": "^4.4.4", "@swimlane/ngx-charts": "^6.0.2", "@swimlane/ngx-datatable": "^10.2.3", "bootstrap": "^3.3.7", "core-js": "^2.4.1", - "d3": "^4.10.0", + "d3": "^4.11.0", "jquery": "^3.1.0", "jquery-ui": "^1.12.0", "jquery-ui-bundle": "^1.11.4", - "ngx-bootstrap": "^1.8.1", - "ngx-clipboard": "^8.0.2", + "ngx-bootstrap": "^1.9.3", + "ngx-clipboard": "^8.1.0", "ngx-cookie-service": "^1.0.9", "rxjs": "^5.2.0", "ts-helpers": "^1.1.1", - "typescript": "^2.3.2", - "webpack": "^3.5.5", - "zone.js": "^0.8.5" + "typescript": "^2.3.4", + "webpack": "^3.6.0", + "zone.js": "^0.8.18" }, "devDependencies": { "@types/jasmine": "2.5.38", - "@types/node": "~6.0.60", + "@types/node": "^6.0.89", "codelyzer": "~2.0.0-beta.1", "jasmine-core": "^2.5.2", "jasmine-spec-reporter": "^3.2.0", diff --git a/static/src/app/app.component.html b/static/src/app/app.component.html index e4e67bf..bb60e51 100644 --- a/static/src/app/app.component.html +++ b/static/src/app/app.component.html @@ -86,7 +86,7 @@ -
+
diff --git a/static/src/app/app.routing.ts b/static/src/app/app.routing.ts index 47e9acd..c9ed43c 100644 --- a/static/src/app/app.routing.ts +++ b/static/src/app/app.routing.ts @@ -1,7 +1,7 @@ import {RouterModule, Routes} from "@angular/router"; import {LoginComponent} from "./login/index"; import {NotFoundComponent} from "./common/not-found/not-found.component"; -import {LoginGuardAdmin, LoginGuardHL, LoginGuardMT, LoginGuardSQL} from "./login/login.guard"; +import {LoginGuardAdmin, LoginGuardHL} from "./login/login.guard"; import {armyRoutes, armyRoutingComponents} from "./army/army.routing"; import {SignupComponent} from "./login/signup.component"; import {RouteConfig} from "./app.config"; diff --git a/static/src/app/army/army.component.html b/static/src/app/army/army.component.html index 6c1809b..43a117b 100644 --- a/static/src/app/army/army.component.html +++ b/static/src/app/army/army.component.html @@ -1,4 +1,4 @@ -
+

Übersicht über alle Spieler, Squads und Armeen

diff --git a/static/src/app/decorations/decoration-list/decoration-list.component.css b/static/src/app/decorations/decoration-list/decoration-list.component.css index b7a28c3..e69de29 100644 --- a/static/src/app/decorations/decoration-list/decoration-list.component.css +++ b/static/src/app/decorations/decoration-list/decoration-list.component.css @@ -1,8 +0,0 @@ -.search-bar { - padding-top: 20px; - padding-bottom: 20px; -} - -.decoration-list { - width: 100%; -} diff --git a/static/src/app/decorations/decoration-list/decoration-list.component.html b/static/src/app/decorations/decoration-list/decoration-list.component.html index e54319c..7fe14fe 100644 --- a/static/src/app/decorations/decoration-list/decoration-list.component.html +++ b/static/src/app/decorations/decoration-list/decoration-list.component.html @@ -1,40 +1,36 @@ -
-

Übersicht

-