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

Commit

Permalink
fix(update-packages): updates of packages and moving dependecies to d…
Browse files Browse the repository at this point in the history
…evdep #39
  • Loading branch information
MUKUNA CIOWELA Lionel authored and Mukuna Ciowela Lionel committed Apr 30, 2019
1 parent ba68aee commit 9445dfd
Show file tree
Hide file tree
Showing 3 changed files with 451 additions and 207 deletions.
6 changes: 3 additions & 3 deletions docs/app/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 = '4.0.2';
public boostedVersion = '4.2.2';
public ngBoostedVersion = '4.0.3-beta.0';
public boostedVersion = '4.3.1';
public angularVersion = ' > 7.2.0' ;
public ngBootstrapVersion = '4.0.2';
public ngBootstrapVersion = '4.0.3';
}
Loading

0 comments on commit 9445dfd

Please sign in to comment.