Skip to content

Commit

Permalink
Merge pull request #145 from gadicc/renovate/ts-json-schema-generator…
Browse files Browse the repository at this point in the history
…-0.x

chore(deps): update dependency ts-json-schema-generator to v0.92.0
  • Loading branch information
gadicc authored May 8, 2021
2 parents 597cc30 + c806af8 commit d238274
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 12 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"prettier": "2.2.1",
"semantic-release": "17.4.2",
"ts-jest": "26.5.6",
"ts-json-schema-generator": "0.90.0",
"ts-json-schema-generator": "0.92.0",
"typescript": "4.2.4"
}
}
17 changes: 6 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8035,17 +8035,17 @@ [email protected]:
semver "7.x"
yargs-parser "20.x"

ts-json-schema-generator@0.90.0:
version "0.90.0"
resolved "https://registry.yarnpkg.com/ts-json-schema-generator/-/ts-json-schema-generator-0.90.0.tgz#10ab74cc474d50b982ee5560062c17a3b4d98451"
integrity sha512-BAbZVcNowsHTUgoZfwhM5Uv7EUiweXkb/9EOIO0Rj07qHNMOg/fQt1NrcjpvNpvs96qSaWK2jXsnTKwkbftH4g==
ts-json-schema-generator@0.92.0:
version "0.92.0"
resolved "https://registry.yarnpkg.com/ts-json-schema-generator/-/ts-json-schema-generator-0.92.0.tgz#a77dd06ad6ba302d7fddb9fa18ad9754994c6b71"
integrity sha512-tuk8I+UF/r2RpgyWxKjlKa+q8JQqTbSZ5iuWnf4TYzJkyH0tgPgynGy0jkWHotNZgbT6+TPvzlShXo5aXgI6Iw==
dependencies:
"@types/json-schema" "^7.0.7"
commander "^7.2.0"
fast-json-stable-stringify "^2.1.0"
glob "^7.1.6"
json-stable-stringify "^1.0.1"
typescript "~4.2.3"
typescript "~4.2.4"

tslib@^1.8.1:
version "1.14.1"
Expand Down Expand Up @@ -8132,16 +8132,11 @@ typedarray@^0.0.6:
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=

[email protected]:
[email protected], typescript@~4.2.4:
version "4.2.4"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.2.4.tgz#8610b59747de028fda898a8aef0e103f156d0961"
integrity sha512-V+evlYHZnQkaz8TRBuxTA92yZBPotr5H+WhQ7bD3hZUndx5tGOa1fuCgeSjxAzM1RiN5IzvadIXTVefuuwZCRg==

typescript@~4.2.3:
version "4.2.3"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.2.3.tgz#39062d8019912d43726298f09493d598048c1ce3"
integrity sha512-qOcYwxaByStAWrBf4x0fibwZvMRG+r4cQoTjbPtUlrWjBHbmCAww1i448U0GJ+3cNNEtebDteo/cHOR3xJ4wEw==

uglify-js@^3.1.4:
version "3.12.5"
resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.12.5.tgz#83241496087c640efe9dfc934832e71725aba008"
Expand Down

0 comments on commit d238274

Please sign in to comment.