bumped angular and ng-bootstrap

This commit is contained in:
Eugene Pankov
2021-05-16 13:53:13 +02:00
parent e1e18bb403
commit 3716d52700
13 changed files with 78 additions and 76 deletions

View File

@@ -14,15 +14,15 @@
"watch": "webpack --progress --color --watch"
},
"dependencies": {
"@angular/animations": "^11.1.1",
"@angular/common": "^11.1.1",
"@angular/compiler": "^11.1.1",
"@angular/core": "^11.1.1",
"@angular/forms": "^11.1.1",
"@angular/platform-browser": "^11.1.1",
"@angular/platform-browser-dynamic": "^11.1.1",
"@angular/animations": "^12.0.0",
"@angular/common": "^12.0.0",
"@angular/compiler": "^12.0.0",
"@angular/core": "^12.0.0",
"@angular/forms": "^12.0.0",
"@angular/platform-browser": "^12.0.0",
"@angular/platform-browser-dynamic": "^12.0.0",
"@electron/remote": "1.0.4",
"@ng-bootstrap/ng-bootstrap": "^7.0.0",
"@ng-bootstrap/ng-bootstrap": "^9.1.1",
"@terminus-term/node-pty": "0.10.0-terminus.3",
"any-promise": "^1.3.0",
"electron-config": "2.0.0",
@@ -37,7 +37,7 @@
"ngx-toastr": "^13.2.1",
"npm": "6",
"path": "0.12.7",
"rxjs": "^6.6.7",
"rxjs": "^7.0.1",
"yargs": "^17.0.1",
"zone.js": "^0.11.4"
},