ts-json-schema-generator
Advanced tools
Comparing version 0.35.0 to 0.35.1
{ | ||
"name": "ts-json-schema-generator", | ||
"version": "0.35.0", | ||
"version": "0.35.1", | ||
"description": "Generate JSON schema from your Typescript sources", | ||
@@ -44,3 +44,3 @@ "main": "dist/index.js", | ||
"json-stable-stringify": "^1.0.1", | ||
"typescript": "rc" | ||
"typescript": "^3.1.1" | ||
}, | ||
@@ -50,3 +50,3 @@ "devDependencies": { | ||
"@types/chai": "^4.1.5", | ||
"@types/glob": "^7.1.0", | ||
"@types/glob": "^7.1.1", | ||
"@types/json-stable-stringify": "^1.0.32", | ||
@@ -56,6 +56,6 @@ "@types/mocha": "^5.2.5", | ||
"ajv": "~6.5.4", | ||
"chai": "~4.1.2", | ||
"chai": "~4.2.0", | ||
"jest": "^23.6.0", | ||
"source-map-support": "~0.5.9", | ||
"ts-jest": "^23.10.1", | ||
"ts-jest": "^23.10.2", | ||
"ts-node": "^7.0.1", | ||
@@ -62,0 +62,0 @@ "tslint": "~5.11.0" |
Sorry, the diff of this file is not supported yet
380736
+ Addedtypescript@3.9.10(transitive)
- Removedtypescript@5.7.1-rc(transitive)
Updatedtypescript@^3.1.1