chore: update packages

This commit is contained in:
Tristan Yang
2022-11-29 23:14:29 +08:00
parent dfb4208984
commit 427d555e08
2 changed files with 204 additions and 20 deletions
+8 -8
View File
@@ -1,6 +1,6 @@
{
"name": "vocechat-web",
"version": "0.3.23",
"version": "0.3.25",
"private": true,
"homepage": "https://voce.chat",
"dependencies": {
@@ -32,7 +32,7 @@
"eslint": "^8.28.0",
"file-loader": "^6.2.0",
"firebase": "^9.14.0",
"fs-extra": "^10.1.0",
"fs-extra": "^11.0.0",
"html-webpack-plugin": "^5.5.0",
"i18next": "^22.0.6",
"i18next-browser-languagedetector": "^7.0.1",
@@ -53,7 +53,7 @@
"react-helmet": "^6.1.0",
"react-hot-toast": "^2.4.0",
"react-i18next": "^12.0.0",
"react-icons": "^4.6.0",
"react-icons": "^4.7.1",
"react-linkify": "^1.0.0-alpha",
"react-redux": "^8.0.5",
"react-refresh": "0.14.0",
@@ -118,18 +118,18 @@
]
},
"devDependencies": {
"@babel/core": "^7.20.2",
"@babel/plugin-proposal-private-property-in-object": "^7.18.6",
"@babel/core": "^7.20.5",
"@babel/plugin-proposal-private-property-in-object": "^7.20.5",
"@commitlint/cli": "^17.3.0",
"@commitlint/config-conventional": "^17.3.0",
"@types/emoji-mart": "^3.0.9",
"@types/masonry-layout": "^4.2.5",
"@types/react-helmet": "^6.1.5",
"@types/react-helmet": "^6.1.6",
"@types/react-linkify": "^1.0.1",
"@types/react-syntax-highlighter": "^15.5.5",
"@types/styled-components": "^5.1.26",
"@typescript-eslint/eslint-plugin": "^5.44.0",
"@typescript-eslint/parser": "^5.44.0",
"@typescript-eslint/eslint-plugin": "^5.45.0",
"@typescript-eslint/parser": "^5.45.0",
"@welldone-software/why-did-you-render": "^7.0.1",
"autoprefixer": "^10.4.13",
"babel-loader": "^9.1.0",