Skip to content

Commit 51ad4a6

Browse files
author
Vladimir Amiorkov
authored
Merge branch 'master' into zbranzov/appium
2 parents 56af92b + e1db5f8 commit 51ad4a6

File tree

190 files changed

+137
-190
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

190 files changed

+137
-190
lines changed

Diff for: e2e/animation-examples/package.json

+10-11
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@
1313
}
1414
},
1515
"dependencies": {
16-
"@angular/animations": "~8.0.0",
17-
"@angular/common": "~8.0.0",
18-
"@angular/compiler": "~8.0.0",
19-
"@angular/core": "~8.0.0",
20-
"@angular/forms": "~8.0.0",
16+
"@angular/animations": "~8.1.0",
17+
"@angular/common": "~8.1.0",
18+
"@angular/compiler": "~8.1.0",
19+
"@angular/core": "~8.1.0",
20+
"@angular/forms": "~8.1.0",
2121
"@angular/http": "8.0.0-beta.10",
22-
"@angular/platform-browser": "~8.0.0",
23-
"@angular/platform-browser-dynamic": "~8.0.0",
24-
"@angular/router": "~8.0.0",
22+
"@angular/platform-browser": "~8.1.0",
23+
"@angular/platform-browser-dynamic": "~8.1.0",
24+
"@angular/router": "~8.1.0",
2525
"nativescript-angular": "file:../../nativescript-angular",
2626
"nativescript-theme-core": "~1.0.2",
2727
"reflect-metadata": "~0.1.8",
@@ -30,8 +30,8 @@
3030
"zone.js": "^0.9.1"
3131
},
3232
"devDependencies": {
33-
"@angular/compiler-cli": "~8.0.0",
34-
"@ngtools/webpack": "~8.0.0",
33+
"@angular/compiler-cli": "~8.1.0",
34+
"@ngtools/webpack": "~8.1.0",
3535
"@types/chai": "~4.1.7",
3636
"@types/mocha": "~5.2.5",
3737
"@types/node": "~10.12.18",
@@ -43,7 +43,6 @@
4343
"mochawesome": "~3.1.2",
4444
"nativescript-css-loader": "~0.26.0",
4545
"nativescript-dev-appium": "^5.3.0",
46-
"nativescript-dev-typescript": "next",
4746
"nativescript-dev-webpack": "next",
4847
"typescript": "~3.4.5"
4948
},

Diff for: e2e/modal-navigation-ng/package.json

