From e8f1b712fe7dd383e86993f4e7a7b01f975d9c38 Mon Sep 17 00:00:00 2001 From: Junseo Park Date: Sat, 17 Apr 2021 11:11:00 +0900 Subject: [PATCH 01/15] Update components/DeveloperLayout.tsx Co-authored-by: zero734kr --- components/DeveloperLayout.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/components/DeveloperLayout.tsx b/components/DeveloperLayout.tsx index 58e1d54..fd0f9a2 100644 --- a/components/DeveloperLayout.tsx +++ b/components/DeveloperLayout.tsx @@ -10,6 +10,7 @@ const SEO = dynamic(() => import('@components/SEO')) const DeveloperLayout = ({ children, enabled, docs, currentDoc }:DeveloperLayout):JSX.Element => { const [ navbarEnabled, setNavbarOpen ] = useState(false) + return
@@ -95,4 +96,4 @@ interface DeveloperLayout { currentDoc?: string } -export default DeveloperLayout \ No newline at end of file +export default DeveloperLayout From 7056c1ffa91f310fa7d20274a2d2f41251e311b6 Mon Sep 17 00:00:00 2001 From: Junseo Park Date: Sat, 17 Apr 2021 11:18:22 +0900 Subject: [PATCH 02/15] Update components/Loader.tsx Co-authored-by: zero734kr --- components/Loader.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/Loader.tsx b/components/Loader.tsx index 9b1ded5..b153abe 100644 --- a/components/Loader.tsx +++ b/components/Loader.tsx @@ -3,7 +3,7 @@ const Loader = ({ text, visible = true }: LoaderProps): JSX.Element => {

{text} From 06b378dfee61936906e309d22c9bc8e63ca03239 Mon Sep 17 00:00:00 2001 From: Junseo Park Date: Sat, 17 Apr 2021 11:18:47 +0900 Subject: [PATCH 03/15] Update components/ColorCard.tsx Co-authored-by: zero734kr --- components/ColorCard.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/components/ColorCard.tsx b/components/ColorCard.tsx index 513b3b6..c8500df 100644 --- a/components/ColorCard.tsx +++ b/components/ColorCard.tsx @@ -3,7 +3,8 @@ const ColorCard = ({ header, first, second, className }: ColorCardProps): JSX.El

{header}

- {first}
+ {first} +
{second}

From f7bb8105bed0d18e8a2846f07fa9cb895690092d Mon Sep 17 00:00:00 2001 From: zero734kr Date: Fri, 16 Apr 2021 23:20:53 -0300 Subject: [PATCH 04/15] Update components/ColorCard.tsx Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- components/ColorCard.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/ColorCard.tsx b/components/ColorCard.tsx index c8500df..74cd15f 100644 --- a/components/ColorCard.tsx +++ b/components/ColorCard.tsx @@ -4,7 +4,7 @@ const ColorCard = ({ header, first, second, className }: ColorCardProps): JSX.El

{header}

{first} -
+
{second}

From 982ff51c8b1cfd93321623031a8e9ee16f96f3f5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 28 Apr 2021 16:11:41 +0900 Subject: [PATCH 05/15] fix(deps): update dependency core-js to v3.11.0 (#329) Co-authored-by: Renovate Bot --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 2439663..7c87b51 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "autoprefixer": "10.2.5", "badgen": "3.2.2", "cookie": "0.4.1", - "core-js": "3.10.1", + "core-js": "3.11.0", "csrf": "3.1.0", "dataloader": "2.0.0", "dayjs": "1.10.4", diff --git a/yarn.lock b/yarn.lock index 973012e..489eded 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2250,10 +2250,10 @@ core-js-pure@^3.0.0: resolved "https://registry.yarnpkg.com/core-js-pure/-/core-js-pure-3.10.1.tgz#28642697dfcf02e0fd9f4d9891bd03a22df28ecf" integrity sha512-PeyJH2SE0KuxY5eCGNWA+W+CeDpB6M1PN3S7Am7jSv/Ttuxz2SnWbIiVQOn/TDaGaGtxo8CRWHkXwJscbUHtVw== -core-js@3.10.1: - version "3.10.1" - resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.10.1.tgz#e683963978b6806dcc6c0a4a8bd4ab0bdaf3f21a" - integrity sha512-pwCxEXnj27XG47mu7SXAwhLP3L5CrlvCB91ANUkIz40P27kUcvNfSdvyZJ9CLHiVoKSp+TTChMQMSKQEH/IQxA== +core-js@3.11.0: + version "3.11.0" + resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.11.0.tgz#05dac6aa70c0a4ad842261f8957b961d36eb8926" + integrity sha512-bd79DPpx+1Ilh9+30aT5O1sgpQd4Ttg8oqkqi51ZzhedMM1omD2e6IOF48Z/DzDCZ2svp49tN/3vneTK6ZBkXw== core-util-is@1.0.2, core-util-is@~1.0.0: version "1.0.2" From b372b555fdcc01531a58a7863f563ec2f59ed5f2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 28 Apr 2021 16:12:01 +0900 Subject: [PATCH 06/15] chore(deps): update dependency @types/sanitize-html to v2.3.1 (#330) Co-authored-by: Renovate Bot --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 7c87b51..5ed476f 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ "@types/node-fetch": "2.5.10", "@types/react": "17.0.3", "@types/react-select": "4.0.15", - "@types/sanitize-html": "2.3.0", + "@types/sanitize-html": "2.3.1", "@types/twemoji": "12.1.1", "@types/url-regex-safe": "1.0.0", "@typescript-eslint/eslint-plugin": "4.22.0", diff --git a/yarn.lock b/yarn.lock index 489eded..114a0d7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1098,10 +1098,10 @@ "@types/scheduler" "*" csstype "^3.0.2" -"@types/sanitize-html@2.3.0": - version "2.3.0" - resolved "https://registry.yarnpkg.com/@types/sanitize-html/-/sanitize-html-2.3.0.tgz#bf6555bf233b8325e2068d83a75903f4c5e6d465" - integrity sha512-q+Xg5t8Yn0KeomXMyVMoxtKyvh2u1ywkPqFlMy/5luF8D+DN+HhFN9pesJ6BsuoLuDCukR8p922KkCZnkTHOpg== +"@types/sanitize-html@2.3.1": + version "2.3.1" + resolved "https://registry.yarnpkg.com/@types/sanitize-html/-/sanitize-html-2.3.1.tgz#094d696b83b7394b016e96342bbffa6a028795ce" + integrity sha512-+UT/XRluJuCunRftwO6OzG6WOBgJ+J3sROIoSJWX+7PB2FtTJTEJLrHCcNwzCQc0r60bej3WAbaigK+VZtZCGw== dependencies: htmlparser2 "^6.0.0" From 63a6ba44f782e206bc24db02f0fdc75858851bee Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 28 Apr 2021 16:12:20 +0900 Subject: [PATCH 07/15] fix(deps): update dependency postcss to v8.2.13 (#333) Co-authored-by: Renovate Bot --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 5ed476f..4d1744d 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "next-session": "3.4.0", "node-emoji": "1.10.0", "nprogress": "0.2.0", - "postcss": "8.2.10", + "postcss": "8.2.13", "postcss-preset-env": "6.7.0", "react": "17.0.2", "react-dom": "17.0.2", diff --git a/yarn.lock b/yarn.lock index 114a0d7..91ee22b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6390,10 +6390,10 @@ postcss@8.1.7: nanoid "^3.1.16" source-map "^0.6.1" -postcss@8.2.10: - version "8.2.10" - resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.2.10.tgz#ca7a042aa8aff494b334d0ff3e9e77079f6f702b" - integrity sha512-b/h7CPV7QEdrqIxtAf2j31U5ef05uBDuvoXv6L51Q4rcS1jdlXAVKJv+atCFdUXYl9dyTHGyoMzIepwowRJjFw== +postcss@8.2.13: + version "8.2.13" + resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.2.13.tgz#dbe043e26e3c068e45113b1ed6375d2d37e2129f" + integrity sha512-FCE5xLH+hjbzRdpbRb1IMCvPv9yZx2QnDarBEYSN0N0HYk+TcXsEhwdFcFb+SRWOKzKGErhIEbBK2ogyLdTtfQ== dependencies: colorette "^1.2.2" nanoid "^3.1.22" From 0cf4a482b9f2f89030a76bdcb25c19e3e67932dc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 28 Apr 2021 16:12:40 +0900 Subject: [PATCH 08/15] fix(deps): update dependency tailwindcss to v2.1.2 (#334) Co-authored-by: Renovate Bot --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 4d1744d..9a7113a 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "react-sortable-hoc": "2.0.0", "react-use-clipboard": "1.0.7", "sanitize-html": "2.3.3", - "tailwindcss": "2.1.1", + "tailwindcss": "2.1.2", "tlru": "1.0.2", "twemoji": "13.0.2", "url-regex-safe": "2.0.2", diff --git a/yarn.lock b/yarn.lock index 91ee22b..842c9fe 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7720,10 +7720,10 @@ tailwind-classes-sorter@^0.2.5: dependencies: find-up "^5.0.0" -tailwindcss@2.1.1: - version "2.1.1" - resolved "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-2.1.1.tgz#642f6038c9283a8e1454da34585b8b7c1a1e8877" - integrity sha512-zZ6axGqpSZOCBS7wITm/WNHkBzDt5CIZlDlx0eCVldwTxFPELCVGbgh7Xpb3/kZp3cUxOmK7bZUjqhuMrbN6xQ== +tailwindcss@2.1.2: + version "2.1.2" + resolved "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-2.1.2.tgz#29402bf73a445faedd03df6d3b177e7b52b7c4a1" + integrity sha512-T5t+wwd+/hsOyRw2HJuFuv0LTUm3MUdHm2DJ94GPVgzqwPPFa9XxX0KlwLWupUuiOUj6uiKURCzYPHFcuPch/w== dependencies: "@fullhuman/postcss-purgecss" "^3.1.3" bytes "^3.0.0" From d968d232cb4c8d12cd40c575966383db38313b60 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 28 Apr 2021 16:12:57 +0900 Subject: [PATCH 09/15] chore(deps): update dependency eslint to v7.25.0 (#335) Co-authored-by: Renovate Bot --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 9a7113a..e4002f9 100644 --- a/package.json +++ b/package.json @@ -80,7 +80,7 @@ "@types/url-regex-safe": "1.0.0", "@typescript-eslint/eslint-plugin": "4.22.0", "@typescript-eslint/parser": "4.22.0", - "eslint": "7.24.0", + "eslint": "7.25.0", "eslint-config-prettier": "8.2.0", "eslint-plugin-jsx-a11y": "6.4.1", "eslint-plugin-prettier": "3.4.0", diff --git a/yarn.lock b/yarn.lock index 842c9fe..99e7ba6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2963,10 +2963,10 @@ eslint-visitor-keys@^2.0.0: resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.0.0.tgz#21fdc8fbcd9c795cc0321f0563702095751511a8" integrity sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ== -eslint@7.24.0: - version "7.24.0" - resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.24.0.tgz#2e44fa62d93892bfdb100521f17345ba54b8513a" - integrity sha512-k9gaHeHiFmGCDQ2rEfvULlSLruz6tgfA8DEn+rY9/oYPFFTlz55mM/Q/Rij1b2Y42jwZiK3lXvNTw6w6TXzcKQ== +eslint@7.25.0: + version "7.25.0" + resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.25.0.tgz#1309e4404d94e676e3e831b3a3ad2b050031eb67" + integrity sha512-TVpSovpvCNpLURIScDRB6g5CYu/ZFq9GfX2hLNIV4dSBKxIWojeDODvYl3t0k0VtMxYeR8OXPCFE5+oHMlGfhw== dependencies: "@babel/code-frame" "7.12.11" "@eslint/eslintrc" "^0.4.0" From efd79c035f3d3b9acc1216e42af23b3223d1097a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 28 Apr 2021 16:13:15 +0900 Subject: [PATCH 10/15] fix(deps): update dependency @sentry/webpack-plugin to v1.15.1 (#332) Co-authored-by: Renovate Bot --- package.json | 2 +- yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index e4002f9..1ac075d 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "@sentry/browser": "6.2.5", "@sentry/integrations": "6.2.5", "@sentry/node": "6.2.5", - "@sentry/webpack-plugin": "1.15.0", + "@sentry/webpack-plugin": "1.15.1", "@types/nprogress": "0.2.0", "abort-controller": "3.0.0", "autoprefixer": "10.2.5", diff --git a/yarn.lock b/yarn.lock index 99e7ba6..ea1db73 100644 --- a/yarn.lock +++ b/yarn.lock @@ -740,10 +740,10 @@ "@sentry/utils" "6.2.5" tslib "^1.9.3" -"@sentry/cli@^1.63.1": - version "1.63.2" - resolved "https://registry.yarnpkg.com/@sentry/cli/-/cli-1.63.2.tgz#b0f7fefe3c13efc5c57bb6ec042cc2b693476bd3" - integrity sha512-oG1Cg85BI/sc7MjgmShmCp0feB+LDi7XZKpiUggrOUVUgcWy4o+hkmESAwNCJsIXg0mW8TTCjmRFU8b836c+Mw== +"@sentry/cli@^1.64.1": + version "1.64.1" + resolved "https://registry.yarnpkg.com/@sentry/cli/-/cli-1.64.1.tgz#632565d8f8b40ada51333ae38b7001ef35457a0b" + integrity sha512-G+TzOSG+58fG3f5uYvPXweK65f1sP/8MWSEuRmJE4P0JJTTXQI6WErvrqrhfR5F7UVvGzltEbpc8rvO7N3+88A== dependencies: https-proxy-agent "^5.0.0" mkdirp "^0.5.5" @@ -830,12 +830,12 @@ "@sentry/types" "6.2.5" tslib "^1.9.3" -"@sentry/webpack-plugin@1.15.0": - version "1.15.0" - resolved "https://registry.yarnpkg.com/@sentry/webpack-plugin/-/webpack-plugin-1.15.0.tgz#c7f9eafbbace1929c3fb81bb720fc0d7e8b4f86d" - integrity sha512-KHVug+xI+KH/xCL7otWcRRszw0rt6i/BCH5F8+6/njz2gCBrYQOzdMvzWm4GeXZUuw5ekgycYaUhDs1/6enjuQ== +"@sentry/webpack-plugin@1.15.1": + version "1.15.1" + resolved "https://registry.yarnpkg.com/@sentry/webpack-plugin/-/webpack-plugin-1.15.1.tgz#deb014fce8c1b51811100f25ec9050dd03addd9b" + integrity sha512-/Z06MJDXyWcN2+CbeDTMDwVzySjgZWQajOke773TvpkgqdtkeT1eYBsA+pfsje+ZE1prEgrZdlH/L9HdM1odnQ== dependencies: - "@sentry/cli" "^1.63.1" + "@sentry/cli" "^1.64.1" "@sinonjs/commons@^1.7.0": version "1.8.3" From 79a2edf6adb311eb681cf572d1b7e96a22f2c6a4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 28 Apr 2021 16:13:50 +0900 Subject: [PATCH 11/15] chore(deps): update dependency @types/node to v14.14.43 (#339) Co-authored-by: Renovate Bot --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 1ac075d..c998098 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ "@types/jest": "26.0.22", "@types/josa": "3.0.2", "@types/jsonwebtoken": "8.5.1", - "@types/node": "14.14.41", + "@types/node": "14.14.43", "@types/node-emoji": "1.8.1", "@types/node-fetch": "2.5.10", "@types/react": "17.0.3", diff --git a/yarn.lock b/yarn.lock index ea1db73..f8317e0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1030,10 +1030,10 @@ resolved "https://registry.yarnpkg.com/@types/node/-/node-14.14.37.tgz#a3dd8da4eb84a996c36e331df98d82abd76b516e" integrity sha512-XYmBiy+ohOR4Lh5jE379fV2IU+6Jn4g5qASinhitfyO71b/sCo6MKsMLF5tc7Zf2CE8hViVQyYSobJNke8OvUw== -"@types/node@14.14.41": - version "14.14.41" - resolved "https://registry.yarnpkg.com/@types/node/-/node-14.14.41.tgz#d0b939d94c1d7bd53d04824af45f1139b8c45615" - integrity sha512-dueRKfaJL4RTtSa7bWeTK1M+VH+Gns73oCgzvYfHZywRCoPSd8EkXBL0mZ9unPTveBn+D9phZBaxuzpwjWkW0g== +"@types/node@14.14.43": + version "14.14.43" + resolved "https://registry.yarnpkg.com/@types/node/-/node-14.14.43.tgz#26bcbb0595b305400e8ceaf9a127a7f905ae49c8" + integrity sha512-3pwDJjp1PWacPTpH0LcfhgjvurQvrZFBrC6xxjaUEZ7ifUtT32jtjPxEMMblpqd2Mvx+k8haqQJLQxolyGN/cQ== "@types/normalize-package-data@^2.4.0": version "2.4.0" From 64f308fa1cc8692a782ed55aa83beb97b15dc10e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 28 Apr 2021 16:15:07 +0900 Subject: [PATCH 12/15] chore(deps): update dependency @types/jest to v26.0.23 (#337) Co-authored-by: Renovate Bot --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index c998098..4d9533b 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "@types/core-js": "2.5.4", "@types/emoji-mart": "3.0.4", "@types/express-rate-limit": "5.1.1", - "@types/jest": "26.0.22", + "@types/jest": "26.0.23", "@types/josa": "3.0.2", "@types/jsonwebtoken": "8.5.1", "@types/node": "14.14.43", diff --git a/yarn.lock b/yarn.lock index f8317e0..f86bcef 100644 --- a/yarn.lock +++ b/yarn.lock @@ -977,10 +977,10 @@ dependencies: "@types/istanbul-lib-report" "*" -"@types/jest@26.0.22": - version "26.0.22" - resolved "https://registry.yarnpkg.com/@types/jest/-/jest-26.0.22.tgz#8308a1debdf1b807aa47be2838acdcd91e88fbe6" - integrity sha512-eeWwWjlqxvBxc4oQdkueW5OF/gtfSceKk4OnOAGlUSwS/liBRtZppbJuz1YkgbrbfGOoeBHun9fOvXnjNwrSOw== +"@types/jest@26.0.23": + version "26.0.23" + resolved "https://registry.yarnpkg.com/@types/jest/-/jest-26.0.23.tgz#a1b7eab3c503b80451d019efb588ec63522ee4e7" + integrity sha512-ZHLmWMJ9jJ9PTiT58juykZpL7KjwJywFN3Rr2pTSkyQfydf/rk22yS7W8p5DaVUMQ2BQC7oYiU3FjbTM/mYrOA== dependencies: jest-diff "^26.0.0" pretty-format "^26.0.0" From 05e3d72dac4454ac68c64256aa0fba210812bbc6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 28 Apr 2021 16:32:12 +0900 Subject: [PATCH 13/15] chore(deps): update dependency eslint-config-prettier to v8.3.0 (#336) Co-authored-by: Renovate Bot --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 4d9533b..cfe2c89 100644 --- a/package.json +++ b/package.json @@ -81,7 +81,7 @@ "@typescript-eslint/eslint-plugin": "4.22.0", "@typescript-eslint/parser": "4.22.0", "eslint": "7.25.0", - "eslint-config-prettier": "8.2.0", + "eslint-config-prettier": "8.3.0", "eslint-plugin-jsx-a11y": "6.4.1", "eslint-plugin-prettier": "3.4.0", "eslint-plugin-react": "7.23.2", diff --git a/yarn.lock b/yarn.lock index f86bcef..58f2c83 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2886,10 +2886,10 @@ escodegen@^2.0.0: optionalDependencies: source-map "~0.6.1" -eslint-config-prettier@8.2.0: - version "8.2.0" - resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-8.2.0.tgz#78de77d63bca8e9e59dae75a614b5299925bb7b3" - integrity sha512-dWV9EVeSo2qodOPi1iBYU/x6F6diHv8uujxbxr77xExs3zTAlNXvVZKiyLsQGNz7yPV2K49JY5WjPzNIuDc2Bw== +eslint-config-prettier@8.3.0: + version "8.3.0" + resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-8.3.0.tgz#f7471b20b6fe8a9a9254cc684454202886a2dd7a" + integrity sha512-BgZuLUSeKzvlL/VUjx/Yb787VQ26RU3gGjA3iiFvdsp/2bMfVIWUVP7tjxtjS0e+HP409cPlPvNkQloz8C91ew== eslint-plugin-jsx-a11y@6.4.1: version "6.4.1" From 9d1113d248bc5b498b12b51195793450f0c95f8a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 28 Apr 2021 16:32:29 +0900 Subject: [PATCH 14/15] chore(deps): update dependency @types/react to v17.0.4 (#338) Co-authored-by: Renovate Bot --- package.json | 2 +- yarn.lock | 11 ++++++++++- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index cfe2c89..c552e26 100644 --- a/package.json +++ b/package.json @@ -73,7 +73,7 @@ "@types/node": "14.14.43", "@types/node-emoji": "1.8.1", "@types/node-fetch": "2.5.10", - "@types/react": "17.0.3", + "@types/react": "17.0.4", "@types/react-select": "4.0.15", "@types/sanitize-html": "2.3.1", "@types/twemoji": "12.1.1", diff --git a/yarn.lock b/yarn.lock index 58f2c83..6488e03 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1089,7 +1089,7 @@ dependencies: "@types/react" "*" -"@types/react@*", "@types/react@17.0.3": +"@types/react@*": version "17.0.3" resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.3.tgz#ba6e215368501ac3826951eef2904574c262cc79" integrity sha512-wYOUxIgs2HZZ0ACNiIayItyluADNbONl7kt8lkLjVK8IitMH5QMyAh75Fwhmo37r1m7L2JaFj03sIfxBVDvRAg== @@ -1098,6 +1098,15 @@ "@types/scheduler" "*" csstype "^3.0.2" +"@types/react@17.0.4": + version "17.0.4" + resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.4.tgz#a67c6f7a460d2660e950d9ccc1c2f18525c28220" + integrity sha512-onz2BqScSFMoTRdJUZUDD/7xrusM8hBA2Fktk2qgaTYPCgPvWnDEgkrOs8hhPUf2jfcIXkJ5yK6VfYormJS3Jw== + dependencies: + "@types/prop-types" "*" + "@types/scheduler" "*" + csstype "^3.0.2" + "@types/sanitize-html@2.3.1": version "2.3.1" resolved "https://registry.yarnpkg.com/@types/sanitize-html/-/sanitize-html-2.3.1.tgz#094d696b83b7394b016e96342bbffa6a028795ce" From c190dc29509f9216253a48ba72513361ed67a995 Mon Sep 17 00:00:00 2001 From: Junseo Park Date: Wed, 28 Apr 2021 19:24:56 +0900 Subject: [PATCH 15/15] Update utils/ShowdownExtensions.ts Co-authored-by: zero734kr --- utils/ShowdownExtensions.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/ShowdownExtensions.ts b/utils/ShowdownExtensions.ts index 01d1f61..e4b2ba4 100644 --- a/utils/ShowdownExtensions.ts +++ b/utils/ShowdownExtensions.ts @@ -21,7 +21,7 @@ export const anchorHeader = { export const twemoji = { type: 'output', - regex: `${Emoji}{2}|${Emoji}`, + regex: `${Emoji}{1,2}`, replace: function(__match: string, two: string, one: string) { const parsed = __match || two || one const emoj = Twemoji.parse(parsed, { folder: 'svg', ext: '.svg' }) @@ -38,4 +38,4 @@ export const customEmoji = { if(!name || !result) return `:${name}:` return `${name}` } -} \ No newline at end of file +}