Merge branch 'main' into feat/voice

This commit is contained in:
Tristan Yang
2023-03-26 20:32:46 +08:00
3 changed files with 310 additions and 371 deletions
+12 -12
View File
@@ -9,19 +9,19 @@
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.10",
"@react-oauth/google": "^0.9.0",
"@reduxjs/toolkit": "^1.9.3",
"@svgr/webpack": "^6.5.1",
"@svgr/webpack": "^7.0.0",
"@tippyjs/react": "^4.2.6",
"@toast-ui/editor": "^3.2.2",
"@toast-ui/editor-plugin-code-syntax-highlight": "^3.1.0",
"@toast-ui/react-editor": "^3.2.3",
"@types/node": "^18.15.5",
"@types/react": "^18.0.28",
"@types/node": "^18.15.10",
"@types/react": "^18.0.29",
"@types/react-dom": "^18.0.11",
"@udecode/plate": "16.8",
"@uiball/loaders": "^1.2.6",
"agora-rtc-sdk-ng": "^4.17.0",
"bfj": "^7.0.2",
"broadcast-channel": "^4.20.2",
"broadcast-channel": "^5.0.3",
"browserslist": "^4.21.5",
"clsx": "^1.2.1",
"copy-image-clipboard": "^2.1.2",
@@ -39,9 +39,9 @@
"i18next": "^22.4.13",
"i18next-browser-languagedetector": "^7.0.1",
"i18next-http-backend": "^2.2.0",
"linkify-plugin-mention": "^4.1.0",
"linkify-react": "^4.1.0",
"linkifyjs": "^4.1.0",
"linkify-plugin-mention": "^4.1.1",
"linkify-react": "^4.1.1",
"linkifyjs": "^4.1.1",
"localforage": "^1.10.0",
"localforage-setitems": "^1.4.0",
"lodash": "^4.17.21",
@@ -53,7 +53,7 @@
"react-dnd": "16.0.1",
"react-dnd-html5-backend": "16.0.1",
"react-dom": "^18.2.0",
"react-error-boundary": "^4.0.0",
"react-error-boundary": "^4.0.2",
"react-helmet": "^6.1.0",
"react-hot-toast": "^2.4.0",
"react-i18next": "^12.2.0",
@@ -67,17 +67,17 @@
"react-viewport-list": "^7.0.0",
"react-virtuoso": "^4.1.0",
"resolve": "^1.22.1",
"rooks": "^7.8.4",
"rooks": "^7.8.5",
"slate": "^0.91.4",
"slate-history": "^0.86.0",
"slate-react": "^0.91.10",
"slate-react": "^0.92.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",
"webpack": "^5.76.2",
"webpack": "^5.76.3",
"webpack-dev-server": "^4.13.1",
"webpack-manifest-plugin": "^5.0.0",
"workbox-background-sync": "^6.5.4",
@@ -145,7 +145,7 @@
"postcss": "^8.4.21",
"postcss-loader": "^7.1.0",
"postinstall-postinstall": "^2.1.0",
"prettier": "^2.8.6",
"prettier": "^2.8.7",
"tailwindcss": "^3.2.7"
}
}