Skip to content

Commit 27eb5f7

Browse files
author
VladimirAmiorkov
committed
chore: update to Angular 8.0.0
1 parent 710eb1f commit 27eb5f7

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@
2929
}
3030
},
3131
"dependencies": {
32-
"@angular/common": "8.0.0-rc.5",
33-
"@angular/compiler": "8.0.0-rc.5",
34-
"@angular/core": "8.0.0-rc.5",
35-
"@angular/forms": "8.0.0-rc.5",
32+
"@angular/common": "8.0.0",
33+
"@angular/compiler": "8.0.0",
34+
"@angular/core": "8.0.0",
35+
"@angular/forms": "8.0.0",
3636
"@angular/http": "8.0.0-beta.10",
37-
"@angular/platform-browser": "8.0.0-rc.5",
38-
"@angular/platform-browser-dynamic": "8.0.0-rc.5",
39-
"@angular/router": "8.0.0-rc.5",
37+
"@angular/platform-browser": "8.0.0",
38+
"@angular/platform-browser-dynamic": "8.0.0",
39+
"@angular/router": "8.0.0",
4040
"nativescript-angular": "next",
4141
"nativescript-camera": "^4.4.0",
4242
"nativescript-geolocation": "^5.0.0",
@@ -48,8 +48,8 @@
4848
"zone.js": "^0.8.4"
4949
},
5050
"devDependencies": {
51-
"@angular/compiler-cli": "8.0.0-rc.5",
52-
"@ngtools/webpack": "8.0.0-rc.4",
51+
"@angular/compiler-cli": "8.0.0",
52+
"@ngtools/webpack": "8.0.0",
5353
"codelyzer": "^3.0.1",
5454
"fs-extra": "^0.30.0",
5555
"glob": "^7.1.3",

0 commit comments

Comments
 (0)