Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency typescript-json-schema to ^0.64.0 - autoclosed #1333

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/commands/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"nyc": "^15.1.0",
"source-map-support": "^0.5.21",
"typescript": "^5.3.3",
"typescript-json-schema": "^0.62.0"
"typescript-json-schema": "^0.64.0"
},
"gitHead": "d92f6693ed8cca439c8e92d2045bb15c0a7dae43",
"exports": {
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ __metadata:
reflect-metadata: "npm:^0.2.0"
source-map-support: "npm:^0.5.21"
typescript: "npm:^5.3.3"
typescript-json-schema: "npm:^0.62.0"
typescript-json-schema: "npm:^0.64.0"
ws: "npm:^8.15.0"
bin:
ac: dist/esm/cli.mjs
Expand Down Expand Up @@ -9721,9 +9721,9 @@ __metadata:
languageName: node
linkType: hard

"typescript-json-schema@npm:^0.62.0":
version: 0.62.0
resolution: "typescript-json-schema@npm:0.62.0"
"typescript-json-schema@npm:^0.64.0":
version: 0.64.0
resolution: "typescript-json-schema@npm:0.64.0"
dependencies:
"@types/json-schema": "npm:^7.0.9"
"@types/node": "npm:^16.9.2"
Expand All @@ -9735,7 +9735,7 @@ __metadata:
yargs: "npm:^17.1.1"
bin:
typescript-json-schema: bin/typescript-json-schema
checksum: 10/47eafd47fc25e4cc7f0c8c6c9c2a369287ca320b87693aa1d9d049764cf16af56be70b854096288d744f682eb680745677f7a46859210ec66627f112a1482f7a
checksum: 10/2f526cd97467e6342e79a4fedc50d6afaf628795e92a0cc1e70e5bede8301469caed00442a8314710945702cdaabe68468645078284792cace08bc36bb97affe
languageName: node
linkType: hard

Expand Down
Loading