Skip to content

Commit 4fd769d

Browse files
Updated to Angular V7.2.1 and rxjs V6.4.0
1 parent d50fe01 commit 4fd769d

File tree

2 files changed

+117
-304
lines changed

2 files changed

+117
-304
lines changed

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@
1818
},
1919
"private": true,
2020
"dependencies": {
21-
"@angular/animations": "^7.0.0",
22-
"@angular/common": "^7.0.0",
23-
"@angular/compiler": "^7.0.0",
24-
"@angular/core": "^7.0.0",
25-
"@angular/forms": "^7.0.0",
26-
"@angular/platform-browser": "^7.0.0",
27-
"@angular/platform-browser-dynamic": "^7.0.0",
28-
"@angular/router": "^7.0.0",
21+
"@angular/animations": "^7.2.11",
22+
"@angular/common": "^7.2.11",
23+
"@angular/compiler": "^7.2.11",
24+
"@angular/core": "^7.2.11",
25+
"@angular/forms": "^7.2.11",
26+
"@angular/platform-browser": "^7.2.11",
27+
"@angular/platform-browser-dynamic": "^7.2.11",
28+
"@angular/router": "^7.2.11",
2929
"bootstrap": "^4.1.3",
3030
"bootstrap-sass": "~3.3.7",
3131
"chart.js": "^2.6.0",
@@ -35,15 +35,15 @@
3535
"ng2-charts": "^1.6.0",
3636
"ngx-bootstrap": "^3.0.1",
3737
"popper.js": "^1.14.3",
38-
"rxjs": "^6.3.3",
38+
"rxjs": "^6.4.0",
3939
"tslib": "^1.9.0",
40-
"zone.js": "^0.8.26"
40+
"zone.js": "^0.8.29"
4141
},
4242
"devDependencies": {
4343
"@angular-devkit/build-angular": "~0.13.0",
4444
"@angular/cli": "~7.3.7",
45-
"@angular/compiler-cli": "^7.0.0",
46-
"@angular/language-service": "^7.0.0",
45+
"@angular/compiler-cli": "^7.2.11",
46+
"@angular/language-service": "^7.2.11",
4747
"@types/jasmine": "~2.8.8",
4848
"@types/jasminewd2": "~2.0.3",
4949
"@types/node": "~10.5.4",
@@ -61,6 +61,6 @@
6161
"rxjs-compat": "^6.2.2",
6262
"ts-node": "~7.0.0",
6363
"tslint": "~5.11.0",
64-
"typescript": "~3.1.3"
64+
"typescript": "~3.2.4"
6565
}
6666
}

0 commit comments

Comments
 (0)