Skip to content

Commit c7ee711

Browse files
authored
Merge pull request #29 from whtiehack/renovate/typescript-json-schema-0.x
Update dependency typescript-json-schema to ^0.49.0
2 parents 30fe27f + 9f27e50 commit c7ee711

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"dependencies": {
55
"@types/node": "^9.6.1",
66
"typescript": "^4.0.0",
7-
"typescript-json-schema": "^0.48.0"
7+
"typescript-json-schema": "^0.49.0"
88
},
99
"homepage": "https://github.com/whtiehack/pinus-parse-interface",
1010
"repository": {

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -206,10 +206,10 @@ ts-node@^9.1.1:
206206
source-map-support "^0.5.17"
207207
yn "3.1.1"
208208

209-
typescript-json-schema@^0.48.0:
210-
version "0.48.0"
211-
resolved "https://registry.yarnpkg.com/typescript-json-schema/-/typescript-json-schema-0.48.0.tgz#d30e287319a09617e87d10c17f484077412a55e7"
212-
integrity sha512-RDs66ANmjiqcSQ7dAeFIarF0ON6b+dxb5Fl1x53PK0p/QcqEoSN3kHsJTB0lgw+zWz6wdObCzk3jIwik3maK1Q==
209+
typescript-json-schema@^0.49.0:
210+
version "0.49.0"
211+
resolved "https://registry.yarnpkg.com/typescript-json-schema/-/typescript-json-schema-0.49.0.tgz#442f6347ca85fb0d9811f217fb0d6537b68734b3"
212+
integrity sha512-PumZkTmEE3T8TVyoJU6ZCp3K6VCmCb3Ei6fUaRIuDsIzYtmdJc6jV1D0RyBe5sd5mJ1iB6Zckm4KAKbqXs9oDw==
213213
dependencies:
214214
"@types/json-schema" "^7.0.6"
215215
glob "^7.1.6"

0 commit comments

Comments
 (0)