@json-schema-tools/transpiler
Advanced tools
Comparing version 1.5.5 to 1.5.6
@@ -0,1 +1,8 @@ | ||
## [1.5.6](https://github.com/json-schema-tools/transpiler/compare/1.5.5...1.5.6) (2020-10-29) | ||
### Bug Fixes | ||
* bump dev deps ([7db8ef4](https://github.com/json-schema-tools/transpiler/commit/7db8ef4bf7d59da537879117f544bbd6919991a8)) | ||
## [1.5.5](https://github.com/json-schema-tools/transpiler/compare/1.5.4...1.5.5) (2020-10-28) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "@json-schema-tools/transpiler", | ||
"version": "1.5.5", | ||
"version": "1.5.6", | ||
"description": "Turn your json schema into typings for various languages. Achieve master class dev tooling.", | ||
@@ -36,13 +36,13 @@ "main": "build/index.js", | ||
"@types/lodash.trim": "^4.5.6", | ||
"@types/node": "^14.14.2", | ||
"@types/node": "^14.14.6", | ||
"@types/node-fetch": "^2.5.7", | ||
"@typescript-eslint/eslint-plugin": "^4.5.0", | ||
"@typescript-eslint/parser": "^4.5.0", | ||
"eslint": "^7.11.0", | ||
"@typescript-eslint/eslint-plugin": "^4.6.0", | ||
"@typescript-eslint/parser": "^4.6.0", | ||
"eslint": "^7.12.1", | ||
"inquirer": "^7.3.3", | ||
"jest": "^26.6.1", | ||
"node-fetch": "^2.6.1", | ||
"ts-jest": "^26.4.2", | ||
"ts-jest": "^26.4.3", | ||
"typedoc": "^0.19.2", | ||
"typescript": "^4.0.3" | ||
"typescript": "^4.0.5" | ||
}, | ||
@@ -49,0 +49,0 @@ "dependencies": { |
121772