diff --git a/.github/assets/koreanbots-en.png b/.github/assets/koreanbots-en.png index fef99f6..d67d19e 100644 Binary files a/.github/assets/koreanbots-en.png and b/.github/assets/koreanbots-en.png differ diff --git a/.github/assets/koreanbots-ko.png b/.github/assets/koreanbots-ko.png index 78e9672..823fd5d 100644 Binary files a/.github/assets/koreanbots-ko.png and b/.github/assets/koreanbots-ko.png differ diff --git a/Dockerfile b/Dockerfile index 42a952e..f1ddb82 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:14.15-alpine +FROM node:14.16-alpine # Create app directory RUN mkdir -p /usr/src/app diff --git a/package.json b/package.json index e54eacc..2385004 100644 --- a/package.json +++ b/package.json @@ -18,14 +18,14 @@ "@sentry/node": "6.2.0", "@sentry/webpack-plugin": "1.14.1", "autoprefixer": "10.2.4", - "badgen": "^3.2.2", + "badgen": "3.2.2", "cookie": "0.4.1", "core-js": "3.9.0", "csrf": "3.1.0", "dataloader": "2.0.0", "dayjs": "1.10.4", "discord.js": "12.5.1", - "emoji-mart": "3.0.0", + "emoji-mart": "3.0.1", "formik": "2.2.6", "josa": "3.0.1", "jsonwebtoken": "8.5.1", @@ -68,16 +68,16 @@ "@typescript-eslint/eslint-plugin": "4.15.2", "@typescript-eslint/parser": "4.15.2", "eslint": "7.20.0", - "eslint-config-prettier": "8.0.0", + "eslint-config-prettier": "8.1.0", "eslint-plugin-jsx-a11y": "6.4.1", "eslint-plugin-prettier": "3.3.1", "eslint-plugin-react": "7.22.0", "eslint-plugin-react-hooks": "4.2.0", "jest": "26.6.3", "prettier": "2.2.1", - "prettier-plugin-tailwind": "2.2.8", + "prettier-plugin-tailwind": "2.2.9", "ts-jest": "26.5.2", - "typescript": "4.1.5" + "typescript": "4.2.2" }, "license": "AGPL-3.0" } diff --git a/public/emojis/discord.svg b/public/emojis/discord.svg index 65c9fcc..5015c6c 100644 --- a/public/emojis/discord.svg +++ b/public/emojis/discord.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/public/emojis/javascript.png b/public/emojis/javascript.png index 9bca9f3..574e361 100644 Binary files a/public/emojis/javascript.png and b/public/emojis/javascript.png differ diff --git a/public/emojis/python.png b/public/emojis/python.png index a215d68..4c5a84b 100644 Binary files a/public/emojis/python.png and b/public/emojis/python.png differ diff --git a/public/img/default.png b/public/img/default.png index e069370..0f3d6d5 100644 Binary files a/public/img/default.png and b/public/img/default.png differ diff --git a/yarn.lock b/yarn.lock index 61af3e4..5dff551 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1575,7 +1575,7 @@ babel-preset-jest@^26.6.2: babel-plugin-jest-hoist "^26.6.2" babel-preset-current-node-syntax "^1.0.0" -badgen@^3.2.2: +badgen@3.2.2: version "3.2.2" resolved "https://registry.yarnpkg.com/badgen/-/badgen-3.2.2.tgz#7556b520055c4952ee46229c57d7a1cc71a85748" integrity sha512-MfBNhOzp+qbTg/3BAeaK1g+VE3uZ0CRfqMyrfyI3JUBz7b+DwxrZbYQdz5JQnibRih9YOVzXuVJl3A3xaWXfFQ== @@ -2676,10 +2676,10 @@ emittery@^0.7.1: resolved "https://registry.yarnpkg.com/emittery/-/emittery-0.7.2.tgz#25595908e13af0f5674ab419396e2fb394cdfa82" integrity sha512-A8OG5SR/ij3SsJdWDJdkkSYUjQdCUx6APQXem0SaEePBSRg4eymGYwBkKo1Y6DU+af/Jn2dBQqDBvjnr9Vi8nQ== -emoji-mart@3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/emoji-mart/-/emoji-mart-3.0.0.tgz#eca24a04881e27752a6921e09f65a86ce8539a50" - integrity sha512-r5DXyzOLJttdwRYfJmPq/XL3W5tiAE/VsRnS0Hqyn27SqPA/GOYwVUSx50px/dXdJyDSnvmoPbuJ/zzhwSaU4A== +emoji-mart@3.0.1: + version "3.0.1" + resolved "https://registry.yarnpkg.com/emoji-mart/-/emoji-mart-3.0.1.tgz#9ce86706e02aea0506345f98464814a662ca54c6" + integrity sha512-sxpmMKxqLvcscu6mFn9ITHeZNkGzIvD0BSNFE/LJESPbCA8s1jM6bCDPjWbV31xHq7JXaxgpHxLB54RCbBZSlg== dependencies: "@babel/runtime" "^7.0.0" prop-types "^15.6.0" @@ -2811,10 +2811,10 @@ escodegen@^1.14.1: optionalDependencies: source-map "~0.6.1" -eslint-config-prettier@8.0.0: - version "8.0.0" - resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-8.0.0.tgz#024d661444319686c588c8849c8da33815dbdb1c" - integrity sha512-5EaAVPsIHu+grmm5WKjxUia4yHgRrbkd8I0ffqUSwixCPMVBrbS97UnzlEY/Q7OWo584vgixefM0kJnUfo/VjA== +eslint-config-prettier@8.1.0: + version "8.1.0" + resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-8.1.0.tgz#4ef1eaf97afe5176e6a75ddfb57c335121abc5a6" + integrity sha512-oKMhGv3ihGbCIimCAjqkdzx2Q+jthoqnXSP+d86M9tptwugycmTFdVR4IpLgq2c4SHifbwO90z2fQ8/Aio73yw== eslint-plugin-jsx-a11y@6.4.1: version "6.4.1" @@ -6331,10 +6331,10 @@ prettier-linter-helpers@^1.0.0: dependencies: fast-diff "^1.1.2" -prettier-plugin-tailwind@2.2.8: - version "2.2.8" - resolved "https://registry.yarnpkg.com/prettier-plugin-tailwind/-/prettier-plugin-tailwind-2.2.8.tgz#6e25544a9ca94f671a1befc0133992a6f7f8f7ad" - integrity sha512-0ViHn1LnRrPj09FXa1bbZF49ybctmDfnZjPI3Iy9jIL3+ZpD/TnbSgAy18xmy8SYw1EsAq5kyOXmOghc8+WipQ== +prettier-plugin-tailwind@2.2.9: + version "2.2.9" + resolved "https://registry.yarnpkg.com/prettier-plugin-tailwind/-/prettier-plugin-tailwind-2.2.9.tgz#c1c00e6cd6b69a9d50a5037cb2b284ba22526e90" + integrity sha512-qcAX2RMkx9EgwN1UBaj7E3LTHM38wba6ZqQ014+2aP2DbcXHuRKkwBY/wziv4gT5t7crpxjTfamCw3NToKFoNg== dependencies: prettier "^2.1.2" tailwind-classes-sorter "^0.2.5" @@ -7885,10 +7885,10 @@ typedarray-to-buffer@^3.1.5: dependencies: is-typedarray "^1.0.0" -typescript@4.1.5: - version "4.1.5" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.1.5.tgz#123a3b214aaff3be32926f0d8f1f6e704eb89a72" - integrity sha512-6OSu9PTIzmn9TCDiovULTnET6BgXtDYL4Gg4szY+cGsc3JP1dQL8qvE8kShTRx1NIw4Q9IBHlwODjkjWEtMUyA== +typescript@4.2.2: + version "4.2.2" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.2.2.tgz#1450f020618f872db0ea17317d16d8da8ddb8c4c" + integrity sha512-tbb+NVrLfnsJy3M59lsDgrzWIflR4d4TIUjz+heUnHZwdF7YsrMTKoRERiIvI2lvBG95dfpLxB21WZhys1bgaQ== uid-safe@2.1.5: version "2.1.5"