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

Commit

Permalink
feat(ngBootstrap): update
Browse files Browse the repository at this point in the history
  • Loading branch information
BehnooshShiva committed Jul 9, 2020
1 parent 5e4bb92 commit ceea8a5
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 39 deletions.
50 changes: 15 additions & 35 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": "~9.0.0",
"@angular/platform-browser-dynamic": "~9.0.0",
"@angular/router": "~9.0.0",
"@ng-bootstrap/ng-bootstrap": "^6.1.0",
"@ng-bootstrap/ng-bootstrap": "^6.2.0",
"@types/jasmine": "~3.5.11",
"@types/jasminewd2": "~2.0.8",
"@types/node": "^12.11.1",
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 @@ -20,7 +20,7 @@
"node-sass": "^4.12.0"
},
"dependencies": {
"@ng-bootstrap/ng-bootstrap": "^6.1.0",
"@ng-bootstrap/ng-bootstrap": "^6.2.0",
"boosted": "^4.5.0"
},
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions src/app/directives/global.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ import { Injectable } from '@angular/core';

@Injectable()
export class Globals {
public ngBoostedVersion = '6.0.0';
public ngBoostedVersion = '6.1.0';
public boostedVersion = '4.5.0';
public angularVersion = ' > 9.0.0' ;
public ngBootstrapVersion = '6.1.0';
public ngBootstrapVersion = '6.2.0';
}

0 comments on commit ceea8a5

Please sign in to comment.