Skip to content

Commit d509230

Browse files
NickIlievsis0k0
authored andcommitted
chore: version bump (#348)
Version bump to latest - before merge notice that uglifying is not passing (before and after version bumps) due to the error logged here: #347
1 parent 972145b commit d509230

File tree

1 file changed

+17
-20
lines changed

1 file changed

+17
-20
lines changed

Diff for: package.json

+17-20
Original file line numberDiff line numberDiff line change
@@ -22,45 +22,42 @@
2222
"nativescript": {
2323
"id": "org.nativescript.nativescriptsdkexamplesng",
2424
"tns-android": {
25-
"version": "5.0.0"
26-
},
27-
"tns-ios": {
28-
"version": "5.0.0"
25+
"version": "5.1.0"
2926
}
3027
},
3128
"dependencies": {
32-
"@angular/common": "~7.0.0",
33-
"@angular/compiler": "~7.0.0",
34-
"@angular/core": "~7.0.0",
35-
"@angular/forms": "~7.0.0",
36-
"@angular/http": "~7.0.0",
37-
"@angular/platform-browser": "~7.0.0",
38-
"@angular/platform-browser-dynamic": "~7.0.0",
39-
"@angular/router": "~7.0.0",
40-
"nativescript-angular": "^7.0.2",
29+
"@angular/common": "~7.1.0",
30+
"@angular/compiler": "~7.1.0",
31+
"@angular/core": "~7.1.0",
32+
"@angular/forms": "~7.1.0",
33+
"@angular/http": "~7.1.0",
34+
"@angular/platform-browser": "~7.1.0",
35+
"@angular/platform-browser-dynamic": "~7.1.0",
36+
"@angular/router": "~7.1.0",
37+
"nativescript-angular": "^7.1.0",
4138
"nativescript-camera": "^4.1.1",
4239
"nativescript-geolocation": "^4.3.1",
4340
"nativescript-intl": "~3.0.0",
4441
"nativescript-theme-core": "^1.0.4",
4542
"reflect-metadata": "~0.1.12",
4643
"rxjs": "^6.3.3",
47-
"tns-core-modules": "^5.0.5",
48-
"zone.js": "^0.8.26"
44+
"tns-core-modules": "^5.1.1",
45+
"zone.js": "^0.8.4"
4946
},
5047
"devDependencies": {
51-
"@angular/compiler-cli": "~7.0.0",
52-
"@ngtools/webpack": "~7.0.0",
48+
"@angular/compiler-cli": "~7.1.0",
49+
"@ngtools/webpack": "~7.1.0",
5350
"codelyzer": "^3.0.1",
5451
"fs-extra": "^0.30.0",
5552
"glob": "^7.1.3",
5653
"lazy": "1.0.11",
5754
"markdown-snippet-injector": "^0.2.2",
58-
"nativescript-dev-typescript": "^0.7.6",
59-
"nativescript-dev-webpack": "^0.18.0",
55+
"nativescript-dev-typescript": "^0.7.8",
56+
"nativescript-dev-webpack": "^0.18.5",
6057
"opener": "^1.4.1",
6158
"rimraf": "^2.5.3",
6259
"tar.gz": "^1.0.5",
63-
"tns-platform-declarations": "^5.0.5",
60+
"tns-platform-declarations": "^5.1.1",
6461
"tslint": "^5.11.0",
6562
"typescript": "~3.1.1"
6663
},

0 commit comments

Comments
 (0)