dependencies: added types for josa package

This commit is contained in:
원더 2021-02-04 11:05:18 +09:00
parent bd6cc598e0
commit d509399fd5
2 changed files with 6 additions and 0 deletions

View File

@ -18,6 +18,7 @@
"@sentry/node": "^6.0.4",
"@sentry/webpack-plugin": "^1.14.0",
"@types/cookie": "^0.4.0",
"@types/josa": "^3.0.2",
"@types/react-select": "^4.0.12",
"@types/sanitize-html": "^1.27.1",
"@types/url-regex-safe": "^1.0.0",

View File

@ -978,6 +978,11 @@
jest-diff "^26.0.0"
pretty-format "^26.0.0"
"@types/josa@^3.0.2":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@types/josa/-/josa-3.0.2.tgz#f3b37b0385f185a11b9b73114714c786c559926e"
integrity sha512-9XoQiicbfAFlntz4h0R7B9aQOnNQU/svBrWMjuv2NTLZumah0s1rTBReLzM3Z1YmtzoVlbKP3QC2psXV31E/Sw==
"@types/json-schema@^7.0.3":
version "7.0.6"
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.6.tgz#f4c7ec43e81b319a9815115031709f26987891f0"