This repository was archived by the owner on Aug 24, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 23
23
"url" : " https://github.com/peterpeterparker/ionic-swing.git/issues"
24
24
},
25
25
"devDependencies" : {
26
- "@angular/common" : " ^4.1 .3" ,
27
- "@angular/compiler" : " ^4.1 .3" ,
28
- "@angular/compiler-cli" : " ^4.1 .3" ,
29
- "@angular/core" : " ^4.1 .3" ,
30
- "@angular/platform-browser" : " ^4.1 .3" ,
31
- "@angular/platform-browser-dynamic" : " ^4.1 .3" ,
26
+ "@angular/common" : " ^4.4 .3" ,
27
+ "@angular/compiler" : " ^4.4 .3" ,
28
+ "@angular/compiler-cli" : " ^4.4 .3" ,
29
+ "@angular/core" : " ^4.4 .3" ,
30
+ "@angular/platform-browser" : " ^4.4 .3" ,
31
+ "@angular/platform-browser-dynamic" : " ^4.4 .3" ,
32
32
"@types/jasmine" : " 2.5.38" ,
33
33
"@types/node" : " ~6.0.60" ,
34
34
"codelyzer" : " ~2.0.0" ,
51
51
"rebound" : " ^0.0.13" ,
52
52
"rollup" : " ^0.41.6" ,
53
53
"run-sequence" : " ^1.2.2" ,
54
- "rxjs" : " ^5.4.0 " ,
54
+ "rxjs" : " ^5.4.3 " ,
55
55
"sister" : " ^3.0.0" ,
56
56
"ts-node" : " ~2.0.0" ,
57
57
"tslint" : " ~4.5.0" ,
58
58
"typescript" : " ~2.2.0" ,
59
59
"vendor-prefix" : " ^0.1.0" ,
60
- "zone.js" : " ^0.8.12 "
60
+ "zone.js" : " ^0.8.17 "
61
61
},
62
62
"engines" : {
63
63
"node" : " >=6.0.0"
Original file line number Diff line number Diff line change 19
19
"module" : " ionic-swing.js" ,
20
20
"typings" : " ionic-swing.d.ts" ,
21
21
"peerDependencies" : {
22
- "@angular/core" : " ^4.1 .3"
22
+ "@angular/core" : " ^4.4 .3"
23
23
},
24
24
"dependencies" : {
25
25
"lodash" : " ^4.17.4" ,
26
26
"raf" : " ^3.3.2" ,
27
27
"rebound" : " ^0.0.13" ,
28
28
"sister" : " ^3.0.0" ,
29
- "rxjs" : " ^5.4.0 " ,
30
- "zone.js" : " ^0.8.12 " ,
29
+ "rxjs" : " ^5.4.3 " ,
30
+ "zone.js" : " ^0.8.17 " ,
31
31
"vendor-prefix" : " ^0.1.0"
32
32
}
33
33
}
You can’t perform that action at this time.
0 commit comments