Package updates

This commit is contained in:
Travis Ralston 2018-10-17 22:11:40 -06:00
parent b7ba9d2c8d
commit 235d8051fe
3 changed files with 1112 additions and 1137 deletions

2162
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -20,61 +20,61 @@
},
"author": "Travis Ralston",
"dependencies": {
"@types/body-parser": "^1.16.8",
"@types/body-parser": "^1.17.0",
"@types/node": "^8.9.5",
"body-parser": "^1.18.2",
"config": "^1.30.0",
"body-parser": "^1.18.3",
"config": "^1.31.0",
"dns-then": "^0.1.0",
"express": "^4.16.3",
"git-rev-sync": "^1.10.0",
"js-yaml": "^3.11.0",
"express": "^4.16.4",
"git-rev-sync": "^1.12.0",
"js-yaml": "^3.12.0",
"lodash": "^4.17.5",
"matrix-js-sdk": "^0.9.2",
"matrix-js-snippets": "^0.2.5",
"matrix-js-snippets": "^0.2.8",
"memory-cache": "^0.2.0",
"mime": "^2.2.0",
"mime": "^2.3.1",
"moment": "^2.21.0",
"netmask": "^1.0.6",
"random-string": "^0.2.0",
"request": "^2.85.0",
"request": "^2.88.0",
"require-dir-all": "^0.4.15",
"sequelize": "^4.37.3",
"sequelize-typescript": "^0.6.3",
"sequelize": "^4.39.1",
"sequelize-typescript": "^0.6.6",
"sqlite3": "^4.0.2",
"typescript": "^2.7.2",
"typescript-rest": "^1.3.0",
"typescript": "^2.9.2",
"typescript-rest": "^1.7.0",
"umzug": "^2.1.0",
"url": "^0.11.0"
},
"devDependencies": {
"@angular/animations": "^5.2.9",
"@angular/common": "^5.2.9",
"@angular/compiler": "^5.2.9",
"@angular/core": "^5.2.9",
"@angular/forms": "^5.2.9",
"@angular/http": "^5.2.9",
"@angular/platform-browser": "^5.2.9",
"@angular/platform-browser-dynamic": "^5.2.9",
"@angular/router": "^5.2.9",
"@angular/animations": "^5.2.11",
"@angular/common": "^5.2.11",
"@angular/compiler": "^5.2.11",
"@angular/core": "^5.2.11",
"@angular/forms": "^5.2.11",
"@angular/http": "^5.2.11",
"@angular/platform-browser": "^5.2.11",
"@angular/platform-browser-dynamic": "^5.2.11",
"@angular/router": "^5.2.11",
"@angularclass/hmr": "^2.1.0",
"@angularclass/hmr-loader": "^3.0.2",
"@fortawesome/fontawesome": "^1.1.4",
"@fortawesome/fontawesome-free-brands": "^5.0.8",
"@fortawesome/fontawesome-free-regular": "^5.0.8",
"@fortawesome/fontawesome-free-solid": "^5.0.8",
"@ng-bootstrap/ng-bootstrap": "^1.0.2",
"@types/jquery": "^3.3.1",
"@fortawesome/fontawesome": "^1.1.8",
"@fortawesome/fontawesome-free-brands": "^5.0.13",
"@fortawesome/fontawesome-free-regular": "^5.0.13",
"@fortawesome/fontawesome-free-solid": "^5.0.13",
"@ng-bootstrap/ng-bootstrap": "^1.1.2",
"@types/jquery": "^3.3.20",
"angular2-template-loader": "^0.6.2",
"angular2-toaster": "^4.0.2",
"angular2-ui-switch": "^1.2.0",
"awesome-typescript-loader": "^3.5.0",
"codelyzer": "^4.2.1",
"copy-webpack-plugin": "^4.5.1",
"core-js": "^2.5.3",
"codelyzer": "^4.5.0",
"copy-webpack-plugin": "^4.5.3",
"core-js": "^2.5.7",
"css-loader": "^0.28.11",
"cssnano": "^3.10.0",
"dom-to-image": "^2.6.0",
"embed-video": "^2.0.0",
"embed-video": "^2.0.4",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^1.1.11",
"goby": "^1.1.2",
@ -83,27 +83,27 @@
"jquery": "^3.3.1",
"json-loader": "^0.5.4",
"ng2-breadcrumbs": "^0.1.281",
"ngx-modialog": "^5.0.0",
"node-sass": "^4.8.3",
"ngx-modialog": "5.0.0",
"node-sass": "^4.9.4",
"postcss-cssnext": "^3.1.0",
"postcss-import": "^11.1.0",
"postcss-loader": "^2.1.3",
"postcss-scss": "^1.0.4",
"postcss-loader": "^2.1.6",
"postcss-scss": "^1.0.6",
"raw-loader": "^0.5.1",
"reflect-metadata": "^0.1.12",
"rimraf": "^2.6.2",
"rxjs": "^5.5.7",
"rxjs": "^5.5.12",
"sass-loader": "^6.0.7",
"screenfull": "^3.3.2",
"screenfull": "^3.3.3",
"shelljs": "^0.7.8",
"spinkit": "^1.2.5",
"style-loader": "^0.19.1",
"ts-helpers": "^1.1.2",
"tslint": "^5.9.1",
"tslint": "^5.11.0",
"tslint-loader": "^3.6.0",
"url-loader": "^0.6.2",
"webpack": "^3.11.0",
"webpack-dev-server": "^2.11.2",
"zone.js": "^0.8.20"
"webpack": "^3.12.0",
"webpack-dev-server": "^2.11.3",
"zone.js": "^0.8.26"
}
}

View file

@ -5,10 +5,9 @@ import { ActivatedRoute } from "@angular/router";
import { ToasterService } from "angular2-toaster";
import { FE_Integration } from "../../../shared/models/integration";
import { NEB_HAS_CONFIG, NEB_IS_COMPLEX } from "../../../shared/models/neb";
import { Modal, overlayConfigFactory } from "ngx-modialog";
import { ContainerContent, Modal, overlayConfigFactory } from "ngx-modialog";
import { AdminNebGiphyConfigComponent } from "../config/giphy/giphy.component";
import { NebBotConfigurationDialogContext } from "../config/config-context";
import { ContainerContent } from "ngx-modialog/src/models/tokens";
import { AdminNebGuggyConfigComponent } from "../config/guggy/guggy.component";
import { AdminNebGoogleConfigComponent } from "../config/google/google.component";
import { AdminNebImgurConfigComponent } from "../config/imgur/imgur.component";