Skip to content

Commit bc6574f

Browse files
committed
Minor package updates
1 parent 3bc45e1 commit bc6574f

File tree

3 files changed

+24
-18
lines changed

3 files changed

+24
-18
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Sing App Angular Dashboard - Ngx Admin Template (5.2.4 Full version) with Angular 8.0 Final Release support
1+
# Sing App Angular Dashboard - Ngx Admin Template (5.2.5 Full version) with Angular 8.0 Final Release support
22

33
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.0.3.
44

changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [5.2.5]
4+
5+
### Changed
6+
7+
- Minor package updates.
8+
39
## [5.2.4]
410

511
### Changed

package.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sing-app",
3-
"version": "4.3.0",
3+
"version": "5.2.5",
44
"description": "Sing Dashboard App with Angular 7.0 Final Release support by Flatlogic",
55
"scripts": {
66
"install": "napa",
@@ -14,17 +14,17 @@
1414
},
1515
"private": true,
1616
"dependencies": {
17-
"@agm/core": "1.0.0-beta.6",
18-
"@angular/animations": "8.0.0",
19-
"@angular/common": "8.0.0",
20-
"@angular/compiler": "8.0.0",
21-
"@angular/core": "8.0.0",
22-
"@angular/forms": "8.0.0",
17+
"@agm/core": "1.0.0",
18+
"@angular/animations": "8.0.3",
19+
"@angular/common": "8.0.3",
20+
"@angular/compiler": "8.0.3",
21+
"@angular/core": "8.0.3",
22+
"@angular/forms": "8.0.3",
2323
"@angular/http": "8.0.0-beta.10",
24-
"@angular/platform-browser": "8.0.0",
25-
"@angular/platform-browser-dynamic": "8.0.0",
26-
"@angular/router": "8.0.0",
27-
"@auth0/angular-jwt": "^3.0.0",
24+
"@angular/platform-browser": "8.0.3",
25+
"@angular/platform-browser-dynamic": "8.0.3",
26+
"@angular/router": "8.0.3",
27+
"@auth0/angular-jwt": "^3.0.1",
2828
"@ngx-loading-bar/core": "4.1.1",
2929
"@ngx-loading-bar/router": "4.1.1",
3030
"@swimlane/ngx-datatable": "15.0.2",
@@ -75,7 +75,7 @@
7575
"popper.js": "1.12.9",
7676
"rickshaw": "1.6.6",
7777
"rxjs": "^6.3.3",
78-
"select2": "4.0.6-rc.1",
78+
"select2": "4.0.13",
7979
"select2-bootstrap-theme": "0.1.0-beta.9",
8080
"shufflejs": "4.2.0",
8181
"tslib": "^1.9.0",
@@ -97,18 +97,18 @@
9797
},
9898
"devDependencies": {
9999
"@angular-builders/custom-webpack": "^8.1.0",
100-
"@angular-devkit/build-angular": "^0.803.8",
101-
"@angular/cli": "8.0.3",
102-
"@angular/compiler-cli": "8.0.0",
103-
"@angular/language-service": "8.0.0",
100+
"@angular-devkit/build-angular": "^0.803.29",
101+
"@angular/cli": "8.0.6",
102+
"@angular/compiler-cli": "8.0.3",
103+
"@angular/language-service": "8.0.3",
104104
"@angularclass/hmr": "^2.1.3",
105105
"@types/hammerjs": "2.0.36",
106106
"@types/node": "6.0.118",
107107
"@types/select2": "4.0.31",
108108
"codelyzer": "4.0.2",
109109
"metrojs": "0.9.77",
110110
"napa": "2.3.0",
111-
"rxjs-compat": "^6.5.2",
111+
"rxjs-compat": "^6.5.5",
112112
"terser-webpack-plugin": "1.3.0",
113113
"ts-node": "4.1.0",
114114
"tslint": "5.9.1",

0 commit comments

Comments
 (0)