+11-19
Original file line numberDiff line numberDiff line change
@@ -4,35 +4,28 @@
44
"readme": "NativeScript Application",
55
"repository": "<fill-your-repository-here>",
66
"nativescript": {
7-
"id": "org.nativescript.modalnavigationng",
8-
"tns-android": {
9-
"version": "next"
10-
},
11-
"tns-ios": {
12-
"version": "next"
13-
}
7+
"id": "org.nativescript.modalnavigationng"
148
},
159
"dependencies": {
16-
"@angular/animations": "~8.0.0",
17-
"@angular/common": "~8.0.0",
18-
"@angular/compiler": "~8.0.0",
19-
"@angular/core": "~8.0.0",
20-
"@angular/forms": "~8.0.0",
10+
"@angular/animations": "~8.1.0",
11+
"@angular/common": "~8.1.0",
12+
"@angular/compiler": "~8.1.0",
13+
"@angular/core": "~8.1.0",
14+
"@angular/forms": "~8.1.0",
2115
"@angular/http": "8.0.0-beta.10",
22-
"@angular/platform-browser": "~8.0.0",
23-
"@angular/platform-browser-dynamic": "~8.0.0",
24-
"@angular/router": "~8.0.0",
16+
"@angular/platform-browser": "~8.1.0",
17+
"@angular/platform-browser-dynamic": "~8.1.0",
18+
"@angular/router": "~8.1.0",
2519
"nativescript-angular": "file:../../nativescript-angular",
26-
"nativescript-dev-webpack": "next",
2720
"nativescript-theme-core": "~1.0.4",
2821
"reflect-metadata": "~0.1.8",
2922
"rxjs": "~6.3.3",
3023
"tns-core-modules": "next",
3124
"zone.js": "^0.9.1"
3225
},
3326
"devDependencies": {
34-
"@angular/compiler-cli": "~8.0.0",
35-
"@ngtools/webpack": "~8.0.0",
27+
"@angular/compiler-cli": "~8.1.0",
28+
"@ngtools/webpack": "~8.1.0",
3629
"@types/chai": "~4.1.7",
3730
"@types/mocha": "~5.2.5",
3831
"@types/node": "~10.12.18",
@@ -43,7 +36,6 @@
4336
"mocha": "~5.2.0",
4437
"mochawesome": "~3.1.2",
4538
"nativescript-dev-appium": "^5.3.0",
46-
"nativescript-dev-typescript": "next",
4739
"nativescript-dev-webpack": "next",
4840
"tns-platform-declarations": "next",
4941
"typescript": "~3.4.5"

Diff for: e2e/nested-router-tab-view/package.json

+11-19
Original file line numberDiff line numberDiff line change
@@ -4,35 +4,28 @@
44
"readme": "NativeScript Application",
55
"repository": "<fill-your-repository-here>",
66
"nativescript": {
7-
"id": "org.nativescript.nestedroutertabview",
8-
"tns-ios": {
9-
"version": "next"
10-
},
11-
"tns-android": {
12-
"version": "next"
13-
}
7+
"id": "org.nativescript.nestedroutertabview"
148
},
159
"dependencies": {
16-
"@angular/animations": "~8.0.0",
17-
"@angular/common": "~8.0.0",
18-
"@angular/compiler": "~8.0.0",
19-
"@angular/core": "~8.0.0",
20-
"@angular/forms": "~8.0.0",
10+
"@angular/animations": "~8.1.0",
11+
"@angular/common": "~8.1.0",
12+
"@angular/compiler": "~8.1.0",
13+
"@angular/core": "~8.1.0",
14+
"@angular/forms": "~8.1.0",
2115
"@angular/http": "8.0.0-beta.10",
22-
"@angular/platform-browser": "~8.0.0",
23-
"@angular/platform-browser-dynamic": "~8.0.0",
24-
"@angular/router": "~8.0.0",
16+
"@angular/platform-browser": "~8.1.0",
17+
"@angular/platform-browser-dynamic": "~8.1.0",
18+
"@angular/router": "~8.1.0",
2519
"nativescript-angular": "file:../../nativescript-angular",
26-
"nativescript-dev-webpack": "next",
2720
"nativescript-theme-core": "~1.0.4",
2821
"reflect-metadata": "~0.1.8",
2922
"rxjs": "~6.3.3",
3023
"tns-core-modules": "next",
3124
"zone.js": "^0.9.1"
3225
},
3326
"devDependencies": {
34-
"@angular/compiler-cli": "~8.0.0",
35-
"@ngtools/webpack": "~8.0.0",
27+
"@angular/compiler-cli": "~8.1.0",
28+
"@ngtools/webpack": "~8.1.0",
3629
"@types/chai": "~4.1.7",
3730
"@types/mocha": "~5.2.5",
3831
"@types/node": "~10.12.18",
@@ -43,7 +36,6 @@
4336
"mocha": "~5.2.0",
4437
"mochawesome": "~3.1.2",
4538
"nativescript-dev-appium": "^5.3.0",
46-
"nativescript-dev-typescript": "next",
4739
"nativescript-dev-webpack": "next",
4840
"typescript": "3.4.5"
4941
},

Diff for: e2e/renderer/package.json

+9-10
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@
77
"id": "org.nativescript.renderer"
88
},
99
"dependencies": {
10-
"@angular/common": "~8.0.0",
11-
"@angular/compiler": "~8.0.0",
12-
"@angular/core": "~8.0.0",
13-
"@angular/forms": "~8.0.0",
10+
"@angular/common": "~8.1.0",
11+
"@angular/compiler": "~8.1.0",
12+
"@angular/core": "~8.1.0",
13+
"@angular/forms": "~8.1.0",
1414
"@angular/http": "8.0.0-beta.10",
15-
"@angular/platform-browser": "~8.0.0",
16-
"@angular/platform-browser-dynamic": "~8.0.0",
17-
"@angular/router": "~8.0.0",
15+
"@angular/platform-browser": "~8.1.0",
16+
"@angular/platform-browser-dynamic": "~8.1.0",
17+
"@angular/router": "~8.1.0",
1818
"nativescript-angular": "file:../../nativescript-angular",
1919
"nativescript-intl": "^3.0.0",
2020
"reflect-metadata": "~0.1.8",
@@ -23,8 +23,8 @@
2323
"zone.js": "^0.9.1"
2424
},
2525
"devDependencies": {
26-
"@angular/compiler-cli": "~8.0.0",
27-
"@ngtools/webpack": "~8.0.0",
26+
"@angular/compiler-cli": "~8.1.0",
27+
"@ngtools/webpack": "~8.1.0",
2828
"@types/chai": "~4.1.7",
2929
"@types/mocha": "~5.2.5",
3030
"@types/node": "~10.12.18",
@@ -37,7 +37,6 @@
3737
"mocha": "~5.2.0",
3838
"mochawesome": "~3.1.2",
3939
"nativescript-dev-appium": "^5.3.0",
40-
"nativescript-dev-typescript": "next",
4140
"nativescript-dev-webpack": "next",
4241
"tslib": "^1.7.1",
4342
"typescript": "~3.4.5"

Diff for: e2e/routable-animations/package.json

+11-12
Original file line numberDiff line numberDiff line change
@@ -7,25 +7,25 @@
77
"id": "org.nativescript.nsroanimations"
88
},
99
"dependencies": {
10-
"@angular/animations": "~8.0.0",
11-
"@angular/common": "~8.0.0",
12-
"@angular/compiler": "~8.0.0",
13-
"@angular/core": "~8.0.0",
14-
"@angular/forms": "~8.0.0",
10+
"@angular/animations": "~8.1.0",
11+
"@angular/common": "~8.1.0",
12+
"@angular/compiler": "~8.1.0",
13+
"@angular/core": "~8.1.0",
14+
"@angular/forms": "~8.1.0",
1515
"@angular/http": "8.0.0-beta.10",
16-
"@angular/platform-browser": "~8.0.0",
17-
"@angular/platform-browser-dynamic": "~8.0.0",
18-
"@angular/router": "~8.0.0",
16+
"@angular/platform-browser": "~8.1.0",
17+
"@angular/platform-browser-dynamic": "~8.1.0",
18+
"@angular/router": "~8.1.0",
1919
"nativescript-angular": "next",
2020
"nativescript-theme-core": "~1.0.2",
2121
"reflect-metadata": "~0.1.8",
2222
"rxjs": "~6.0.0 || >=6.1.0",
23-
"tns-core-modules": "^4.0.0",
23+
"tns-core-modules": "next",
2424
"zone.js": "^0.9.1"
2525
},
2626
"devDependencies": {
27-
"@ngtools/webpack": "~8.0.0",
28-
"@angular/compiler-cli": "~8.0.0",
27+
"@ngtools/webpack": "~8.1.0",
28+
"@angular/compiler-cli": "~8.1.0",
2929
"@types/chai": "~4.1.3",
3030
"@types/mocha": "~5.2.1",
3131
"@types/node": "^7.0.5",
@@ -36,7 +36,6 @@
3636
"lazy": "1.0.11",
3737
"nativescript-css-loader": "~0.26.0",
3838
"nativescript-dev-appium": "^5.3.0",
39-
"nativescript-dev-typescript": "~0.7.1",
4039
"nativescript-dev-webpack": "next",
4140
"typescript": "~3.4.5"
4241
},

