20
20
],
21
21
"homepage" : " http://nativescript.org" ,
22
22
"dependencies" : {
23
- "@angular/animations" : " ~5.0 .0" ,
24
- "@angular/common" : " ~5.0 .0" ,
25
- "@angular/compiler" : " ~5.0 .0" ,
26
- "@angular/core" : " ~5.0 .0" ,
27
- "@angular/forms" : " ~5.0 .0" ,
28
- "@angular/http" : " ~5.0 .0" ,
29
- "@angular/platform-browser" : " ~5.0 .0" ,
30
- "@angular/platform-browser-dynamic" : " ~5.0 .0" ,
31
- "@angular/router" : " ~5.0 .0" ,
23
+ "@angular/animations" : " ~5.2 .0" ,
24
+ "@angular/common" : " ~5.2 .0" ,
25
+ "@angular/compiler" : " ~5.2 .0" ,
26
+ "@angular/core" : " ~5.2 .0" ,
27
+ "@angular/forms" : " ~5.2 .0" ,
28
+ "@angular/http" : " ~5.2 .0" ,
29
+ "@angular/platform-browser" : " ~5.2 .0" ,
30
+ "@angular/platform-browser-dynamic" : " ~5.2 .0" ,
31
+ "@angular/router" : " ~5.2 .0" ,
32
32
"nativescript-angular" : " ../nativescript-angular" ,
33
33
"nativescript-unit-test-runner" : " ^0.3.4" ,
34
34
"rxjs" : " ^5.5.0" ,
60
60
"socket.io-client" : " 1.4.8" ,
61
61
"tslib" : " ^1.7.1" ,
62
62
"tslint" : " ^4.5.1" ,
63
- "typescript" : " ~2.4 .2" ,
63
+ "typescript" : " ~2.6 .2" ,
64
64
"mocha" : " ~3.5.0"
65
65
},
66
66
"scripts" : {
67
67
"e2e" : " tsc -p e2e && mocha --opts ./e2e/config/mocha.opts" ,
68
68
"compile-tests-w" : " tsc -p e2e --watch" ,
69
69
"update-app-ng-deps" : " update-app-ng-deps"
70
70
}
71
- }
71
+ }
0 commit comments