Skip to content

Commit 03c36ae

Browse files
author
vakrilov
committed
chore: Update deps: 'latest' from NS + 'builds' from angular
1 parent b98da83 commit 03c36ae

File tree

8 files changed

+134
-133
lines changed

8 files changed

+134
-133
lines changed

e2e/modal-navigation-ng/package.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -5,28 +5,28 @@
55
"repository": "<fill-your-repository-here>",
66
"nativescript": {
77
"id": "org.nativescript.modalnavigationng",
8-
"tns-android": {
9-
"version": "4.1.0-2018.4.16.8"
10-
},
118
"tns-ios": {
12-
"version": "next"
9+
"version": "latest"
10+
},
11+
"tns-android": {
12+
"version": "latest"
1313
}
1414
},
1515
"dependencies": {
16-
"@angular/animations": "~6.0.0-rc.3",
17-
"@angular/common": "~6.0.0-rc.3",
18-
"@angular/compiler": "~6.0.0-rc.3",
19-
"@angular/core": "~6.0.0-rc.3",
20-
"@angular/forms": "~6.0.0-rc.3",
21-
"@angular/http": "~6.0.0-rc.3",
22-
"@angular/platform-browser": "~6.0.0-rc.3",
23-
"@angular/platform-browser-dynamic": "~6.0.0-rc.3",
24-
"@angular/router": "~6.0.0-rc.3",
16+
"@angular/animations": "git+https://github.com/angular/animations-builds.git",
17+
"@angular/common": "git+https://github.com/angular/common-builds.git",
18+
"@angular/compiler": "git+https://github.com/angular/compiler-builds.git",
19+
"@angular/core": "git+https://github.com/angular/core-builds.git",
20+
"@angular/forms": "git+https://github.com/angular/forms-builds.git",
21+
"@angular/http": "git+https://github.com/angular/http-builds.git",
22+
"@angular/platform-browser": "git+https://github.com/angular/platform-browser-builds.git",
23+
"@angular/platform-browser-dynamic": "git+https://github.com/angular/platform-browser-dynamic-builds.git",
24+
"@angular/router": "git+https://github.com/angular/router-builds.git",
2525
"nativescript-angular": "file:../../nativescript-angular",
2626
"nativescript-theme-core": "~1.0.4",
2727
"reflect-metadata": "~0.1.8",
2828
"rxjs": "~6.0.0-rc.1",
29-
"tns-core-modules": "next",
29+
"tns-core-modules": "latest",
3030
"zone.js": "~0.8.2"
3131
},
3232
"devDependencies": {
@@ -42,10 +42,10 @@
4242
"css-loader": "~0.28.7",
4343
"extract-text-webpack-plugin": "~3.0.2",
4444
"lazy": "1.0.11",
45-
"nativescript-dev-appium": "next",
46-
"nativescript-dev-typescript": "next",
47-
"nativescript-dev-webpack": "next",
48-
"nativescript-worker-loader": "~0.8.1",
45+
"nativescript-dev-appium": "latest",
46+
"nativescript-dev-typescript": "latest",
47+
"nativescript-dev-webpack": "latest",
48+
"nativescript-worker-loader": "latest",
4949
"raw-loader": "~0.5.1",
5050
"resolve-url-loader": "~2.2.1",
5151
"typescript": "~2.7.2",

e2e/renderer/package.json

Lines changed: 17 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -5,24 +5,27 @@
55
"repository": "<fill-your-repository-here>",
66
"nativescript": {
77
"id": "org.nativescript.renderer",
8+
"tns-ios": {
9+
"version": "latest"
10+
},
811
"tns-android": {
9-
"version": "4.1.0-2018.4.13.1"
12+
"version": "latest"
1013
}
1114
},
1215
"dependencies": {
13-
"@angular/common": "~6.0.0-rc.3",
14-
"@angular/compiler": "~6.0.0-rc.3",
15-
"@angular/core": "~6.0.0-rc.3",
16-
"@angular/forms": "~6.0.0-rc.3",
17-
"@angular/http": "~6.0.0-rc.3",
18-
"@angular/platform-browser": "~6.0.0-rc.3",
19-
"@angular/platform-browser-dynamic": "~6.0.0-rc.3",
20-
"@angular/router": "~6.0.0-rc.3",
16+
"@angular/common": "git+https://github.com/angular/common-builds.git",
17+
"@angular/compiler": "git+https://github.com/angular/compiler-builds.git",
18+
"@angular/core": "git+https://github.com/angular/core-builds.git",
19+
"@angular/forms": "git+https://github.com/angular/forms-builds.git",
20+
"@angular/http": "git+https://github.com/angular/http-builds.git",
21+
"@angular/platform-browser": "git+https://github.com/angular/platform-browser-builds.git",
22+
"@angular/platform-browser-dynamic": "git+https://github.com/angular/platform-browser-dynamic-builds.git",
23+
"@angular/router": "git+https://github.com/angular/router-builds.git",
2124
"nativescript-angular": "file:../../nativescript-angular",
2225
"nativescript-intl": "^3.0.0",
2326
"reflect-metadata": "~0.1.8",
2427
"rxjs": "~6.0.0-rc.1",
25-
"tns-core-modules": "next",
28+
"tns-core-modules": "latest",
2629
"zone.js": "^0.8.4"
2730
},
2831
"devDependencies": {
@@ -46,10 +49,10 @@
4649
"mocha": "~3.5.0",
4750
"mocha-junit-reporter": "^1.13.0",
4851
"mocha-multi": "^0.11.0",
49-
"nativescript-dev-appium": "next",
50-
"nativescript-dev-typescript": "~0.7.1",
51-
"nativescript-dev-webpack": "next",
52-
"nativescript-worker-loader": "~0.8.1",
52+
"nativescript-dev-appium": "latest",
53+
"nativescript-dev-typescript": "latest",
54+
"nativescript-dev-webpack": "latest",
55+
"nativescript-worker-loader": "latest",
5356
"raw-loader": "~0.5.1",
5457
"resolve-url-loader": "~2.3.0",
5558
"tslib": "^1.7.1",

e2e/router-tab-view/package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -5,37 +5,37 @@
55
"repository": "<fill-your-repository-here>",
66
"nativescript": {
77
"id": "org.nativescript.routertabview",
8-
"tns-android": {
9-
"version": "3.4.1-2018-02-06-02"
10-
},
118
"tns-ios": {
12-
"version": "3.4.1"
9+
"version": "latest"
10+
},
11+
"tns-android": {
12+
"version": "latest"
1313
}
1414
},
1515
"dependencies": {
16-
"@angular/animations": "~6.0.0-rc.3",
17-
"@angular/common": "~6.0.0-rc.3",
18-
"@angular/compiler": "~6.0.0-rc.3",
19-
"@angular/core": "~6.0.0-rc.3",
20-
"@angular/forms": "~6.0.0-rc.3",
21-
"@angular/http": "~6.0.0-rc.3",
22-
"@angular/platform-browser": "~6.0.0-rc.3",
23-
"@angular/platform-browser-dynamic": "~6.0.0-rc.3",
24-
"@angular/router": "~6.0.0-rc.3",
16+
"@angular/animations": "git+https://github.com/angular/animations-builds.git",
17+
"@angular/common": "git+https://github.com/angular/common-builds.git",
18+
"@angular/compiler": "git+https://github.com/angular/compiler-builds.git",
19+
"@angular/core": "git+https://github.com/angular/core-builds.git",
20+
"@angular/forms": "git+https://github.com/angular/forms-builds.git",
21+
"@angular/http": "git+https://github.com/angular/http-builds.git",
22+
"@angular/platform-browser": "git+https://github.com/angular/platform-browser-builds.git",
23+
"@angular/platform-browser-dynamic": "git+https://github.com/angular/platform-browser-dynamic-builds.git",
24+
"@angular/router": "git+https://github.com/angular/router-builds.git",
2525
"nativescript-angular": "file:../../nativescript-angular",
2626
"nativescript-theme-core": "~1.0.4",
2727
"reflect-metadata": "~0.1.8",
2828
"rxjs": "~6.0.0-rc.1",
29-
"tns-core-modules": "next",
29+
"tns-core-modules": "latest",
3030
"zone.js": "~0.8.2"
3131
},
3232
"devDependencies": {
3333
"babel-traverse": "6.26.0",
3434
"babel-types": "6.26.0",
3535
"babylon": "6.18.0",
3636
"lazy": "1.0.11",
37-
"nativescript-dev-appium": "^3.1.0",
38-
"nativescript-dev-typescript": "~0.6.0",
37+
"nativescript-dev-appium": "latest",
38+
"nativescript-dev-typescript": "latest",
3939
"typescript": "~2.7.2"
4040
},
4141
"scripts": {

e2e/router/package.json

Lines changed: 19 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -5,28 +5,28 @@
55
"repository": "<fill-your-repository-here>",
66
"nativescript": {
77
"id": "org.nativescript.router",
8-
"tns-android": {
9-
"version": "next"
10-
},
118
"tns-ios": {
12-
"version": "next"
9+
"version": "latest"
10+
},
11+
"tns-android": {
12+
"version": "latest"
1313
}
1414
},
1515
"dependencies": {
16-
"@angular/animations": "~6.0.0-rc.3",
17-
"@angular/common": "~6.0.0-rc.3",
18-
"@angular/compiler": "~6.0.0-rc.3",
19-
"@angular/core": "~6.0.0-rc.3",
20-
"@angular/forms": "~6.0.0-rc.3",
21-
"@angular/http": "~6.0.0-rc.3",
22-
"@angular/platform-browser": "~6.0.0-rc.3",
23-
"@angular/platform-browser-dynamic": "~6.0.0-rc.3",
24-
"@angular/router": "~6.0.0-rc.3",
16+
"@angular/animations": "git+https://github.com/angular/animations-builds.git",
17+
"@angular/common": "git+https://github.com/angular/common-builds.git",
18+
"@angular/compiler": "git+https://github.com/angular/compiler-builds.git",
19+
"@angular/core": "git+https://github.com/angular/core-builds.git",
20+
"@angular/forms": "git+https://github.com/angular/forms-builds.git",
21+
"@angular/http": "git+https://github.com/angular/http-builds.git",
22+
"@angular/platform-browser": "git+https://github.com/angular/platform-browser-builds.git",
23+
"@angular/platform-browser-dynamic": "git+https://github.com/angular/platform-browser-dynamic-builds.git",
24+
"@angular/router": "git+https://github.com/angular/router-builds.git",
2525
"nativescript-angular": "file:../../nativescript-angular",
2626
"nativescript-intl": "^3.0.0",
2727
"reflect-metadata": "~0.1.8",
2828
"rxjs": "~6.0.0-rc.1",
29-
"tns-core-modules": "next",
29+
"tns-core-modules": "latest",
3030
"zone.js": "^0.8.4"
3131
},
3232
"devDependencies": {
@@ -50,10 +50,10 @@
5050
"mocha": "~3.5.0",
5151
"mocha-junit-reporter": "^1.13.0",
5252
"mocha-multi": "^0.11.0",
53-
"nativescript-dev-appium": "next",
54-
"nativescript-dev-typescript": "~0.4.0",
55-
"nativescript-dev-webpack": "next",
56-
"nativescript-worker-loader": "~0.8.1",
53+
"nativescript-dev-appium": "latest",
54+
"nativescript-dev-typescript": "latest",
55+
"nativescript-dev-webpack": "latest",
56+
"nativescript-worker-loader": "latest",
5757
"raw-loader": "~0.5.1",
5858
"resolve-url-loader": "~2.3.0",
5959
"tslib": "^1.7.1",
@@ -62,9 +62,7 @@
6262
"webpack": "~4.5.0",
6363
"webpack-bundle-analyzer": "^2.9.1",
6464
"webpack-sources": "~1.1.0",
65-
"webpack-cli": "~2.0.14",
66-
"webpack-sources": "~1.1.0",
67-
"clean-webpack-plugin": "~0.1.19"
65+
"webpack-cli": "~2.0.14"
6866
},
6967
"scripts": {
7068
"e2e": "tsc -p e2e && mocha --opts ../config/mocha.opts --recursive e2e --appiumCapsLocation ../config/appium.capabilities.json",

e2e/single-page/package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -6,27 +6,27 @@
66
"nativescript": {
77
"id": "org.nativescript.singlepage",
88
"tns-ios": {
9-
"version": "4.0.1-2018-03-26-01"
9+
"version": "latest"
1010
},
1111
"tns-android": {
12-
"version": "4.0.0-2018.3.22.2"
12+
"version": "latest"
1313
}
1414
},
1515
"dependencies": {
16-
"@angular/animations": "~6.0.0-rc.3",
17-
"@angular/common": "~6.0.0-rc.3",
18-
"@angular/compiler": "~6.0.0-rc.3",
19-
"@angular/core": "~6.0.0-rc.3",
20-
"@angular/forms": "~6.0.0-rc.3",
21-
"@angular/http": "~6.0.0-rc.3",
22-
"@angular/platform-browser": "~6.0.0-rc.3",
23-
"@angular/platform-browser-dynamic": "~6.0.0-rc.3",
24-
"@angular/router": "~6.0.0-rc.3",
16+
"@angular/animations": "git+https://github.com/angular/animations-builds.git",
17+
"@angular/common": "git+https://github.com/angular/common-builds.git",
18+
"@angular/compiler": "git+https://github.com/angular/compiler-builds.git",
19+
"@angular/core": "git+https://github.com/angular/core-builds.git",
20+
"@angular/forms": "git+https://github.com/angular/forms-builds.git",
21+
"@angular/http": "git+https://github.com/angular/http-builds.git",
22+
"@angular/platform-browser": "git+https://github.com/angular/platform-browser-builds.git",
23+
"@angular/platform-browser-dynamic": "git+https://github.com/angular/platform-browser-dynamic-builds.git",
24+
"@angular/router": "git+https://github.com/angular/router-builds.git",
2525
"nativescript-angular": "file:../../nativescript-angular",
2626
"nativescript-intl": "^3.0.0",
2727
"reflect-metadata": "~0.1.8",
2828
"rxjs": "~6.0.0-rc.1",
29-
"tns-core-modules": "next",
29+
"tns-core-modules": "latest",
3030
"zone.js": "^0.8.4"
3131
},
3232
"devDependencies": {
@@ -48,10 +48,10 @@
4848
"mocha": "~3.5.0",
4949
"mocha-junit-reporter": "^1.13.0",
5050
"mocha-multi": "^0.11.0",
51-
"nativescript-dev-appium": "next",
52-
"nativescript-dev-typescript": "~0.4.0",
53-
"nativescript-dev-webpack": "next",
54-
"nativescript-worker-loader": "~0.8.1",
51+
"nativescript-dev-appium": "latest",
52+
"nativescript-dev-typescript": "latest",
53+
"nativescript-dev-webpack": "latest",
54+
"nativescript-worker-loader": "latest",
5555
"raw-loader": "~0.5.1",
5656
"resolve-url-loader": "~2.2.1",
5757
"tslib": "^1.7.1",

nativescript-angular/package.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -44,33 +44,33 @@
4444
"reflect-metadata": "^0.1.8"
4545
},
4646
"peerDependencies": {
47-
"@angular/platform-browser-dynamic": "~6.0.0-rc.0",
48-
"@angular/common": "~6.0.0-rc.0",
49-
"@angular/compiler": "~6.0.0-rc.0",
50-
"@angular/core": "~6.0.0-rc.0",
51-
"@angular/forms": "~6.0.0-rc.0",
52-
"@angular/http": "~6.0.0-rc.0",
53-
"@angular/platform-browser": "~6.0.0-rc.0",
54-
"@angular/router": "~6.0.0-rc.0",
47+
"@angular/platform-browser-dynamic": "git+https://github.com/angular/platform-browser-dynamic-builds.git",
48+
"@angular/common": "git+https://github.com/angular/common-builds.git",
49+
"@angular/compiler": "git+https://github.com/angular/compiler-builds.git",
50+
"@angular/core": "git+https://github.com/angular/core-builds.git",
51+
"@angular/forms": "git+https://github.com/angular/forms-builds.git",
52+
"@angular/http": "git+https://github.com/angular/http-builds.git",
53+
"@angular/platform-browser": "git+https://github.com/angular/platform-browser-builds.git",
54+
"@angular/router": "git+https://github.com/angular/router-builds.git",
5555
"rxjs": "~6.0.0-rc.1",
5656
"tns-core-modules": "^4.0.0 || >4.0.0- || >4.1.0-",
5757
"zone.js": "^0.8.4",
5858
"typescript": "~2.7.2"
5959
},
6060
"devDependencies": {
61-
"@angular/animations": "~6.0.0-rc.0",
62-
"@angular/common": "~6.0.0-rc.0",
63-
"@angular/compiler": "~6.0.0-rc.0",
64-
"@angular/compiler-cli": "~6.0.0-rc.0",
65-
"@angular/core": "~6.0.0-rc.0",
66-
"@angular/forms": "~6.0.0-rc.0",
67-
"@angular/http": "~6.0.0-rc.0",
68-
"@angular/platform-browser": "~6.0.0-rc.0",
69-
"@angular/platform-browser-dynamic": "~6.0.0-rc.0",
70-
"@angular/router": "~6.0.0-rc.0",
61+
"@angular/animations": "git+https://github.com/angular/animations-builds.git",
62+
"@angular/common": "git+https://github.com/angular/common-builds.git",
63+
"@angular/compiler": "git+https://github.com/angular/compiler-builds.git",
64+
"@angular/compiler-cli": "git+https://github.com/angular/compiler-cli-builds.git",
65+
"@angular/core": "git+https://github.com/angular/core-builds.git",
66+
"@angular/forms": "git+https://github.com/angular/forms-builds.git",
67+
"@angular/http": "git+https://github.com/angular/http-builds.git",
68+
"@angular/platform-browser": "git+https://github.com/angular/platform-browser-builds.git",
69+
"@angular/platform-browser-dynamic": "git+https://github.com/angular/platform-browser-dynamic-builds.git",
70+
"@angular/router": "git+https://github.com/angular/router-builds.git",
7171
"codelyzer": "^4.0.0",
7272
"rxjs": "~6.0.0-rc.1",
73-
"tns-core-modules": "next",
73+
"tns-core-modules": "latest",
7474
"tslint": "^5.5.0",
7575
"typescript": "~2.7.2",
7676
"zone.js": "^0.8.12"

ng-sample/package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"nativescript": {
33
"id": "org.nativescript.ngsample",
4-
"tns-android": {
5-
"version": "4.1.0-2018.4.16.8"
6-
},
74
"tns-ios": {
8-
"version": "4.0.2-2018-04-13-01"
5+
"version": "latest"
6+
},
7+
"tns-android": {
8+
"version": "latest"
99
}
1010
},
1111
"name": "tns-template-hello-world",
@@ -32,18 +32,18 @@
3232
},
3333
"homepage": "https://github.com/NativeScript/template-hello-world",
3434
"dependencies": {
35-
"@angular/animations": "~6.0.0-rc.3",
36-
"@angular/common": "~6.0.0-rc.3",
37-
"@angular/compiler": "~6.0.0-rc.3",
38-
"@angular/core": "~6.0.0-rc.3",
39-
"@angular/forms": "~6.0.0-rc.3",
40-
"@angular/http": "~6.0.0-rc.3",
41-
"@angular/platform-browser": "~6.0.0-rc.3",
42-
"@angular/platform-browser-dynamic": "~6.0.0-rc.3",
43-
"@angular/router": "~6.0.0-rc.3",
35+
"@angular/animations": "git+https://github.com/angular/animations-builds.git",
36+
"@angular/common": "git+https://github.com/angular/common-builds.git",
37+
"@angular/compiler": "git+https://github.com/angular/compiler-builds.git",
38+
"@angular/core": "git+https://github.com/angular/core-builds.git",
39+
"@angular/forms": "git+https://github.com/angular/forms-builds.git",
40+
"@angular/http": "git+https://github.com/angular/http-builds.git",
41+
"@angular/platform-browser": "git+https://github.com/angular/platform-browser-builds.git",
42+
"@angular/platform-browser-dynamic": "git+https://github.com/angular/platform-browser-dynamic-builds.git",
43+
"@angular/router": "git+https://github.com/angular/router-builds.git",
4444
"nativescript-angular": "file:../nativescript-angular",
4545
"rxjs": "~6.0.0-rc.1",
46-
"tns-core-modules": "next",
46+
"tns-core-modules": "latest",
4747
"tns-platform-declarations": "^3.4.0",
4848
"zone.js": "^0.8.4"
4949
},
@@ -53,7 +53,7 @@
5353
"babylon": "6.8.1",
5454
"filewalker": "0.1.2",
5555
"lazy": "1.0.11",
56-
"nativescript-dev-typescript": "next",
56+
"nativescript-dev-typescript": "0.7.1",
5757
"shelljs": "^0.7.0",
5858
"tslint": "^4.5.1",
5959
"typescript": "~2.7.2"

0 commit comments

Comments
 (0)