mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18:41 -09:00
Bump typescript-json-schema from 0.59.0 to 0.60.0
Bumps [typescript-json-schema](https://github.com/YousefED/typescript-json-schema) from 0.59.0 to 0.60.0. - [Commits](https://github.com/YousefED/typescript-json-schema/compare/v0.59.0...v0.60.0) --- updated-dependencies: - dependency-name: typescript-json-schema dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
9b119af5f8
commit
05827122b3
2 changed files with 12 additions and 7 deletions
|
|
@ -58,7 +58,7 @@
|
|||
"shebang-loader": "0.0.1",
|
||||
"styled-jsx": "5.1.2",
|
||||
"stylis": "3.5.4",
|
||||
"typescript-json-schema": "0.59.0",
|
||||
"typescript-json-schema": "0.60.0",
|
||||
"uuid": "9.0.0",
|
||||
"webpack-cli": "5.1.4",
|
||||
"xterm": "5.2.1",
|
||||
|
|
|
|||
17
yarn.lock
17
yarn.lock
|
|
@ -7702,10 +7702,10 @@ typedarray-to-buffer@^3.1.5:
|
|||
dependencies:
|
||||
is-typedarray "^1.0.0"
|
||||
|
||||
typescript-json-schema@0.59.0:
|
||||
version "0.59.0"
|
||||
resolved "https://registry.npmjs.org/typescript-json-schema/-/typescript-json-schema-0.59.0.tgz#736d1b4e4b101b9e989741958f0b2571e998d6ed"
|
||||
integrity sha512-eYB9RO8p4PntznWUukdDQHckNfxzjEFCJUgsWeCE43mcFioE0wXGTSECGk1uhty9XQMxkpuI4pKAqqnb62ln3Q==
|
||||
typescript-json-schema@0.60.0:
|
||||
version "0.60.0"
|
||||
resolved "https://registry.npmjs.org/typescript-json-schema/-/typescript-json-schema-0.60.0.tgz#8c9cd34be601441d988d93d8f83ee20fda009a67"
|
||||
integrity sha512-pgSsm0K4jN2BMVPRVe8aCsct0hGAdmFIU3P8LtuUuwqzZnJh9oEabz82RuVhIWcKAA/yVyHYBKXWkkDid8/R9Q==
|
||||
dependencies:
|
||||
"@types/json-schema" "^7.0.9"
|
||||
"@types/node" "^16.9.2"
|
||||
|
|
@ -7713,7 +7713,7 @@ typescript-json-schema@0.59.0:
|
|||
path-equal "^1.2.5"
|
||||
safe-stable-stringify "^2.2.0"
|
||||
ts-node "^10.9.1"
|
||||
typescript "~4.9.5"
|
||||
typescript "~5.1.0"
|
||||
yargs "^17.1.1"
|
||||
|
||||
typescript@5.2.2:
|
||||
|
|
@ -7721,11 +7721,16 @@ typescript@5.2.2:
|
|||
resolved "https://registry.npmjs.org/typescript/-/typescript-5.2.2.tgz#5ebb5e5a5b75f085f22bc3f8460fba308310fa78"
|
||||
integrity sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w==
|
||||
|
||||
typescript@^4.0.2, typescript@~4.9.5:
|
||||
typescript@^4.0.2:
|
||||
version "4.9.5"
|
||||
resolved "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz#095979f9bcc0d09da324d58d03ce8f8374cbe65a"
|
||||
integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==
|
||||
|
||||
typescript@~5.1.0:
|
||||
version "5.1.6"
|
||||
resolved "https://registry.npmjs.org/typescript/-/typescript-5.1.6.tgz#02f8ac202b6dad2c0dd5e0913745b47a37998274"
|
||||
integrity sha512-zaWCozRZ6DLEWAWFrVDz1H6FVXzUSfTy5FUMWsQlU8Ym5JP9eO4xkTIROFCQvhQf61z6O/G6ugw3SgAnvvm+HA==
|
||||
|
||||
unbox-primitive@^1.0.1:
|
||||
version "1.0.1"
|
||||
resolved "https://registry.npmjs.org/unbox-primitive/-/unbox-primitive-1.0.1.tgz#085e215625ec3162574dc8859abee78a59b14471"
|
||||
|
|
|
|||
Loading…
Reference in a new issue