Skip to content

Commit a97faa0

Browse files
committed
chore: dependencies update
1 parent 7d7cf0a commit a97faa0

File tree

3 files changed

+39
-37
lines changed

3 files changed

+39
-37
lines changed

CHANGELOG.md

+19-18
Original file line numberDiff line numberDiff line change
@@ -5,25 +5,26 @@
55
- chore: update to `Angular 11.2`
66

77
###### dependencies update
8-
- update `@angular/animations` to `^11.2.2`
9-
- update `@angular/cdk` to `^11.2.1`
10-
- update `@angular/common` to `^11.2.2`
11-
- update `@angular/compiler` to `^11.2.2`
12-
- update `@angular/core` to `^11.2.2`
13-
- update `@angular/forms` to `^11.2.2`
14-
- update `@angular/localize` to `^11.2.2`
15-
- update `@angular/platform-browser` to `^11.2.2`
16-
- update `@angular/platform-browser-dynamic` to `^11.2.2`
17-
- update `@angular/router` to `^11.2.2`
8+
- update `@angular/animations` to `^11.2.5`
9+
- update `@angular/cdk` to `^11.2.4
10+
- update `@angular/common` to `^11.2.5`
11+
- update `@angular/compiler` to `^11.2.5`
12+
- update `@angular/core` to `^11.2.5`
13+
- update `@angular/forms` to `^11.2.5`
14+
- update `@angular/localize` to `^11.2.5`
15+
- update `@angular/platform-browser` to `^11.2.5`
16+
- update `@angular/platform-browser-dynamic` to `^11.2.5`
17+
- update `@angular/router` to `^11.2.5`
1818
- update `@coreui/angular` to `^2.11.2`
19-
- update `core-js` to `^3.9.0`
20-
- update `@angular-devkit/build-angular` to `^0.1102.1`
21-
- update `@angular/cli` to `^11.2.1`
22-
- update `@angular/compiler-cli` to `^11.2.2`
23-
- update `@angular/language-service` to `^11.2.2`
24-
- update `@types/jasmine` to `^3.6.4`
25-
- update `@types/node` to `^14.14.31`
26-
- update `typescript` to `^4.0.7`
19+
- update `core-js` to `^3.9.1`
20+
- update `rxjs` to `^6.6.6`
21+
- update `@angular-devkit/build-angular` to `^0.1102.4`
22+
- update `@angular/cli` to `^11.2.4`
23+
- update `@angular/compiler-cli` to `^11.2.5`
24+
- update `@angular/language-service` to `^11.2.5`
25+
- update `@types/jasmine` to `^3.6.6`
26+
- update `@types/node` to `^14.14.33`
27+
- update `typescript` to `^4.1.5`
2728

2829
###### `v2.11.1`
2930

package.json

+19-19
Original file line numberDiff line numberDiff line change
@@ -28,16 +28,16 @@
2828
},
2929
"private": true,
3030
"dependencies": {
31-
"@angular/animations": "^11.2.2",
32-
"@angular/cdk": "^11.2.1",
33-
"@angular/common": "^11.2.2",
34-
"@angular/compiler": "^11.2.2",
35-
"@angular/core": "^11.2.2",
36-
"@angular/forms": "^11.2.2",
37-
"@angular/localize": "^11.2.2",
38-
"@angular/platform-browser": "^11.2.2",
39-
"@angular/platform-browser-dynamic": "^11.2.2",
40-
"@angular/router": "^11.2.2",
31+
"@angular/animations": "^11.2.5",
32+
"@angular/cdk": "^11.2.4",
33+
"@angular/common": "^11.2.5",
34+
"@angular/compiler": "^11.2.5",
35+
"@angular/core": "^11.2.5",
36+
"@angular/forms": "^11.2.5",
37+
"@angular/localize": "^11.2.5",
38+
"@angular/platform-browser": "^11.2.5",
39+
"@angular/platform-browser-dynamic": "^11.2.5",
40+
"@angular/router": "^11.2.5",
4141
"@coreui/angular": "^2.11.2",
4242
"@coreui/coreui": "^2.1.16",
4343
"@coreui/coreui-plugin-chartjs-custom-tooltips": "^1.3.1",
@@ -46,27 +46,27 @@
4646
"bootstrap": "^4.6.0",
4747
"chart.js": "^2.9.4",
4848
"classlist.js": "^1.1.20150312",
49-
"core-js": "^3.9.0",
49+
"core-js": "^3.9.1",
5050
"flag-icon-css": "^3.5.0",
5151
"font-awesome": "^4.7.0",
5252
"ng2-charts": "^2.4.2",
5353
"ngx-bootstrap": "^6.2.0",
5454
"ngx-perfect-scrollbar": "^10.1.0",
55-
"rxjs": "^6.6.3",
55+
"rxjs": "^6.6.6",
5656
"simple-line-icons": "^2.5.5",
5757
"ts-helpers": "^1.1.2",
5858
"tslib": "^2.0.0",
5959
"web-animations-js": "^2.3.2",
6060
"zone.js": "~0.10.3"
6161
},
6262
"devDependencies": {
63-
"@angular-devkit/build-angular": "^0.1102.1",
64-
"@angular/cli": "^11.2.1",
65-
"@angular/compiler-cli": "^11.2.2",
66-
"@angular/language-service": "^11.2.2",
67-
"@types/jasmine": "^3.6.4",
63+
"@angular-devkit/build-angular": "^0.1102.4",
64+
"@angular/cli": "^11.2.4",
65+
"@angular/compiler-cli": "^11.2.5",
66+
"@angular/language-service": "^11.2.5",
67+
"@types/jasmine": "^3.6.6",
6868
"@types/jasminewd2": "^2.0.8",
69-
"@types/node": "^14.14.31",
69+
"@types/node": "^14.14.33",
7070
"codelyzer": "^6.0.0",
7171
"jasmine-core": "~3.6.0",
7272
"jasmine-spec-reporter": "~5.0.0",
@@ -78,7 +78,7 @@
7878
"protractor": "~7.0.0",
7979
"ts-node": "^8.10.2",
8080
"tslint": "~6.1.0",
81-
"typescript": "^4.0.7"
81+
"typescript": "~4.1.5"
8282
},
8383
"engines": {
8484
"node": ">= 10.13",

tsconfig.json

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* To learn more about this file see: https://angular.io/config/tsconfig. */
12
{
23
"compileOnSave": false,
34
"compilerOptions": {

0 commit comments

Comments
 (0)