Skip to content

Commit be62785

Browse files
committed
chore: dependencies update
- update: `@angular/animations` to `^7.2.4` - update: `@angular/common` to `^7.2.4` - update: `@angular/compiler` to `^7.2.4` - update: `@angular/core` to `^7.2.4` - update: `@angular/forms` to `^7.2.4` - update: `@angular/http` to `^7.2.4` - update: `@angular/platform-browser` to `^7.2.4` - update: `@angular/platform-browser-dynamic` to `^7.2.4` - update: `@angular/router` to `^7.2.4` - update: `core-js` to `^2.6.5` - update: `@angular-devkit/build-angular` to `^0.13.1` - update: `@angular-devkit/build-ng-packagr` to `^0.13.1` - update: `@angular/cli` to `^7.3.1` - update: `@angular/compiler-cli` to `^7.2.4` - update: `@angular/language-service` to `^7.2.4` - update: `@types/jasmine` to `^3.3.9` - update: `@types/node` to `^10.12.26` - update: `ng-packagr` to `^4.7.1`
1 parent 401cbac commit be62785

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

package.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -28,28 +28,28 @@
2828
},
2929
"private": true,
3030
"dependencies": {
31-
"@angular/animations": "^7.2.3",
32-
"@angular/common": "^7.2.3",
33-
"@angular/compiler": "^7.2.3",
34-
"@angular/core": "^7.2.3",
35-
"@angular/forms": "^7.2.3",
36-
"@angular/http": "^7.2.3",
37-
"@angular/platform-browser": "^7.2.3",
38-
"@angular/platform-browser-dynamic": "^7.2.3",
39-
"@angular/router": "^7.2.3",
40-
"core-js": "^2.6.3",
31+
"@angular/animations": "^7.2.4",
32+
"@angular/common": "^7.2.4",
33+
"@angular/compiler": "^7.2.4",
34+
"@angular/core": "^7.2.4",
35+
"@angular/forms": "^7.2.4",
36+
"@angular/http": "^7.2.4",
37+
"@angular/platform-browser": "^7.2.4",
38+
"@angular/platform-browser-dynamic": "^7.2.4",
39+
"@angular/router": "^7.2.4",
40+
"core-js": "^2.6.5",
4141
"rxjs": "^6.4.0",
4242
"zone.js": "^0.8.29"
4343
},
4444
"devDependencies": {
45-
"@angular-devkit/build-angular": "^0.13.0",
46-
"@angular-devkit/build-ng-packagr": "^0.13.0",
47-
"@angular/cli": "^7.3.0",
48-
"@angular/compiler-cli": "^7.2.3",
49-
"@angular/language-service": "^7.2.3",
50-
"@types/jasmine": "^3.3.8",
45+
"@angular-devkit/build-angular": "^0.13.1",
46+
"@angular-devkit/build-ng-packagr": "^0.13.1",
47+
"@angular/cli": "^7.3.1",
48+
"@angular/compiler-cli": "^7.2.4",
49+
"@angular/language-service": "^7.2.4",
50+
"@types/jasmine": "^3.3.9",
5151
"@types/jasminewd2": "~2.0.6",
52-
"@types/node": "^10.12.21",
52+
"@types/node": "^10.12.26",
5353
"codelyzer": "~4.5.0",
5454
"jasmine-core": "~3.3.0",
5555
"jasmine-spec-reporter": "~4.2.1",
@@ -58,7 +58,7 @@
5858
"karma-coverage-istanbul-reporter": "~2.0.4",
5959
"karma-jasmine": "~2.0.1",
6060
"karma-jasmine-html-reporter": "^1.4.0",
61-
"ng-packagr": "^4.7.0",
61+
"ng-packagr": "^4.7.1",
6262
"protractor": "^5.4.2",
6363
"shelljs": "^0.8.3",
6464
"ts-node": "~7.0.1",

0 commit comments

Comments
 (0)