Skip to content

Commit dbe983b

Browse files
author
Elena Hristova
committed
feat: update to Angular 8.2.x
1 parent 3992ea8 commit dbe983b

File tree

12 files changed

+151
-145
lines changed

12 files changed

+151
-145
lines changed

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

+12-12
Original file line numberDiff line numberDiff line change
@@ -13,25 +13,25 @@
1313
}
1414
},
1515
"dependencies": {
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",
16+
"@angular/animations": "~8.2.0",
17+
"@angular/common": "~8.2.0",
18+
"@angular/compiler": "~8.2.0",
19+
"@angular/core": "~8.2.0",
20+
"@angular/forms": "~8.2.0",
2121
"@angular/http": "8.0.0-beta.10",
22-
"@angular/platform-browser": "~8.1.0",
23-
"@angular/platform-browser-dynamic": "~8.1.0",
24-
"@angular/router": "~8.1.0",
22+
"@angular/platform-browser": "~8.2.0",
23+
"@angular/platform-browser-dynamic": "~8.2.0",
24+
"@angular/router": "~8.2.0",
2525
"nativescript-angular": "file:../../nativescript-angular",
2626
"nativescript-theme-core": "~1.0.2",
2727
"reflect-metadata": "~0.1.8",
28-
"rxjs": "^6.3.3",
28+
"rxjs": "^6.4.0",
2929
"tns-core-modules": "next",
3030
"zone.js": "^0.9.1"
3131
},
3232
"devDependencies": {
33-
"@angular/compiler-cli": "~8.1.0",
34-
"@ngtools/webpack": "~8.1.0",
33+
"@angular/compiler-cli": "~8.2.0",
34+
"@ngtools/webpack": "~8.2.0",
3535
"@types/chai": "~4.1.7",
3636
"@types/mocha": "~5.2.5",
3737
"@types/node": "~10.12.18",
@@ -44,7 +44,7 @@
4444
"nativescript-css-loader": "~0.26.0",
4545
"nativescript-dev-appium": "^5.3.0",
4646
"nativescript-dev-webpack": "next",
47-
"typescript": "~3.4.5"
47+
"typescript": "~3.5.3"
4848
},
4949
"scripts": {
5050
"u": "update-ns-webpack",

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

+19-13
Original file line numberDiff line numberDiff line change
@@ -4,28 +4,34 @@
44
"readme": "NativeScript Application",
55
"repository": "<fill-your-repository-here>",
66
"nativescript": {
7-
"id": "org.nativescript.modalnavigationng"
7+
"id": "org.nativescript.modalnavigationng",
8+
"tns-ios": {
9+
"version": "6.0.2"
10+
},
11+
"tns-android": {
12+
"version": "6.0.1"
13+
}
814
},
915
"dependencies": {
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",
16+
"@angular/animations": "~8.2.0",
17+
"@angular/common": "~8.2.0",
18+
"@angular/compiler": "~8.2.0",
19+
"@angular/core": "~8.2.0",
20+
"@angular/forms": "~8.2.0",
1521
"@angular/http": "8.0.0-beta.10",
16-
"@angular/platform-browser": "~8.1.0",
17-
"@angular/platform-browser-dynamic": "~8.1.0",
18-
"@angular/router": "~8.1.0",
22+
"@angular/platform-browser": "~8.2.0",
23+
"@angular/platform-browser-dynamic": "~8.2.0",
24+
"@angular/router": "~8.2.0",
1925
"nativescript-angular": "file:../../nativescript-angular",
2026
"nativescript-theme-core": "~1.0.4",
2127
"reflect-metadata": "~0.1.8",
22-
"rxjs": "~6.3.3",
28+
"rxjs": "^6.4.0",
2329
"tns-core-modules": "next",
2430
"zone.js": "^0.9.1"
2531
},
2632
"devDependencies": {
27-
"@angular/compiler-cli": "~8.1.0",
28-
"@ngtools/webpack": "~8.1.0",
33+
"@angular/compiler-cli": "~8.2.0",
34+
"@ngtools/webpack": "~8.2.0",
2935
"@types/chai": "~4.1.7",
3036
"@types/mocha": "~5.2.5",
3137
"@types/node": "~10.12.18",
@@ -38,7 +44,7 @@
3844
"nativescript-dev-appium": "^5.3.0",
3945
"nativescript-dev-webpack": "next",
4046
"tns-platform-declarations": "next",
41-
"typescript": "~3.4.5"
47+
"typescript": "~3.5.3"
4248
},
4349
"scripts": {
4450
"e2e": "tsc -p e2e && mocha --opts ../config/mocha.opts --recursive e2e --appiumCapsLocation ../config/appium.capabilities.json",

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

+12-12
Original file line numberDiff line numberDiff line change
@@ -7,25 +7,25 @@
77
"id": "org.nativescript.nestedroutertabview"
88
},
99
"dependencies": {
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",
10+
"@angular/animations": "~8.2.0",
11+
"@angular/common": "~8.2.0",
12+
"@angular/compiler": "~8.2.0",
13+
"@angular/core": "~8.2.0",
14+
"@angular/forms": "~8.2.0",
1515
"@angular/http": "8.0.0-beta.10",
16-
"@angular/platform-browser": "~8.1.0",
17-
"@angular/platform-browser-dynamic": "~8.1.0",
18-
"@angular/router": "~8.1.0",
16+
"@angular/platform-browser": "~8.2.0",
17+
"@angular/platform-browser-dynamic": "~8.2.0",
18+
"@angular/router": "~8.2.0",
1919
"nativescript-angular": "file:../../nativescript-angular",
2020
"nativescript-theme-core": "~1.0.4",
2121
"reflect-metadata": "~0.1.8",
22-
"rxjs": "~6.3.3",
22+
"rxjs": "^6.4.0",
2323
"tns-core-modules": "next",
2424
"zone.js": "^0.9.1"
2525
},
2626
"devDependencies": {
27-
"@angular/compiler-cli": "~8.1.0",
28-
"@ngtools/webpack": "~8.1.0",
27+
"@angular/compiler-cli": "~8.2.0",
28+
"@ngtools/webpack": "~8.2.0",
2929
"@types/chai": "~4.1.7",
3030
"@types/mocha": "~5.2.5",
3131
"@types/node": "~10.12.18",
@@ -37,7 +37,7 @@
3737
"mochawesome": "~3.1.2",
3838
"nativescript-dev-appium": "^5.3.0",
3939
"nativescript-dev-webpack": "next",
40-
"typescript": "3.4.5"
40+
"typescript": "~3.5.3"
4141
},
4242
"scripts": {
4343
"e2e": "tsc -p e2e && mocha --opts ../config/mocha.opts --recursive e2e --appiumCapsLocation ../config/appium.capabilities.json",

Diff for: e2e/renderer/package.json

+11-11
Original file line numberDiff line numberDiff line change
@@ -7,24 +7,24 @@
77
"id": "org.nativescript.renderer"
88
},
99
"dependencies": {
10-
"@angular/common": "~8.1.0",
11-
"@angular/compiler": "~8.1.0",
12-
"@angular/core": "~8.1.0",
13-
"@angular/forms": "~8.1.0",
10+
"@angular/common": "~8.2.0",
11+
"@angular/compiler": "~8.2.0",
12+
"@angular/core": "~8.2.0",
13+
"@angular/forms": "~8.2.0",
1414
"@angular/http": "8.0.0-beta.10",
15-
"@angular/platform-browser": "~8.1.0",
16-
"@angular/platform-browser-dynamic": "~8.1.0",
17-
"@angular/router": "~8.1.0",
15+
"@angular/platform-browser": "~8.2.0",
16+
"@angular/platform-browser-dynamic": "~8.2.0",
17+
"@angular/router": "~8.2.0",
1818
"nativescript-angular": "file:../../nativescript-angular",
1919
"nativescript-intl": "^3.0.0",
2020
"reflect-metadata": "~0.1.8",
21-
"rxjs": "~6.3.3",
21+
"rxjs": "^6.4.0",
2222
"tns-core-modules": "next",
2323
"zone.js": "^0.9.1"
2424
},
2525
"devDependencies": {
26-
"@angular/compiler-cli": "~8.1.0",
27-
"@ngtools/webpack": "~8.1.0",
26+
"@angular/compiler-cli": "~8.2.0",
27+
"@ngtools/webpack": "~8.2.0",
2828
"@types/chai": "~4.1.7",
2929
"@types/mocha": "~5.2.5",
3030
"@types/node": "~10.12.18",
@@ -39,7 +39,7 @@
3939
"nativescript-dev-appium": "^5.3.0",
4040
"nativescript-dev-webpack": "next",
4141
"tslib": "^1.7.1",
42-
"typescript": "~3.4.5"
42+
"typescript": "~3.5.3"
4343
},
4444
"scripts": {
4545
"e2e": "tsc -p e2e && mocha --opts ../config/mocha.opts --recursive e2e --appiumCapsLocation ../config/appium.capabilities.json",

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

+12-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.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",
10+
"@angular/animations": "~8.2.0",
11+
"@angular/common": "~8.2.0",
12+
"@angular/compiler": "~8.2.0",
13+
"@angular/core": "~8.2.0",
14+
"@angular/forms": "~8.2.0",
1515
"@angular/http": "8.0.0-beta.10",
16-
"@angular/platform-browser": "~8.1.0",
17-
"@angular/platform-browser-dynamic": "~8.1.0",
18-
"@angular/router": "~8.1.0",
16+
"@angular/platform-browser": "~8.2.0",
17+
"@angular/platform-browser-dynamic": "~8.2.0",
18+
"@angular/router": "~8.2.0",
1919
"nativescript-angular": "next",
2020
"nativescript-theme-core": "~1.0.2",
2121
"reflect-metadata": "~0.1.8",
22-
"rxjs": "~6.0.0 || >=6.1.0",
22+
"rxjs": "^6.4.0",
2323
"tns-core-modules": "next",
2424
"zone.js": "^0.9.1"
2525
},
2626
"devDependencies": {
27-
"@ngtools/webpack": "~8.1.0",
28-
"@angular/compiler-cli": "~8.1.0",
27+
"@ngtools/webpack": "~8.2.0",
28+
"@angular/compiler-cli": "~8.2.0",
2929
"@types/chai": "~4.1.3",
3030
"@types/mocha": "~5.2.1",
3131
"@types/node": "^7.0.5",
@@ -37,7 +37,7 @@
3737
"nativescript-css-loader": "~0.26.0",
3838
"nativescript-dev-appium": "^5.3.0",
3939
"nativescript-dev-webpack": "next",
40-
"typescript": "~3.4.5"
40+
"typescript": "~3.5.3"
4141
},
4242
"scripts": {
4343
"ns-bundle": "ns-bundle",

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

+10-10
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,20 @@
77
"id": "org.nativescript.routertabview"
88
},
99
"dependencies": {
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",
10+
"@angular/animations": "~8.2.0",
11+
"@angular/common": "~8.2.0",
12+
"@angular/compiler": "~8.2.0",
13+
"@angular/core": "~8.2.0",
14+
"@angular/forms": "~8.2.0",
1515
"@angular/http": "8.0.0-beta.10",
16-
"@angular/platform-browser": "~8.1.0",
17-
"@angular/platform-browser-dynamic": "~8.1.0",
18-
"@angular/router": "~8.1.0",
16+
"@angular/platform-browser": "~8.2.0",
17+
"@angular/platform-browser-dynamic": "~8.2.0",
18+
"@angular/router": "~8.2.0",
1919
"nativescript-angular": "file:../../nativescript-angular",
2020
"nativescript-dev-webpack": "next",
2121
"nativescript-theme-core": "~1.0.4",
2222
"reflect-metadata": "~0.1.8",
23-
"rxjs": "~6.3.3",
23+
"rxjs": "^6.4.0",
2424
"tns-core-modules": "next",
2525
"zone.js": "^0.9.1"
2626
},
@@ -35,7 +35,7 @@
3535
"mocha": "~5.2.0",
3636
"mochawesome": "~3.1.2",
3737
"nativescript-dev-appium": "^5.3.0",
38-
"typescript": "~3.4.5",
38+
"typescript": "~3.5.3",
3939
"@angular/compiler-cli": "8.0.0",
4040
"@ngtools/webpack": "8.0.0"
4141
},

