Skip to content

Commit

Permalink
typehead: fix hidden property
Browse files Browse the repository at this point in the history
* Downgrades ngx-bootstrap from 5.4.0 to 5.3.2.
* Upgrades ngx-formly from 5.5.8 to 5.5.9.

Co-Authored-by: Lauren-D <laurent.dubois@itld-solutions.be>
  • Loading branch information
lauren-d committed Jan 16, 2020
1 parent 23b3baa commit 653657b
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"@angular/router": "~8.1.2",
"@biesbjerg/ngx-translate-extract": "^4.2.0",
"@biesbjerg/ngx-translate-extract-marker": "^1.0.0",
"@ngx-formly/bootstrap": "^5.5.8",
"@ngx-formly/core": "^5.5.8",
"@ngx-formly/bootstrap": "^5.5.9",
"@ngx-formly/core": "^5.5.9",
"@ngx-translate/core": "^11.0.1",
"@ngx-translate/http-loader": "^4.0.0",
"bootstrap": "^4.4.1",
Expand All @@ -34,7 +34,7 @@
"handlebars": "^4.6.0",
"lodash-es": "4.17.14",
"moment": "^2.24.0",
"ngx-bootstrap": "^5.4.0",
"ngx-bootstrap": "^5.3.2",
"ngx-toastr": "^10.2.0",
"ngx-toggle-switch": "^2.0.5",
"rxjs": "~6.4.0",
Expand All @@ -49,7 +49,7 @@
"@angular/compiler-cli": "~8.1.2",
"@angular/flex-layout": "^8.0.0-beta.27",
"@angular/language-service": "~8.1.2",
"@ngx-formly/schematics": "^5.5.7",
"@ngx-formly/schematics": "^5.5.9",
"@types/jasmine": "~3.3.8",
"@types/jasminewd2": "~2.0.3",
"@types/node": "~8.9.4",
Expand Down
6 changes: 3 additions & 3 deletions projects/rero/ng-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
"@angular/common": "^8.1.3",
"@angular/core": "^8.1.3",
"@biesbjerg/ngx-translate-extract-marker": "^1.0.0",
"@ngx-formly/core": "^5.5.7",
"@ngx-formly/bootstrap": "^5.5.7",
"ngx-bootstrap": "^5.4.0",
"@ngx-formly/core": "^5.5.9",
"@ngx-formly/bootstrap": "^5.5.9",
"ngx-bootstrap": "^5.3.2",
"font-awesome": "^4.7.0",
"ngx-toggle-switch": "^2.0.5",
"ngx-toastr": "^10.2.0",
Expand Down

0 comments on commit 653657b

Please sign in to comment.