Skip to content

Commit c0627ff

Browse files
committed
Upgraded angular cli version from 9 to 11
1 parent a6cd2c0 commit c0627ff

File tree

7 files changed

+143
-129
lines changed

7 files changed

+143
-129
lines changed

angular.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
{
22
"$schema": "./node_modules/@angular/cli/lib/config/schema.json",
3+
"cli": {
4+
"analytics": false
5+
},
36
"version": 1,
47
"newProjectRoot": "projects",
58
"projects": {

changelog.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,44 @@
1+
# Changelog
2+
3+
## [1.0.4] - 05/10/2021
4+
### Updated
5+
6+
- Updated the Angular builder;
7+
- Updated the Angular CLI;
8+
- Update Angular Material;
9+
- Added new package "resize-observer-polyfill" which is dependency of "ngx-echarts"
10+
11+
###Updated packages
12+
@angular/animations: 9.1.12 -> 11.2.13
13+
@angular/cdk: 9.2.4 -> 11.2.11
14+
@angular/common: 9.1.12 -> 11.2.13
15+
@angular/compiler: 9.1.12 -> 11.2.13
16+
@angular/core: 9.1.12 -> 11.2.13
17+
@angular/forms: 9.1.12 -> 11.2.13
18+
@angular/material: 9.2.4 -> 11.2.12
19+
@angular/platform-browser: 9.1.12 -> 11.2.13
20+
@angular/platform-browser-dynamic: 9.1.12 -> 11.2.13
21+
@angular/router: 9.1.12 -> 11.2.13
22+
@angular-devkit/build-angular: 0.901.12 -> 0.1102.12
23+
@angular/cli: 9.1.12 -> 11.2.12
24+
@angular/compiler-cli: 9.1.12 -> 11.2.13
25+
@angular/language-service: 9.1.12 -> 11.2.13
26+
@types/echarts: 4.6.7 -> 4.9.7
27+
@types/jasmine: 3.5.14 -> 3.6.0
28+
tslib: 1.10.0 -> 2.0.0
29+
codelyzer: 5.1.2 -> 6.0.0
30+
typescript: 3.8.3 -> 4.1.5
31+
apexcharts: 3.19.3 -> 3.26.2
32+
echarts: 4.7.0 -> 5.1.1
33+
ng-apexcharts: 1.2.3 -> 1.5.9
34+
ngx-echarts: 4.2.2 -> 6.0.1
35+
ngx-toastr: 12.0.1 -> 13.2.1
36+
ngx-trend: 5.0.1 -> 6.1.1
37+
rxjs: 6.5.5 -> 7.0.0
38+
39+
###Added packages
40+
resize-observer-polyfill: 1.5.1
41+
142
## [1.0.3]
243

344
### Fixed

package-lock.json

Lines changed: 70 additions & 105 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-material-admin",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"scripts": {
55
"ng": "ng",
66
"start": "ng serve",
@@ -12,23 +12,23 @@
1212
"dependencies": {
1313
"@agm/core": "^1.1.0",
1414
"@angular/animations": "^11.2.13",
15-
"@angular/cdk": "^10.2.7",
15+
"@angular/cdk": "^11.2.12",
1616
"@angular/common": "~11.2.13",
1717
"@angular/compiler": "~11.2.13",
1818
"@angular/core": "~11.2.13",
1919
"@angular/forms": "~11.2.13",
20-
"@angular/material": "^10.2.7",
20+
"@angular/material": "^11.2.12",
2121
"@angular/platform-browser": "~11.2.13",
2222
"@angular/platform-browser-dynamic": "~11.2.13",
2323
"@angular/router": "~11.2.13",
24-
"apexcharts": "^3.19.3",
25-
"echarts": "^4.7.0",
24+
"apexcharts": "3.26.2",
25+
"echarts": "5.1.1",
2626
"font-awesome": "^4.7.0",
27-
"ng-apexcharts": "^1.2.3",
28-
"ngx-echarts": "^4.2.2",
29-
"ngx-toastr": "^12.0.1",
30-
"ngx-trend": "^5.0.1",
31-
"rxjs": "~6.5.5",
27+
"ng-apexcharts": "1.5.9",
28+
"ngx-echarts": "6.0.1",
29+
"ngx-toastr": "13.2.1",
30+
"ngx-trend": "6.1.1",
31+
"rxjs": "7.0.0",
3232
"tslib": "^2.0.0",
3333
"zone.js": "~0.10.3"
3434
},
@@ -38,13 +38,14 @@
3838
"@angular/compiler-cli": "~11.2.13",
3939
"@angular/language-service": "~11.2.13",
4040
"@angularclass/hmr": "^2.1.3",
41-
"@types/echarts": "^4.6.7",
41+
"@types/echarts": "^4.9.7",
4242
"@types/jasmine": "~3.6.0",
4343
"@types/jasminewd2": "~2.0.8",
4444
"@types/node": "^12.12.64",
4545
"codelyzer": "^6.0.0",
46+
"resize-observer-polyfill": "^1.5.1",
4647
"ts-node": "~8.3.0",
4748
"tslint": "~6.1.0",
48-
"typescript": "~4.0.7"
49+
"typescript": "4.1.5"
4950
}
5051
}

0 commit comments

Comments
 (0)