diff --git a/package.json b/package.json index 261a944..b1c96a6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cxsd", - "version": "0.0.6", + "version": "0.1.0", "description": "Streaming XSD parser and XML parser generator with TypeScript output", "bin": { "cxsd": "cxsd-cli.js" @@ -22,14 +22,14 @@ }, "homepage": "https://github.com/charto/cxsd#readme", "dependencies": { - "bluebird": "~3.3.1", + "bluebird": "~3.3.3", "cget": "~0.0.5", "commander": "~2.9.0", - "cxml": "~0.0.5", + "cxml": "~0.1.0", "node-expat": "~2.3.13" }, "devDependencies": { - "typescript": "~1.9.0-dev.20160205", - "typings": "~0.6.8" + "typescript": "~1.8.7", + "typings": "~0.6.9" } }