Diff for: e2e/router-tab-view/package.json

+9-16
Original file line numberDiff line numberDiff line change
@@ -4,24 +4,18 @@
44
"readme": "NativeScript Application",
55
"repository": "<fill-your-repository-here>",
66
"nativescript": {
7-
"id": "org.nativescript.routertabview",
8-
"tns-android": {
9-
"version": "next"
10-
},
11-
"tns-ios": {
12-
"version": "next"
13-
}
7+
"id": "org.nativescript.routertabview"
148
},
159
"dependencies": {
16-
"@angular/animations": "~8.0.0",
17-
"@angular/common": "~8.0.0",
18-
"@angular/compiler": "~8.0.0",
19-
"@angular/core": "~8.0.0",
20-
"@angular/forms": "~8.0.0",
10+
"@angular/animations": "~8.1.0",
11+
"@angular/common": "~8.1.0",
12+
"@angular/compiler": "~8.1.0",
13+
"@angular/core": "~8.1.0",
14+
"@angular/forms": "~8.1.0",
2115
"@angular/http": "8.0.0-beta.10",
22-
"@angular/platform-browser": "~8.0.0",
23-
"@angular/platform-browser-dynamic": "~8.0.0",
24-
"@angular/router": "~8.0.0",
16+
"@angular/platform-browser": "~8.1.0",
17+
"@angular/platform-browser-dynamic": "~8.1.0",
18+
"@angular/router": "~8.1.0",
2519
"nativescript-angular": "file:../../nativescript-angular",
2620
"nativescript-dev-webpack": "next",
2721
"nativescript-theme-core": "~1.0.4",
@@ -41,7 +35,6 @@
4135
"mocha": "~5.2.0",
4236
"mochawesome": "~3.1.2",
4337
"nativescript-dev-appium": "^5.3.0",
44-
"nativescript-dev-typescript": "next",
4538
"typescript": "~3.4.5",
4639
"@angular/compiler-cli": "8.0.0",
4740
"@ngtools/webpack": "8.0.0"

Diff for: e2e/router/package.json

+11-15
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,18 @@
44
"readme": "NativeScript Application",
55
"repository": "<fill-your-repository-here>",
66
"nativescript": {
7-
"id": "org.nativescript.router",
8-
"tns-android": {
9-
"version": "next"
10-
}
7+
"id": "org.nativescript.router"
118
},
129
"dependencies": {
13-
"@angular/animations": "~8.0.0",
14-
"@angular/common": "~8.0.0",
15-
"@angular/compiler": "~8.0.0",
16-
"@angular/core": "~8.0.0",
17-
"@angular/forms": "~8.0.0",
10+
"@angular/animations": "~8.1.0",
11+
"@angular/common": "~8.1.0",
12+
"@angular/compiler": "~8.1.0",
13+
"@angular/core": "~8.1.0",
14+
"@angular/forms": "~8.1.0",
1815
"@angular/http": "8.0.0-beta.10",
19-
"@angular/platform-browser": "~8.0.0",
20-
"@angular/platform-browser-dynamic": "~8.0.0",
21-
"@angular/router": "~8.0.0",
16+
"@angular/platform-browser": "~8.1.0",
17+
"@angular/platform-browser-dynamic": "~8.1.0",
18+
"@angular/router": "~8.1.0",
2219
"nativescript-angular": "file:../../nativescript-angular",
2320
"nativescript-intl": "^3.0.0",
2421
"reflect-metadata": "~0.1.8",
@@ -27,8 +24,8 @@
2724
"zone.js": "^0.9.1"
2825
},
2926
"devDependencies": {
30-
"@angular/compiler-cli": "~8.0.0",
31-
"@ngtools/webpack": "~8.0.0",
27+
"@angular/compiler-cli": "~8.1.0",
28+
"@ngtools/webpack": "~8.1.0",
3229
"@types/chai": "~4.1.7",
3330
"@types/mocha": "~5.2.5",
3431
"@types/node": "^10.12.12",
@@ -41,7 +38,6 @@
4138
"mocha": "~5.2.0",
4239
"mochawesome": "~3.1.2",
4340
"nativescript-dev-appium": "^5.3.0",
44-
"nativescript-dev-typescript": "next",
4541
"nativescript-dev-webpack": "next",
4642
"tslib": "^1.7.1",
4743
"typescript": "~3.4.5"

Diff for: e2e/single-page/package.json

+11-18
Original file line numberDiff line numberDiff line change
@@ -4,24 +4,18 @@
44
"readme": "NativeScript Application",
55
"repository": "<fill-your-repository-here>",
66
"nativescript": {
7-
"id": "org.nativescript.singlepage",
8-
"tns-ios": {
9-
"version": "next"
10-
},
11-
"tns-android": {
12-
"version": "next"
13-
}
7+
"id": "org.nativescript.singlepage"
148
},
159
"dependencies": {
16-
"@angular/animations": "~8.0.0",
17-
"@angular/common": "~8.0.0",
18-
"@angular/compiler": "~8.0.0",
19-
"@angular/core": "~8.0.0",
20-
"@angular/forms": "~8.0.0",
10+
"@angular/animations": "~8.1.0",
11+
"@angular/common": "~8.1.0",
12+
"@angular/compiler": "~8.1.0",
13+
"@angular/core": "~8.1.0",
14+
"@angular/forms": "~8.1.0",
2115
"@angular/http": "8.0.0-beta.10",
22-
"@angular/platform-browser": "~8.0.0",
23-
"@angular/platform-browser-dynamic": "~8.0.0",
24-
"@angular/router": "~8.0.0",
16+
"@angular/platform-browser": "~8.1.0",
17+
"@angular/platform-browser-dynamic": "~8.1.0",
18+
"@angular/router": "~8.1.0",
2519
"nativescript-angular": "file:../../nativescript-angular",
2620
"nativescript-intl": "^3.0.0",
2721
"reflect-metadata": "~0.1.8",
@@ -30,8 +24,8 @@
3024
"zone.js": "^0.9.1"
3125
},
3226
"devDependencies": {
33-
"@angular/compiler-cli": "~8.0.0",
34-
"@ngtools/webpack": "~8.0.0",
27+
"@angular/compiler-cli": "~8.1.0",
28+
"@ngtools/webpack": "~8.1.0",
3529
"@types/chai": "~4.1.7",
3630
"@types/mocha": "~5.2.5",
3731
"@types/node": "~10.12.18",
@@ -44,7 +38,6 @@
4438
"mocha": "~5.2.0",
4539
"mochawesome": "~3.1.2",
4640
"nativescript-dev-appium": "^5.3.0",
47-
"nativescript-dev-typescript": "next",
4841
"nativescript-dev-webpack": "next",
4942
"tslib": "^1.7.1",
5043
"typescript": "~3.4.5"

0 commit comments

Comments
 (0)