diff --git a/README.md b/README.md index a80ca9e..a3f0cd0 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ [![Build Status](https://travis-ci.org/RobinBuschmann/xml-typescript.png?branch=master)](https://travis-ci.org/RobinBuschmann/xml-typescript) +[![Dependencies status](https://david-dm.org/RobinBuschmann/xml-typescript.svg)](https://david-dm.org/RobinBuschmann/xml-typescript.svg) + # xml-decorators Decorators for xml serialization. Uses [js2xmlparser](https://www.npmjs.com/package/js2xmlparser) diff --git a/package.json b/package.json index d33843a..34167ec 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xml-decorators", - "version": "1.0.5", + "version": "1.0.6", "description": "Decorators for xml serialization", "main": "index.js", "scripts": { @@ -22,21 +22,20 @@ "reflect-metadata": "^0.1.8" }, "dependencies": { - "@types/bluebird": "3.0.36", + "@types/bluebird": "3.5.22", "@types/lodash": "~4.14.42", - "@types/reflect-metadata": "0.0.5", - "bluebird": "3.4.6", - "es6-shim": "0.35.2", - "js2xmlparser": "2.0.2", - "lodash": "4.17.2" + "bluebird": "3.5.1", + "es6-shim": "0.35.3", + "js2xmlparser": "3.0.0", + "lodash": "4.17.10" }, "devDependencies": { - "@types/chai": "3.4.34", - "@types/mocha": "2.2.33", + "@types/chai": "4.1.4", + "@types/mocha": "5.2.5", + "chai": "4.1.2", + "mocha": "5.2.0", "reflect-metadata": "^0.1.8", - "chai": "3.5.0", - "mocha": "3.2.0", - "tslint": "4.0.2", - "typescript": "~2.4.2" + "tslint": "5.11.0", + "typescript": "2.9.2" } }