This repository was archived by the owner on Aug 24, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +19
-15
lines changed Expand file tree Collapse file tree 3 files changed +19
-15
lines changed Original file line number Diff line number Diff line change
1
+ <a name =" 0.0.7 " ></a >
2
+ ## [ 0.0.7] ( https://github.com/peterpeterparker/ionic-swing/compare/v0.0.6...v0.0.7 ) (2017-06-18)
3
+ * ** lib:** Update angular, rjxs and zone.js
4
+
1
5
<a name =" 0.0.6 " ></a >
2
6
## [ 0.0.6] ( https://github.com/peterpeterparker/ionic-swing/compare/v0.0.5...v0.0.6 ) (2017-05-11)
3
7
* ** lib:** Update to zonejs
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ionic-swing" ,
3
- "version" : " 0.0.6 " ,
3
+ "version" : " 0.0.7 " ,
4
4
"scripts" : {
5
5
"build" : " gulp build" ,
6
6
"build:watch" : " gulp" ,
23
23
"url" : " https://github.com/peterpeterparker/ionic-swing.git/issues"
24
24
},
25
25
"devDependencies" : {
26
- "@angular/common" : " ^4.1.0 " ,
27
- "@angular/compiler" : " ^4.1.0 " ,
28
- "@angular/compiler-cli" : " ^4.1.0 " ,
29
- "@angular/core" : " ^4.1.0 " ,
30
- "@angular/platform-browser" : " ^4.1.0 " ,
31
- "@angular/platform-browser-dynamic" : " ^4.1.0 " ,
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 " ,
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.1.1 " ,
54
+ "rxjs" : " ^5.4.0 " ,
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.10 "
60
+ "zone.js" : " ^0.8.12 "
61
61
},
62
62
"engines" : {
63
63
"node" : " >=6.0.0"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ionic-swing" ,
3
- "version" : " 0.0.6 " ,
3
+ "version" : " 0.0.7 " ,
4
4
"repository" : {
5
5
"type" : " git" ,
6
6
"url" : " https://github.com/peterpeterparker/ionic-swing.git"
19
19
"module" : " ionic-swing.js" ,
20
20
"typings" : " ionic-swing.d.ts" ,
21
21
"peerDependencies" : {
22
- "@angular/core" : " ^4.1.0 "
22
+ "@angular/core" : " ^4.1.3 "
23
23
},
24
24
"dependencies" : {
25
- "lodash" : " ^4.6.1 " ,
26
- "raf" : " ^3.1.0 " ,
25
+ "lodash" : " ^4.17.4 " ,
26
+ "raf" : " ^3.3.2 " ,
27
27
"rebound" : " ^0.0.13" ,
28
28
"sister" : " ^3.0.0" ,
29
- "rxjs" : " ^5.1.1 " ,
30
- "zone.js" : " ^0.8.10 " ,
29
+ "rxjs" : " ^5.4.0 " ,
30
+ "zone.js" : " ^0.8.12 " ,
31
31
"vendor-prefix" : " ^0.1.0"
32
32
}
33
33
}
You can’t perform that action at this time.
0 commit comments