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

Commit

Permalink
fix(package): updating angular and version of ng boosted
Browse files Browse the repository at this point in the history
  • Loading branch information
Mukuna Ciowela Lionel committed Jun 25, 2019
1 parent 95b2dc5 commit 5ab3539
Show file tree
Hide file tree
Showing 4 changed files with 50 additions and 50 deletions.
4 changes: 2 additions & 2 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.2.0';
public ngBoostedVersion = '4.2.1-beta.0';
public boostedVersion = '4.3.1';
public angularVersion = ' > 7.2.0' ;
public ngBootstrapVersion = '4.2.0';
public ngBootstrapVersion = '4.2.1';
}
4 changes: 2 additions & 2 deletions package-dist.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ng-boosted",
"version": "4.2.0",
"version": "4.2.1-beta.0",
"description": "Orange Boosted with Angular",
"keywords": [
"boosted",
Expand All @@ -19,7 +19,7 @@
"main": "index.js",
"typings": "index.d.ts",
"dependencies": {
"@ng-bootstrap/ng-bootstrap": "4.2.0",
"@ng-bootstrap/ng-bootstrap": "4.2.1",
"boosted": "4.3.1",
"classlist.js": "^1.1.20150312",
"swiper": "^4.4.1"
Expand Down
72 changes: 36 additions & 36 deletions package-lock.json

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

20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ng-boosted",
"version": "4.2.0",
"version": "4.2.1-beta.0",
"description": "Orange Boosted with Bootstrap 4 and Angular",
"keywords": [
"boosted",
Expand Down Expand Up @@ -34,18 +34,18 @@
"peerDependencies": {},
"dependencies": {
"boosted": "4.3.1",
"@ng-bootstrap/ng-bootstrap": "4.2.0"
"@ng-bootstrap/ng-bootstrap": "4.2.1"
},
"devDependencies": {
"@angular/common": "^7.2.3",
"@angular/compiler": "^7.2.3",
"@angular/common": "^8.0.0",
"@angular/compiler": "^8.0.0",
"@angular/compiler-cli": "^7.2.15",
"@angular/core": "^7.2.3",
"@angular/forms": "^7.2.3",
"@angular/http": "^7.2.3",
"@angular/platform-browser": "^7.2.3",
"@angular/platform-browser-dynamic": "^7.2.3",
"@angular/router": "^7.2.3",
"@angular/core": "^8.0.0",
"@angular/forms": "^8.0.0",
"@angular/http": "^7.2.15",
"@angular/platform-browser": "^8.0.0",
"@angular/platform-browser-dynamic": "^8.0.0",
"@angular/router": "^8.0.0",
"@angularclass/conventions-loader": "^1.0.13",
"@angularclass/hmr": "^2.1.3",
"@angularclass/hmr-loader": "^3.0.4",
Expand Down

0 comments on commit 5ab3539

Please sign in to comment.