build: update packages

This commit is contained in:
Tristan Yang
2023-07-14 17:36:56 +08:00
parent eb6cf610a8
commit 2d99413a3c
2 changed files with 133 additions and 84 deletions
+13 -13
View File
@@ -1,6 +1,6 @@
{
"name": "vocechat-web",
"version": "0.4.12",
"version": "0.4.13",
"homepage": "https://voce.chat",
"dependencies": {
"@electron-toolkit/preload": "^2.0.0",
@@ -14,12 +14,12 @@
"@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": "^20.4.1",
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
"@types/node": "^20.4.2",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@udecode/plate": "16.8",
"@uiball/loaders": "^1.3.0",
"agora-rtc-sdk-ng": "^4.18.1",
"agora-rtc-sdk-ng": "^4.18.2",
"bfj": "^7.0.2",
"broadcast-channel": "^5.1.0",
"browserslist": "^4.21.9",
@@ -34,11 +34,11 @@
"eslint": "^8.44.0",
"file-loader": "^6.2.0",
"firebase": "^9.23.0",
"framer-motion": "^10.12.18",
"framer-motion": "^10.12.20",
"fs-extra": "^11.1.1",
"heic2any": "^0.0.4",
"html-webpack-plugin": "^5.5.3",
"i18next": "^23.2.8",
"i18next": "^23.2.11",
"i18next-browser-languagedetector": "^7.1.0",
"i18next-http-backend": "^2.2.1",
"linkify-plugin-mention": "^4.1.1",
@@ -67,7 +67,7 @@
"react-textarea-autosize": "^8.5.2",
"react-use-wizard": "^2.2.1",
"react-viewport-list": "^7.1.1",
"react-virtuoso": "^4.3.11",
"react-virtuoso": "^4.4.0",
"resolve": "^1.22.3",
"rooks": "^7.14.1",
"slate": "^0.94.1",
@@ -79,7 +79,7 @@
"terser-webpack-plugin": "^5.3.9",
"tippy.js": "^6.3.7",
"typescript": "^5.1.6",
"wavesurfer.js": "^7.0.1",
"wavesurfer.js": "^7.0.3",
"webpack": "^5.88.1",
"webpack-dev-server": "^4.15.1",
"webpack-manifest-plugin": "^5.0.0",
@@ -123,7 +123,7 @@
]
},
"devDependencies": {
"@babel/core": "^7.22.8",
"@babel/core": "^7.22.9",
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@ianvs/prettier-plugin-sort-imports": "^4.0.2",
"@types/emoji-mart": "^3.0.9",
@@ -146,11 +146,11 @@
"husky": "^8.0.3",
"lint-staged": "^13.2.3",
"md5-file": "^5.0.0",
"patch-package": "^7.0.1",
"postcss": "^8.4.25",
"patch-package": "^7.0.2",
"postcss": "^8.4.26",
"postcss-loader": "^7.3.3",
"postinstall-postinstall": "^2.1.0",
"prettier": "^3.0.0",
"tailwindcss": "^3.3.2"
"tailwindcss": "^3.3.3"
}
}