diff --git a/package.json b/package.json index 5aab6bf2..a95aed3a 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "@toast-ui/editor-plugin-code-syntax-highlight": "^3.1.0", "@toast-ui/react-editor": "^3.2.3", "@types/node": "^18.15.11", - "@types/react": "^18.0.31", + "@types/react": "^18.0.33", "@types/react-dom": "^18.0.11", "@udecode/plate": "16.8", "@uiball/loaders": "^1.2.6", @@ -33,10 +33,10 @@ "emoji-mart": "5.5.2", "eslint": "^8.37.0", "file-loader": "^6.2.0", - "firebase": "^9.18.0", + "firebase": "^9.19.1", "fs-extra": "^11.1.1", "html-webpack-plugin": "^5.5.0", - "i18next": "^22.4.13", + "i18next": "^22.4.14", "i18next-browser-languagedetector": "^7.0.1", "i18next-http-backend": "^2.2.0", "linkify-plugin-mention": "^4.1.1", @@ -68,17 +68,17 @@ "react-virtuoso": "^4.1.1", "resolve": "^1.22.1", "rooks": "^7.10.0", - "slate": "^0.91.4", - "slate-history": "^0.86.0", - "slate-react": "^0.92.0", + "slate": "^0.93.0", + "slate-history": "^0.93.0", + "slate-react": "^0.93.0", "source-map-loader": "^4.0.1", "style-loader": "^3.3.2", "styled-components": "^5.3.9", "terser-webpack-plugin": "^5.3.7", "tippy.js": "^6.3.7", - "typescript": "^5.0.2", + "typescript": "^5.0.3", "webpack": "^5.77.0", - "webpack-dev-server": "^4.13.1", + "webpack-dev-server": "^4.13.2", "webpack-manifest-plugin": "^5.0.0", "workbox-background-sync": "^6.5.4", "workbox-broadcast-update": "^6.5.4", @@ -120,13 +120,13 @@ ] }, "devDependencies": { - "@babel/core": "^7.21.3", + "@babel/core": "^7.21.4", "@types/emoji-mart": "^3.0.9", "@types/masonry-layout": "^4.2.5", "@types/react-helmet": "^6.1.6", "@types/react-syntax-highlighter": "^15.5.6", - "@typescript-eslint/eslint-plugin": "^5.57.0", - "@typescript-eslint/parser": "^5.57.0", + "@typescript-eslint/eslint-plugin": "^5.57.1", + "@typescript-eslint/parser": "^5.57.1", "@welldone-software/why-did-you-render": "^7.0.1", "autoprefixer": "^10.4.14", "babel-loader": "^9.1.2", @@ -143,9 +143,9 @@ "md5-file": "^5.0.0", "patch-package": "^6.5.1", "postcss": "^8.4.21", - "postcss-loader": "^7.1.0", + "postcss-loader": "^7.2.3", "postinstall-postinstall": "^2.1.0", "prettier": "^2.8.7", - "tailwindcss": "^3.3.0" + "tailwindcss": "^3.3.1" } } diff --git a/src/common/component/Send/Replying.tsx b/src/common/component/Send/Replying.tsx index 04144eed..d6087167 100644 --- a/src/common/component/Send/Replying.tsx +++ b/src/common/component/Send/Replying.tsx @@ -13,7 +13,7 @@ const renderContent = (data: MessagePayload) => { let res = null; switch (content_type) { case ContentTypes.text: - res = ; + res = ; // res = reactStringReplace(content, /(\s{1}@[0-9]+\s{1})/g, (match, idx) => { // const uid = match.trim().slice(1); // return ; @@ -23,7 +23,7 @@ const renderContent = (data: MessagePayload) => { case ContentTypes.markdown: res = (
- +
); break; diff --git a/src/routes/chat/VoiceChat/VoiceManagement.tsx b/src/routes/chat/VoiceChat/VoiceManagement.tsx index 333e95f9..cbffa124 100644 --- a/src/routes/chat/VoiceChat/VoiceManagement.tsx +++ b/src/routes/chat/VoiceChat/VoiceManagement.tsx @@ -58,7 +58,7 @@ const VoiceManagement = ({ info, setMute, setDeafen, leave }: Props) => { return
  • - {speaking &&
    } + {speaking &&
    }