File tree 2 files changed +14
-13
lines changed
2 files changed +14
-13
lines changed Original file line number Diff line number Diff line change 1
1
[ ![ Build Status] ( https://travis-ci.org/RobinBuschmann/xml-typescript.png?branch=master )] ( https://travis-ci.org/RobinBuschmann/xml-typescript )
2
2
3
+ [ ![ Dependencies status] ( https://david-dm.org/RobinBuschmann/xml-typescript.svg )] ( https://david-dm.org/RobinBuschmann/xml-typescript.svg )
4
+
3
5
# xml-decorators
4
6
5
7
Decorators for xml serialization. Uses [ js2xmlparser] ( https://www.npmjs.com/package/js2xmlparser )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " xml-decorators" ,
3
- "version" : " 1.0.5 " ,
3
+ "version" : " 1.0.6 " ,
4
4
"description" : " Decorators for xml serialization" ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
22
22
"reflect-metadata" : " ^0.1.8"
23
23
},
24
24
"dependencies" : {
25
- "@types/bluebird" : " 3.0.36 " ,
25
+ "@types/bluebird" : " 3.5.22 " ,
26
26
"@types/lodash" : " ~4.14.42" ,
27
- "@types/reflect-metadata" : " 0.0.5" ,
28
- "bluebird" : " 3.4.6" ,
29
- "es6-shim" : " 0.35.2" ,
30
- "js2xmlparser" : " 2.0.2" ,
31
- "lodash" : " 4.17.2"
27
+ "bluebird" : " 3.5.1" ,
28
+ "es6-shim" : " 0.35.3" ,
29
+ "js2xmlparser" : " 3.0.0" ,
30
+ "lodash" : " 4.17.10"
32
31
},
33
32
"devDependencies" : {
34
- "@types/chai" : " 3.4.34" ,
35
- "@types/mocha" : " 2.2.33" ,
33
+ "@types/chai" : " 4.1.4" ,
34
+ "@types/mocha" : " 5.2.5" ,
35
+ "chai" : " 4.1.2" ,
36
+ "mocha" : " 5.2.0" ,
36
37
"reflect-metadata" : " ^0.1.8" ,
37
- "chai" : " 3.5.0" ,
38
- "mocha" : " 3.2.0" ,
39
- "tslint" : " 4.0.2" ,
40
- "typescript" : " ~2.4.2"
38
+ "tslint" : " 5.11.0" ,
39
+ "typescript" : " 2.9.2"
41
40
}
42
41
}
You can’t perform that action at this time.
0 commit comments