Dependency updates

This commit is contained in:
Djuri Baars 2022-08-05 15:24:20 +02:00
parent 6b8f621da2
commit 8ca5fa3c98
3 changed files with 414 additions and 274 deletions

View File

@ -25,10 +25,10 @@
"@angular/platform-browser": "~13.3.11",
"@angular/platform-browser-dynamic": "~13.3.11",
"@angular/router": "~13.3.11",
"@babel/runtime": "^7.18.6",
"@babel/runtime": "^7.18.9",
"@egjs/hammerjs": "^2.0.17",
"@fontsource/lato": "^4.5.8",
"@lightninglabs/lnc-web": "^0.1.11-alpha",
"@lightninglabs/lnc-web": "^0.1.11-alpha.1",
"@ng-bootstrap/ng-bootstrap": "12.1.2",
"@ngrx/entity": "^13.2.0",
"@ngrx/store": "^13.2.0",
@ -38,18 +38,18 @@
"@types/d3": "^7.4.0",
"@types/lz-string": "^1.3.34",
"bolt07": "^1.8.2",
"bootstrap": "5.1.3",
"bootstrap-icons": "^1.8.3",
"bootstrap": "5.2.0",
"bootstrap-icons": "^1.9.1",
"buffer": "^6.0.3",
"d3": "^7.5.0",
"highlight.js": "^11.5.1",
"d3": "^7.6.1",
"highlight.js": "^11.6.0",
"keycharm": "^0.4.0",
"lz-string": "^1.4.4",
"ng2-dragula": "^2.1.1",
"ngrx-store-localstorage": "^13.0.1",
"ngx-clipboard": "^15.1.0",
"qrcode": "^1.5.0",
"rxjs": "7.5.5",
"qrcode": "^1.5.1",
"rxjs": "7.5.6",
"save-svg-as-png": "^1.4.17",
"socket.io-client": "^4.5.1",
"timsort": "^0.3.0",
@ -57,17 +57,17 @@
"vis-data": "^7.1.4",
"vis-network": "^9.1.2",
"vis-util": "^5.0.3",
"zone.js": "~0.11.6"
"zone.js": "~0.11.7"
},
"devDependencies": {
"@angular-builders/custom-webpack": "^13.1.0",
"@angular-devkit/build-angular": "~13.3.7",
"@angular-eslint/builder": "13.2.1",
"@angular-eslint/eslint-plugin": "13.2.1",
"@angular-eslint/eslint-plugin-template": "13.2.1",
"@angular-eslint/schematics": "13.2.1",
"@angular-eslint/template-parser": "13.2.1",
"@angular/cli": "~13.3.7",
"@angular-devkit/build-angular": "~13.3.9",
"@angular-eslint/builder": "13.5.0",
"@angular-eslint/eslint-plugin": "13.5.0",
"@angular-eslint/eslint-plugin-template": "13.5.0",
"@angular-eslint/schematics": "13.5.0",
"@angular-eslint/template-parser": "13.5.0",
"@angular/cli": "~13.3.9",
"@angular/compiler-cli": "~13.3.11",
"@biesbjerg/ngx-translate-extract": "^7.0.4",
"@cypress/schematic": "1.7.0",
@ -75,12 +75,12 @@
"@types/jasmine": "~4.0.3",
"@types/node": "^17.0.45",
"@types/popper.js": "^1.11.0",
"@typescript-eslint/eslint-plugin": "^5.30.4",
"@typescript-eslint/parser": "^5.30.4",
"@typescript-eslint/eslint-plugin": "^5.32.0",
"@typescript-eslint/parser": "^5.32.0",
"cypress": "^9.7.0",
"dotenv": "^16.0.1",
"dotenv-webpack": "^7.1.1",
"eslint": "^8.19.0",
"eslint": "^8.21.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"jasmine-core": "~4.1.1",

View File

@ -68,9 +68,7 @@ export class LoginComponent {
} catch (e) {
this.connecting = false
if (String((e as any).message).includes('password provided is not valid')) {
console.log('st')
this.loginForm.controls['password'].setErrors({
invalid: true,
message: (e as any).message

648
yarn.lock

File diff suppressed because it is too large Load Diff