update to angular 7

This commit is contained in:
Kyle Spearrin 2019-01-25 09:56:35 -05:00
parent 4f222e7962
commit ccf9664c66
3 changed files with 941 additions and 468 deletions

2
jslib

@ -1 +1 @@
Subproject commit 09df62db4cb29832313bf612fa8b77c63a11f026
Subproject commit b01709240e4fc0674caea4edfebe5e46249c2bd2

1365
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -21,8 +21,8 @@
"test:watch": "karma start"
},
"devDependencies": {
"@angular/compiler-cli": "^6.1.7",
"@ngtools/webpack": "^6.2.1",
"@angular/compiler-cli": "^7.2.1",
"@ngtools/webpack": "^7.2.2",
"@types/chrome": "^0.0.73",
"@types/jasmine": "^2.8.8",
"@types/lunr": "^2.1.6",
@ -66,30 +66,30 @@
"node-sass": "^4.9.3",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.0",
"ts-loader": "^5.1.0",
"tslint": "^5.11.0",
"tslint-loader": "^3.6.0",
"typescript": "^2.7.2",
"webpack": "^4.18.0",
"webpack-cli": "^3.1.0"
"ts-loader": "^5.3.3",
"tslint": "^5.12.1",
"tslint-loader": "^3.5.4",
"typescript": "3.2.4",
"webpack": "^4.29.0",
"webpack-cli": "^3.2.1"
},
"dependencies": {
"@angular/animations": "6.1.7",
"@angular/common": "6.1.7",
"@angular/compiler": "6.1.7",
"@angular/core": "6.1.7",
"@angular/forms": "6.1.7",
"@angular/http": "6.1.7",
"@angular/platform-browser": "6.1.7",
"@angular/platform-browser-dynamic": "6.1.7",
"@angular/router": "6.1.7",
"@angular/upgrade": "6.1.7",
"@angular/animations": "7.2.1",
"@angular/common": "7.2.1",
"@angular/compiler": "7.2.1",
"@angular/core": "7.2.1",
"@angular/forms": "7.2.1",
"@angular/http": "7.2.1",
"@angular/platform-browser": "7.2.1",
"@angular/platform-browser-dynamic": "7.2.1",
"@angular/router": "7.2.1",
"@angular/upgrade": "7.2.1",
"@aspnet/signalr": "1.0.4",
"@aspnet/signalr-protocol-msgpack": "1.0.4",
"angular2-toaster": "6.1.0",
"angulartics2": "6.3.0",
"big-integer": "1.6.36",
"core-js": "2.5.7",
"core-js": "2.6.2",
"duo_web_sdk": "git+https://github.com/duosecurity/duo_web_sdk.git",
"font-awesome": "4.7.0",
"lunr": "2.3.3",
@ -97,11 +97,11 @@
"ngx-infinite-scroll": "6.0.1",
"node-forge": "0.7.6",
"papaparse": "4.6.0",
"rxjs": "6.3.2",
"rxjs": "6.3.3",
"sweetalert": "2.1.0",
"tldjs": "2.3.1",
"web-animations-js": "2.3.1",
"zone.js": "0.8.26",
"zone.js": "0.8.28",
"zxcvbn": "4.4.2"
}
}