Skip to content
This repository was archived by the owner on Mar 25, 2023. It is now read-only.

Commit 46b8cc8

Browse files
committed
Update dependency typescript-json-schema to ^0.47.0
1 parent a688dd5 commit 46b8cc8

File tree

4 files changed

+123
-259
lines changed

4 files changed

+123
-259
lines changed

packages/cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
},
2626
"sideEffects": false,
2727
"dependencies": {
28-
"typescript-json-schema": "^0.42.0",
28+
"typescript-json-schema": "^0.47.0",
2929
"fs-extra": "^8.1.0",
3030
"yargs": "^15.1.0",
3131
"tslib": "^1.11.0",

packages/cli/pnpm-lock.yaml

+50-124
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/types/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"sideEffects": false,
1616
"dependencies": {
17-
"typescript-json-schema": "^0.42.0",
17+
"typescript-json-schema": "^0.47.0",
1818
"tslib": "^1.11.0",
1919
"@ts-schema-autogen/utils": "^0.0.1",
2020
"@types/node": "^13.7.6"

0 commit comments

Comments
 (0)