Skip to content

Commit 243cc66

Browse files
committed
chore: dependencies update
- update: `@angular/animations` to `^7.2.1` - update: `@angular/common` to `^7.2.1` - update: `@angular/compiler` to `^7.2.1` - update: `@angular/core` to `^7.2.1` - update: `@angular/forms` to `^7.2.1` - update: `@angular/http` to `^7.2.1` - update: `@angular/platform-browser` to `^7.2.1` - update: `@angular/platform-browser-dynamic` to `^7.2.1` - update: `@angular/router` to `^7.2.1` - update: `@coreui/angular` to `^2.2.4` - update: `mutationobserver-shim` to `^0.3.3` - update: `zone.js` to `^0.8.28` - update: `@angular-devkit/build-angular` to `^0.12.2` - update: `@angular/cli` to `^7.2.2` - update: `@angular/compiler-cli` to `^7.2.1` - update: `@angular/language-service` to `^7.2.1` - update: `@types/jasmine` to `^3.3.7` - update: `typescript` to `~3.2.4`
1 parent 5b6370f commit 243cc66

File tree

2 files changed

+39
-18
lines changed

2 files changed

+39
-18
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
## [angular](./README.md) version `changelog`
22

3+
###### `v2.2.4`
4+
- refactor(_nav.ts): NavData interface add semicolons
5+
- update: `@angular/animations` to `^7.2.1`
6+
- update: `@angular/common` to `^7.2.1`
7+
- update: `@angular/compiler` to `^7.2.1`
8+
- update: `@angular/core` to `^7.2.1`
9+
- update: `@angular/forms` to `^7.2.1`
10+
- update: `@angular/http` to `^7.2.1`
11+
- update: `@angular/platform-browser` to `^7.2.1`
12+
- update: `@angular/platform-browser-dynamic` to `^7.2.1`
13+
- update: `@angular/router` to `^7.2.1`
14+
- update: `@coreui/angular` to `^2.2.4`
15+
- update: `mutationobserver-shim` to `^0.3.3`
16+
- update: `zone.js` to `^0.8.28`
17+
- update: `@angular-devkit/build-angular` to `^0.12.2`
18+
- update: `@angular/cli` to `^7.2.2`
19+
- update: `@angular/compiler-cli` to `^7.2.1`
20+
- update: `@angular/language-service` to `^7.2.1`
21+
- update: `@types/jasmine` to `^3.3.7`
22+
- update: `typescript` to `~3.2.4`
23+
324
###### `v2.2.3`
425
- refactor(_nav.ts): add NavData interface
526
- update: `bootstrap` to `^4.2.1`

package.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,16 @@
2727
},
2828
"private": true,
2929
"dependencies": {
30-
"@angular/animations": "^7.2.0",
31-
"@angular/common": "^7.2.0",
32-
"@angular/compiler": "^7.2.0",
33-
"@angular/core": "^7.2.0",
34-
"@angular/forms": "^7.2.0",
35-
"@angular/http": "^7.2.0",
36-
"@angular/platform-browser": "^7.2.0",
37-
"@angular/platform-browser-dynamic": "^7.2.0",
38-
"@angular/router": "^7.2.0",
39-
"@coreui/angular": "^2.2.3",
30+
"@angular/animations": "^7.2.1",
31+
"@angular/common": "^7.2.1",
32+
"@angular/compiler": "^7.2.1",
33+
"@angular/core": "^7.2.1",
34+
"@angular/forms": "^7.2.1",
35+
"@angular/http": "^7.2.1",
36+
"@angular/platform-browser": "^7.2.1",
37+
"@angular/platform-browser-dynamic": "^7.2.1",
38+
"@angular/router": "^7.2.1",
39+
"@coreui/angular": "^2.2.4",
4040
"@coreui/coreui": "^2.1.6",
4141
"@coreui/coreui-plugin-chartjs-custom-tooltips": "^1.2.0",
4242
"@coreui/icons": "0.3.0",
@@ -46,7 +46,7 @@
4646
"flag-icon-css": "^3.2.1",
4747
"font-awesome": "^4.7.0",
4848
"moment": "^2.23.0",
49-
"mutationobserver-shim": "^0.3.2",
49+
"mutationobserver-shim": "^0.3.3",
5050
"ng2-charts": "^1.6.0",
5151
"ngx-bootstrap": "^3.1.4",
5252
"ngx-perfect-scrollbar": "^7.2.0",
@@ -55,14 +55,14 @@
5555
"ts-helpers": "^1.1.2",
5656
"tsickle": "^0.34.0",
5757
"tslib": "^1.9.0",
58-
"zone.js": "^0.8.27"
58+
"zone.js": "^0.8.28"
5959
},
6060
"devDependencies": {
61-
"@angular-devkit/build-angular": "^0.12.1",
62-
"@angular/cli": "^7.2.1",
63-
"@angular/compiler-cli": "^7.2.0",
64-
"@angular/language-service": "^7.2.0",
65-
"@types/jasmine": "^3.3.5",
61+
"@angular-devkit/build-angular": "^0.12.2",
62+
"@angular/cli": "^7.2.2",
63+
"@angular/compiler-cli": "^7.2.1",
64+
"@angular/language-service": "^7.2.1",
65+
"@types/jasmine": "^3.3.7",
6666
"@types/jasminewd2": "^2.0.6",
6767
"@types/node": "^10.12.18",
6868
"codelyzer": "^4.5.0",
@@ -76,7 +76,7 @@
7676
"protractor": "^5.4.2",
7777
"ts-node": "^7.0.1",
7878
"tslint": "^5.12.1",
79-
"typescript": "3.1.x"
79+
"typescript": "~3.2.4"
8080
},
8181
"engines": {
8282
"node": ">= 8.9.4",

0 commit comments

Comments
 (0)