From 951bcd2f39c1dc509b9a620f5bae305526c77c59 Mon Sep 17 00:00:00 2001 From: oznu Date: Fri, 6 Apr 2018 17:54:37 +1000 Subject: [PATCH] resolved #74 and updated deps --- CHANGELOG.md | 7 ++++++- package.json | 14 +++++++------- ui/package.json | 23 ++++++++++++----------- ui/src/app/plugins/plugins.component.html | 7 +++++-- ui/src/scss/styles.scss | 1 + 5 files changed, 31 insertions(+), 21 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 324b793c1..a361821d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,12 @@ All notable changes to this project will be documented in this file. This project uses [Semantic Versioning](https://semver.org/). -## Next +## 3.4.1 (2018-04-06) + +### Notable Changes + +* Added link to plugin homepage (GitHub, BitBucket, etc.) ([#74](https://github.com/oznu/homebridge-config-ui-x/issues/74)) +* Updated npm dependencies ### Bug Fixes diff --git a/package.json b/package.json index 99a1d562f..b7ad716cb 100755 --- a/package.json +++ b/package.json @@ -35,12 +35,12 @@ "bluebird": "^3.5.1", "body-parser": "~1.18.2", "buffer-shims": "^1.0.0", - "commander": "^2.15.0", + "commander": "^2.15.1", "cors": "^2.8.4", "dotenv": "^5.0.1", "express": "^4.16.3", "fs-extra": "^5.0.0", - "jsonwebtoken": "^8.2.0", + "jsonwebtoken": "^8.2.1", "lodash": "^4.17.4", "node-pty": "^0.7.4", "nsp": "^3.2.1", @@ -51,15 +51,15 @@ "request-promise": "^4.2.2", "semver": "^5.5.0", "source-map-support": "^0.5.4", - "ws": "^5.0.0" + "ws": "^5.1.1" }, "devDependencies": { "@types/express": "^4.11.0", "@types/fs-extra": "^5.0.1", - "@types/node": "^9.4.7", - "@types/passport": "^0.4.3", - "@types/ws": "^4.0.0", + "@types/node": "^9.6.2", + "@types/passport": "^0.4.4", + "@types/ws": "^4.0.2", "tslint": "^5.9.1", - "typescript": "^2.6.2" + "typescript": "^2.8.1" } } diff --git a/ui/package.json b/ui/package.json index 0d0f5221c..1d36bc1ac 100644 --- a/ui/package.json +++ b/ui/package.json @@ -19,38 +19,39 @@ "@angular/platform-browser": "^5.2.9", "@angular/platform-browser-dynamic": "^5.2.9", "@angular/router": "^5.2.9", - "@fortawesome/fontawesome-free-webfonts": "^1.0.4", - "@ng-bootstrap/ng-bootstrap": "^1.0.1", + "@fortawesome/fontawesome-free-webfonts": "^1.0.5", + "@ng-bootstrap/ng-bootstrap": "^1.1.0", "@uirouter/angular": "^1.0.0-rc.2", "angular2-jwt": "^0.2.3", "bootstrap": "^4.0.0", "classlist.js": "^1.1.20150312", - "core-js": "^2.4.1", + "core-js": "^2.5.4", "jquery": "^3.3.1", "material-design-icons-iconfont": "^3.0.3", "mdbootstrap": "^4.5.0", "mobile-detect": "^1.4.1", - "ng-inline-svg": "^6.0.0", + "ng-inline-svg": "^6.1.0", "ng2-ace-editor": "^0.3.4", "ng2-dragula": "^1.5.0", "ng2-nouislider": "^1.7.7", "ng2-toastr": "^4.1.2", "ngx-md": "^3.1.1", - "nouislider": "^11.0.3", - "popper.js": "^1.14.1", - "rxjs": "^5.5.7", + "node-sass": "^4.7.2", + "nouislider": "^11.1.0", + "popper.js": "^1.14.3", + "rxjs": "^5.5.8", "xterm": "^3.2.0", - "zone.js": "^0.8.14" + "zone.js": "^0.8.25" }, "devDependencies": { - "@angular/cli": "^1.7.3", + "@angular/cli": "^1.7.4", "@angular/compiler-cli": "^5.2.9", "@angular/language-service": "^5.2.9", "@oznu/hap-client": "0.0.3", - "@types/node": "^9.4.7", + "@types/node": "^9.6.2", "codelyzer": "^4.2.1", "ts-node": "^5.0.1", "tslint": "^5.9.1", - "typescript": "^2.7.2" + "typescript": "^2.8.1" } } diff --git a/ui/src/app/plugins/plugins.component.html b/ui/src/app/plugins/plugins.component.html index c14cf6ff8..38d0e3bae 100644 --- a/ui/src/app/plugins/plugins.component.html +++ b/ui/src/app/plugins/plugins.component.html @@ -18,7 +18,7 @@

Not Installed

Update Available

-
+

@{{ plugin.author }}

@@ -26,7 +26,7 @@

{{ plugin.name }} v{{ plugin.installed || plugin.version }}

-
+
NPM @@ -40,6 +40,9 @@

INSTALL + + +
diff --git a/ui/src/scss/styles.scss b/ui/src/scss/styles.scss index 37fd5a417..7ddccf6d4 100644 --- a/ui/src/scss/styles.scss +++ b/ui/src/scss/styles.scss @@ -7,6 +7,7 @@ $fa-font-path:'../../node_modules/@fortawesome/fontawesome-free-webfonts/webfont @import "~material-design-icons-iconfont/dist/material-design-icons"; @import "~@fortawesome/fontawesome-free-webfonts/scss/fontawesome.scss"; +@import "~@fortawesome/fontawesome-free-webfonts/scss/fa-solid.scss"; @import "~@fortawesome/fontawesome-free-webfonts/scss/fa-brands.scss"; @import "~bootstrap/scss/bootstrap"; @import "~mdbootstrap/scss/mdb";