Skip to content

Commit 1421529

Browse files
Merge pull request #7 from sshivananda/feature/upgrade-dependencies
Upgrade dependencies
2 parents c020cc5 + e2cab72 commit 1421529

File tree

2 files changed

+14
-13
lines changed

2 files changed

+14
-13
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
[![Build Status](https://travis-ci.org/RobinBuschmann/xml-typescript.png?branch=master)](https://travis-ci.org/RobinBuschmann/xml-typescript)
22

3+
[![Dependencies status](https://david-dm.org/RobinBuschmann/xml-typescript.svg)](https://david-dm.org/RobinBuschmann/xml-typescript.svg)
4+
35
# xml-decorators
46

57
Decorators for xml serialization. Uses [js2xmlparser](https://www.npmjs.com/package/js2xmlparser)

package.json

+12-13
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "xml-decorators",
3-
"version": "1.0.5",
3+
"version": "1.0.6",
44
"description": "Decorators for xml serialization",
55
"main": "index.js",
66
"scripts": {
@@ -22,21 +22,20 @@
2222
"reflect-metadata": "^0.1.8"
2323
},
2424
"dependencies": {
25-
"@types/bluebird": "3.0.36",
25+
"@types/bluebird": "3.5.22",
2626
"@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"
3231
},
3332
"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",
3637
"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"
4140
}
4241
}

0 commit comments

Comments
 (0)