Skip to content

Commit fd1c188

Browse files
ADjenkovsis0k0
authored andcommitted
chore: Update tests app deps
1 parent 8a147dd commit fd1c188

File tree

1 file changed

+13
-12
lines changed

1 file changed

+13
-12
lines changed

Diff for: tests/package.json

+13-12
Original file line numberDiff line numberDiff line change
@@ -27,19 +27,19 @@
2727
"homepage": "http://nativescript.org",
2828
"dependencies": {
2929
"@angular/animations": "~4.4.1",
30-
"@angular/common": "~4.4.1",
31-
"@angular/compiler": "~4.4.1",
32-
"@angular/core": "~4.4.1",
33-
"@angular/forms": "~4.4.1",
34-
"@angular/http": "~4.4.1",
35-
"@angular/platform-browser": "~4.4.1",
36-
"@angular/platform-browser-dynamic": "~4.4.1",
37-
"@angular/router": "~4.4.1",
30+
"@angular/common": "~5.0.0",
31+
"@angular/compiler": "~5.0.0",
32+
"@angular/core": "~5.0.0",
33+
"@angular/forms": "~5.0.0",
34+
"@angular/http": "~5.0.0",
35+
"@angular/platform-browser": "~5.0.0",
36+
"@angular/platform-browser-dynamic": "~5.0.0",
37+
"@angular/router": "~5.0.0",
3838
"nativescript-angular": "../nativescript-angular",
3939
"nativescript-unit-test-runner": "^0.3.4",
40-
"rxjs": "^5.2.0",
40+
"rxjs": "^5.5.0",
4141
"tns-core-modules": "next",
42-
"zone.js": "^0.8.2"
42+
"zone.js": "^0.8.4"
4343
},
4444
"devDependencies": {
4545
"@types/chai": "^4.0.2",
@@ -66,11 +66,12 @@
6666
"socket.io-client": "1.4.8",
6767
"tslib": "^1.7.1",
6868
"tslint": "^4.5.1",
69-
"typescript": "~2.5.0",
69+
"typescript": "~2.4.2",
7070
"mocha": "~3.5.0"
7171
},
7272
"scripts": {
7373
"e2e": "tsc -p e2e && mocha --opts ./e2e/config/mocha.opts",
74-
"compile-tests-w": "tsc -p e2e --watch"
74+
"compile-tests-w": "tsc -p e2e --watch",
75+
"update-app-ng-deps": "update-app-ng-deps"
7576
}
7677
}

0 commit comments

Comments
 (0)