build: update packages

This commit is contained in:
Tristan Yang
2023-09-05 09:06:01 +08:00
parent cae1938a91
commit 19fd19f627
2 changed files with 241 additions and 228 deletions
+14 -14
View File
@@ -1,6 +1,6 @@
{
"name": "vocechat-web",
"version": "0.5.4",
"version": "0.5.7",
"homepage": "https://voce.chat",
"dependencies": {
"@emoji-mart/react": "^1.1.1",
@@ -24,15 +24,15 @@
"css-minimizer-webpack-plugin": "^5.0.1",
"dayjs": "^1.11.9",
"emoji-mart": "5.5.2",
"eslint": "^8.47.0",
"firebase": "^10.2.0",
"framer-motion": "^10.16.1",
"eslint": "^8.48.0",
"firebase": "^10.3.1",
"framer-motion": "^10.16.3",
"fs-extra": "^11.1.1",
"heic2any": "^0.0.4",
"html-webpack-plugin": "^5.5.3",
"i18next": "^23.4.5",
"i18next": "^23.4.6",
"i18next-browser-languagedetector": "^7.1.0",
"i18next-http-backend": "^2.2.1",
"i18next-http-backend": "^2.2.2",
"linkify-plugin-mention": "^4.1.1",
"linkify-react": "^4.1.1",
"linkifyjs": "^4.1.1",
@@ -50,7 +50,7 @@
"react-error-boundary": "^4.0.11",
"react-helmet": "^6.1.0",
"react-hot-toast": "^2.4.1",
"react-i18next": "^13.2.0",
"react-i18next": "^13.2.2",
"react-redux": "^8.1.2",
"react-refresh": "0.14.0",
"react-router-dom": "^6.15.0",
@@ -69,7 +69,7 @@
"terser-webpack-plugin": "^5.3.9",
"tippy.js": "^6.3.7",
"typescript": "^5.2.2",
"wavesurfer.js": "^7.1.5",
"wavesurfer.js": "^7.2.1",
"webpack": "^5.88.2",
"webpack-dev-server": "^4.15.1",
"webpack-manifest-plugin": "^5.0.0",
@@ -105,18 +105,18 @@
]
},
"devDependencies": {
"@babel/core": "^7.22.11",
"@babel/core": "^7.22.15",
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@ianvs/prettier-plugin-sort-imports": "^4.1.0",
"@types/emoji-mart": "^3.0.9",
"@types/masonry-layout": "^4.2.5",
"@types/node": "^20.5.6",
"@types/node": "^20.5.9",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"@types/react-helmet": "^6.1.6",
"@types/react-syntax-highlighter": "^15.5.7",
"@typescript-eslint/eslint-plugin": "^6.4.1",
"@typescript-eslint/parser": "^6.4.1",
"@typescript-eslint/eslint-plugin": "^6.6.0",
"@typescript-eslint/parser": "^6.6.0",
"@welldone-software/why-did-you-render": "^7.0.1",
"autoprefixer": "^10.4.15",
"babel-loader": "^9.1.3",
@@ -130,10 +130,10 @@
"gh-pages": "^6.0.0",
"md5-file": "^5.0.0",
"patch-package": "^8.0.0",
"postcss": "^8.4.28",
"postcss": "^8.4.29",
"postcss-loader": "^7.3.3",
"postinstall-postinstall": "^2.1.0",
"prettier": "^3.0.2",
"prettier": "^3.0.3",
"tailwindcss": "^3.3.3"
}
}