Diff for: e2e/router/package.json

+12-12
Original file line numberDiff line numberDiff line change
@@ -7,25 +7,25 @@
77
"id": "org.nativescript.router"
88
},
99
"dependencies": {
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",
10+
"@angular/animations": "~8.2.0",
11+
"@angular/common": "~8.2.0",
12+
"@angular/compiler": "~8.2.0",
13+
"@angular/core": "~8.2.0",
14+
"@angular/forms": "~8.2.0",
1515
"@angular/http": "8.0.0-beta.10",
16-
"@angular/platform-browser": "~8.1.0",
17-
"@angular/platform-browser-dynamic": "~8.1.0",
18-
"@angular/router": "~8.1.0",
16+
"@angular/platform-browser": "~8.2.0",
17+
"@angular/platform-browser-dynamic": "~8.2.0",
18+
"@angular/router": "~8.2.0",
1919
"nativescript-angular": "file:../../nativescript-angular",
2020
"nativescript-intl": "^3.0.0",
2121
"reflect-metadata": "~0.1.8",
22-
"rxjs": "~6.3.3",
22+
"rxjs": "^6.4.0",
2323
"tns-core-modules": "next",
2424
"zone.js": "^0.9.1"
2525
},
2626
"devDependencies": {
27-
"@angular/compiler-cli": "~8.1.0",
28-
"@ngtools/webpack": "~8.1.0",
27+
"@angular/compiler-cli": "~8.2.0",
28+
"@ngtools/webpack": "~8.2.0",
2929
"@types/chai": "~4.1.7",
3030
"@types/mocha": "~5.2.5",
3131
"@types/node": "^10.12.12",
@@ -40,7 +40,7 @@
4040
"nativescript-dev-appium": "^5.3.0",
4141
"nativescript-dev-webpack": "next",
4242
"tslib": "^1.7.1",
43-
"typescript": "~3.4.5"
43+
"typescript": "~3.5.3"
4444
},
4545
"scripts": {
4646
"e2e": "tsc -p e2e && mocha --opts ../config/mocha.opts --recursive e2e --appiumCapsLocation ../config/appium.capabilities.json",

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

+12-12
Original file line numberDiff line numberDiff line change
@@ -7,25 +7,25 @@
77
"id": "org.nativescript.singlepage"
88
},
99
"dependencies": {
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",
10+
"@angular/animations": "~8.2.0",
11+
"@angular/common": "~8.2.0",
12+
"@angular/compiler": "~8.2.0",
13+
"@angular/core": "~8.2.0",
14+
"@angular/forms": "~8.2.0",
1515
"@angular/http": "8.0.0-beta.10",
16-
"@angular/platform-browser": "~8.1.0",
17-
"@angular/platform-browser-dynamic": "~8.1.0",
18-
"@angular/router": "~8.1.0",
16+
"@angular/platform-browser": "~8.2.0",
17+
"@angular/platform-browser-dynamic": "~8.2.0",
18+
"@angular/router": "~8.2.0",
1919
"nativescript-angular": "file:../../nativescript-angular",
2020
"nativescript-intl": "^3.0.0",
2121
"reflect-metadata": "~0.1.8",
22-
"rxjs": "~6.3.3",
22+
"rxjs": "^6.4.0",
2323
"tns-core-modules": "next",
2424
"zone.js": "^0.9.1"
2525
},
2626
"devDependencies": {
27-
"@angular/compiler-cli": "~8.1.0",
28-
"@ngtools/webpack": "~8.1.0",
27+
"@angular/compiler-cli": "~8.2.0",
28+
"@ngtools/webpack": "~8.2.0",
2929
"@types/chai": "~4.1.7",
3030
"@types/mocha": "~5.2.5",
3131
"@types/node": "~10.12.18",
@@ -40,7 +40,7 @@
4040
"nativescript-dev-appium": "^5.3.0",
4141
"nativescript-dev-webpack": "next",
4242
"tslib": "^1.7.1",
43-
"typescript": "~3.4.5"
43+
"typescript": "~3.5.3"
4444
},
4545
"scripts": {
4646
"e2e": "tsc -p e2e && mocha --opts ../config/mocha.opts --recursive e2e --appiumCapsLocation ../config/appium.capabilities.json",

0 commit comments

Comments
 (0)