Skip to content
This repository has been archived by the owner on Sep 28, 2023. It is now read-only.

Commit

Permalink
Merge pull request #125 from Orange-OpenSource/features/ngBootstrapUp…
Browse files Browse the repository at this point in the history
…date

ng-bootsrap update
  • Loading branch information
ffoodd authored Oct 24, 2019
2 parents 9f56e62 + 33ce453 commit 4af525a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@angular/platform-browser": "~8.0.0",
"@angular/platform-browser-dynamic": "~8.0.0",
"@angular/router": "~8.0.0",
"@ng-bootstrap/ng-bootstrap": "5.1.0",
"@ng-bootstrap/ng-bootstrap": "5.1.1",
"@types/jasmine": "~2.8.8",
"@types/jasminewd2": "~2.0.3",
"@types/node": "~8.9.4",
Expand Down
2 changes: 1 addition & 1 deletion projects/ng-boosted/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@angular/core": "^8.0.0"
},
"dependencies": {
"@ng-bootstrap/ng-bootstrap": "5.1.0",
"@ng-bootstrap/ng-bootstrap": "5.1.1",
"boosted": "^4.3.1",
"swiper": "^4.4.1"
},
Expand Down
2 changes: 1 addition & 1 deletion src/app/directives/global.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ export class Globals {
public ngBoostedVersion = '5.1.2';
public boostedVersion = '4.3.1';
public angularVersion = ' > 7.0.0' ;
public ngBootstrapVersion = '5.1.0';
public ngBootstrapVersion = '5.1.1';
}

0 comments on commit 4af525a

Please sign in to comment.