Skip to content

Commit 8e474ad

Browse files
ADjenkovsis0k0
authored andcommitted
chore: Update e2e apps deps
1 parent 105c937 commit 8e474ad

File tree

2 files changed

+29
-26
lines changed

2 files changed

+29
-26
lines changed

e2e/renderer/package.json

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,20 +10,20 @@
1010
}
1111
},
1212
"dependencies": {
13-
"@angular/animations": "~4.4.1",
14-
"@angular/common": "~4.4.1",
15-
"@angular/compiler": "~4.4.1",
16-
"@angular/core": "~4.4.1",
17-
"@angular/forms": "~4.4.1",
18-
"@angular/http": "~4.4.1",
19-
"@angular/platform-browser": "~4.4.1",
20-
"@angular/router": "~4.4.1",
13+
"@angular/common": "~5.0.0",
14+
"@angular/compiler": "~5.0.0",
15+
"@angular/core": "~5.0.0",
16+
"@angular/forms": "~5.0.0",
17+
"@angular/http": "~5.0.0",
18+
"@angular/platform-browser": "~5.0.0",
19+
"@angular/platform-browser-dynamic": "~5.0.0",
20+
"@angular/router": "~5.0.0",
2121
"nativescript-angular": "file:../../nativescript-angular",
2222
"nativescript-intl": "^3.0.0",
2323
"reflect-metadata": "~0.1.8",
24-
"rxjs": "~5.3.0",
24+
"rxjs": "^5.5.0",
2525
"tns-core-modules": "next",
26-
"zone.js": "~0.8.2"
26+
"zone.js": "^0.8.4"
2727
},
2828
"devDependencies": {
2929
"@types/chai": "^4.0.2",
@@ -42,10 +42,11 @@
4242
"nativescript-dev-appium": "next",
4343
"nativescript-dev-typescript": "~0.4.0",
4444
"tslib": "^1.7.1",
45-
"typescript": "~2.2.1"
45+
"typescript": "~2.4.2"
4646
},
4747
"scripts": {
4848
"e2e": "tsc -p e2e && mocha --opts ./e2e/config/mocha.opts",
49-
"compile-tests-w": "tsc -p e2e --watch"
49+
"compile-tests-w": "tsc -p e2e --watch",
50+
"update-app-ng-deps": "update-app-ng-deps"
5051
}
5152
}

e2e/router/package.json

Lines changed: 16 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -6,27 +6,28 @@
66
"nativescript": {
77
"id": "org.nativescript.router",
88
"tns-android": {
9-
"version": "3.2.0-2017-9-4-1"
9+
"version": "next"
1010
},
1111
"tns-ios": {
12-
"version": "3.2.0"
12+
"version": "next"
1313
}
1414
},
1515
"dependencies": {
1616
"@angular/animations": "~4.4.1",
17-
"@angular/common": "~4.4.1",
18-
"@angular/compiler": "~4.4.1",
19-
"@angular/core": "~4.4.1",
20-
"@angular/forms": "~4.4.1",
21-
"@angular/http": "~4.4.1",
22-
"@angular/platform-browser": "~4.4.1",
23-
"@angular/router": "~4.4.1",
17+
"@angular/common": "~5.0.0",
18+
"@angular/compiler": "~5.0.0",
19+
"@angular/core": "~5.0.0",
20+
"@angular/forms": "~5.0.0",
21+
"@angular/http": "~5.0.0",
22+
"@angular/platform-browser": "~5.0.0",
23+
"@angular/router": "~5.0.0",
2424
"nativescript-angular": "file:../../nativescript-angular",
2525
"nativescript-intl": "^3.0.0",
2626
"reflect-metadata": "~0.1.8",
27-
"rxjs": "~5.3.0",
27+
"rxjs": "^5.5.0",
2828
"tns-core-modules": "next",
29-
"zone.js": "~0.8.2"
29+
"zone.js": "^0.8.4",
30+
"@angular/platform-browser-dynamic": "~5.0.0"
3031
},
3132
"devDependencies": {
3233
"@types/chai": "^4.0.2",
@@ -45,10 +46,11 @@
4546
"nativescript-dev-appium": "next",
4647
"nativescript-dev-typescript": "~0.4.0",
4748
"tslib": "^1.7.1",
48-
"typescript": "~2.2.1"
49+
"typescript": "~2.4.2"
4950
},
5051
"scripts": {
5152
"e2e": "tsc -p e2e && mocha --opts ./e2e/config/mocha.opts",
52-
"compile-tests-w": "tsc -p e2e --watch"
53+
"compile-tests-w": "tsc -p e2e --watch",
54+
"update-app-ng-deps": "update-app-ng-deps"
5355
}
54-
}
56+
}

0 commit comments

Comments
 (0)