This commit is contained in:
wonderlandpark 2021-03-08 19:46:07 +09:00
commit c7f82b8535
2 changed files with 16 additions and 10 deletions

View File

@ -65,10 +65,10 @@
"@types/jest": "26.0.20",
"@types/josa": "3.0.2",
"@types/jsonwebtoken": "8.5.0",
"@types/node": "14.14.31",
"@types/node": "14.14.32",
"@types/node-emoji": "1.8.1",
"@types/node-fetch": "2.5.8",
"@types/react": "17.0.2",
"@types/react": "17.0.3",
"@types/react-select": "4.0.13",
"@types/sanitize-html": "1.27.1",
"@types/twemoji": "12.1.1",

View File

@ -1048,10 +1048,10 @@
resolved "https://registry.npmjs.org/@types/node/-/node-14.14.25.tgz"
integrity sha512-EPpXLOVqDvisVxtlbvzfyqSsFeQxltFbluZNRndIb8tr9KiBnYNLzrc1N3pyKUCww2RNrfHDViqDWWE1LCJQtQ==
"@types/node@14.14.31":
version "14.14.31"
resolved "https://registry.npmjs.org/@types/node/-/node-14.14.31.tgz"
integrity sha512-vFHy/ezP5qI0rFgJ7aQnjDXwAMrG0KqqIH7tQG5PPv3BWBayOPIQNBjVc/P6hhdZfMx51REc6tfDNXHUio893g==
"@types/node@14.14.32":
version "14.14.32"
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.14.32.tgz#90c5c4a8d72bbbfe53033f122341343249183448"
integrity sha512-/Ctrftx/zp4m8JOujM5ZhwzlWLx22nbQJiVqz8/zE15gOeEW+uly3FSX4fGFpcfEvFzXcMCJwq9lGVWgyARXhg==
"@types/normalize-package-data@^2.4.0":
version "2.4.0"
@ -1110,12 +1110,13 @@
"@types/prop-types" "*"
csstype "^3.0.2"
"@types/react@17.0.2":
version "17.0.2"
resolved "https://registry.npmjs.org/@types/react/-/react-17.0.2.tgz"
integrity sha512-Xt40xQsrkdvjn1EyWe1Bc0dJLcil/9x2vAuW7ya+PuQip4UYUaXyhzWmAbwRsdMgwOFHpfp7/FFZebDU6Y8VHA==
"@types/react@17.0.3":
version "17.0.3"
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.3.tgz#ba6e215368501ac3826951eef2904574c262cc79"
integrity sha512-wYOUxIgs2HZZ0ACNiIayItyluADNbONl7kt8lkLjVK8IitMH5QMyAh75Fwhmo37r1m7L2JaFj03sIfxBVDvRAg==
dependencies:
"@types/prop-types" "*"
"@types/scheduler" "*"
csstype "^3.0.2"
"@types/sanitize-html@1.27.1":
@ -1125,6 +1126,11 @@
dependencies:
htmlparser2 "^4.1.0"
"@types/scheduler@*":
version "0.16.1"
resolved "https://registry.yarnpkg.com/@types/scheduler/-/scheduler-0.16.1.tgz#18845205e86ff0038517aab7a18a62a6b9f71275"
integrity sha512-EaCxbanVeyxDRTQBkdLb3Bvl/HK7PBK6UJjsSixB0iHKoWxE5uu2Q/DgtpOhPIojN0Zl1whvOd7PoHs2P0s5eA==
"@types/serve-static@*":
version "1.13.9"
resolved "https://registry.yarnpkg.com/@types/serve-static/-/serve-static-1.13.9.tgz#aacf28a85a05ee29a11fb7c3ead935ac56f33e4e"