Skip to content

Commit c29521b

Browse files
committed
fix(#90): adds json-schema types explicitly, which are transitively used
1 parent b2d5c65 commit c29521b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

app-config/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
"@types/openpgp": "4",
4242
"@types/prompts": "2",
4343
"@types/readable-stream": "2",
44+
"@types/json-schema": "7",
4445
"@types/urijs": "1",
4546
"ajv": "7",
4647
"ajv-formats": "1",

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1985,7 +1985,7 @@
19851985
resolved "https://registry.yarnpkg.com/@types/js-yaml/-/js-yaml-3.12.6.tgz#7f10c926aa41e189a2755c4c7fcf8e4573bd7ac1"
19861986
integrity sha512-cK4XqrLvP17X6c0C8n4iTbT59EixqyXL3Fk8/Rsk4dF3oX4dg70gYUXrXVUUHpnsGMPNlTQMqf+TVmNPX6FmSQ==
19871987

1988-
"@types/json-schema@^7.0.3", "@types/json-schema@^7.0.5":
1988+
"@types/json-schema@7", "@types/json-schema@^7.0.3", "@types/json-schema@^7.0.5":
19891989
version "7.0.6"
19901990
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.6.tgz#f4c7ec43e81b319a9815115031709f26987891f0"
19911991
integrity sha512-3c+yGKvVP5Y9TYBEibGNR+kLtijnj7mYrXRg+WpFb2X9xm04g/DXYkfg4hmzJQosc9snFNUPkbYIhu+KAm6jJw==

0 commit comments

Comments
 (0)