Skip to content

Commit b223dcb

Browse files
authored
Merge pull request #26 from whtiehack/renovate/typescript-json-schema-0.x
Update dependency typescript-json-schema to ^0.47.0
2 parents 97f43cb + e4be461 commit b223dcb

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.46.0"
7+
"typescript-json-schema": "^0.47.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
@@ -189,10 +189,10 @@ [email protected]:
189189
source-map-support "^0.5.17"
190190
yn "3.1.1"
191191

192-
typescript-json-schema@^0.46.0:
193-
version "0.46.0"
194-
resolved "https://registry.yarnpkg.com/typescript-json-schema/-/typescript-json-schema-0.46.0.tgz#45204ba80915db3608d01de5b839c470c053e716"
195-
integrity sha512-9ktZr69Yh6iGTWVa3Ln0J+H6RyAoED9e68tz8k+0lIiCR+UZLvpvs9PqsSsE7aZ7Olvg0p161ls7JHldlA0Ocg==
192+
typescript-json-schema@^0.47.0:
193+
version "0.47.0"
194+
resolved "https://registry.yarnpkg.com/typescript-json-schema/-/typescript-json-schema-0.47.0.tgz#84dde5460b127c6774da81bf70b23c7e04857b13"
195+
integrity sha512-A6NVwSOTSsNDHfaqDcDeKwwyXEeKqBHoAr20jcetnYj4e8C6zVFofAVhAuwsBXCRYiWEE/lyHrcxpsSpbIk0Mg==
196196
dependencies:
197197
"@types/json-schema" "^7.0.6"
198198
glob "^7.1.6"

0 commit comments

Comments
 (0)