refactor: new send input
This commit is contained in:
+19
-20
@@ -4,7 +4,7 @@
|
||||
"private": true,
|
||||
"homepage": "http://privoce.rustchat.com",
|
||||
"dependencies": {
|
||||
"@babel/core": "^7.17.5",
|
||||
"@babel/core": "^7.17.8",
|
||||
"@metamask/onboarding": "^1.0.1",
|
||||
"@microsoft/fetch-event-source": "^2.0.1",
|
||||
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.4",
|
||||
@@ -18,21 +18,20 @@
|
||||
"babel-plugin-named-asset-import": "^0.3.8",
|
||||
"babel-preset-react-app": "^10.0.1",
|
||||
"bfj": "^7.0.2",
|
||||
"browserslist": "^4.20.0",
|
||||
"browserslist": "^4.20.2",
|
||||
"camelcase": "^6.3.0",
|
||||
"case-sensitive-paths-webpack-plugin": "^2.4.0",
|
||||
"css-loader": "^6.7.1",
|
||||
"css-minimizer-webpack-plugin": "^3.4.1",
|
||||
"dayjs": "^1.10.8",
|
||||
"dayjs": "^1.11.0",
|
||||
"dotenv": "^16.0.0",
|
||||
"dotenv-expand": "^8.0.1",
|
||||
"dotenv-expand": "^8.0.3",
|
||||
"emoji-mart": "^3.0.1",
|
||||
"eslint": "^8.10.0",
|
||||
"event-source-polyfill": "^1.0.25",
|
||||
"eslint": "^8.11.0",
|
||||
"event-source-polyfill": "^1.0.26",
|
||||
"file-loader": "^6.2.0",
|
||||
"firebase": "^9.6.8",
|
||||
"firebase": "^9.6.9",
|
||||
"fs-extra": "^10.0.1",
|
||||
"github-markdown-css": "^5.1.0",
|
||||
"html-webpack-plugin": "^5.5.0",
|
||||
"linkify-it": "^3.0.3",
|
||||
"localforage": "^1.10.0",
|
||||
@@ -48,21 +47,21 @@
|
||||
"react-icons": "^4.3.1",
|
||||
"react-linkify": "^1.0.0-alpha",
|
||||
"react-markdown": "^8.0.1",
|
||||
"react-mde": "^11.5.0",
|
||||
"react-redux": "^7.2.6",
|
||||
"react-refresh": "^0.11.0",
|
||||
"react-router-dom": "6",
|
||||
"react-textarea-autosize": "^8.3.3",
|
||||
"react-window": "^1.8.6",
|
||||
"remark-gfm": "^3.0.1",
|
||||
"remark-slate": "^1.8.5",
|
||||
"resolve": "^1.22.0",
|
||||
"rich-markdown-editor": "^11.21.3",
|
||||
"rooks": "^5.10.2",
|
||||
"rooks": "^5.10.3",
|
||||
"semver": "^7.3.5",
|
||||
"showdown": "^2.0.3",
|
||||
"slate": "^0.73.1",
|
||||
"slate": "^0.75.0",
|
||||
"slate-auto-replace": "^0.12.1",
|
||||
"slate-history": "^0.66.0",
|
||||
"slate-react": "^0.74.2",
|
||||
"slate-react": "^0.75.0",
|
||||
"source-map-loader": "^3.0.1",
|
||||
"style-loader": "^3.3.1",
|
||||
"styled-components": "^5.3.3",
|
||||
@@ -102,21 +101,21 @@
|
||||
]
|
||||
},
|
||||
"devDependencies": {
|
||||
"@commitlint/cli": "^16.2.1",
|
||||
"@commitlint/cli": "^16.2.3",
|
||||
"@commitlint/config-conventional": "^16.2.1",
|
||||
"autoprefixer": "^10.4.2",
|
||||
"autoprefixer": "^10.4.4",
|
||||
"eslint-config-prettier": "^8.5.0",
|
||||
"eslint-plugin-import": "^2.25.4",
|
||||
"eslint-plugin-prettier": "^4.0.0",
|
||||
"eslint-plugin-react": "^7.29.3",
|
||||
"eslint-plugin-react": "^7.29.4",
|
||||
"eslint-plugin-react-hooks": "^4.3.0",
|
||||
"gh-pages": "^3.2.3",
|
||||
"husky": "^7.0.4",
|
||||
"lint-staged": "^12.3.5",
|
||||
"postcss": "^8.4.8",
|
||||
"lint-staged": "^12.3.7",
|
||||
"postcss": "^8.4.12",
|
||||
"postcss-flexbugs-fixes": "^5.0.2",
|
||||
"postcss-loader": "^6.2.1",
|
||||
"postcss-preset-env": "^7.4.2",
|
||||
"prettier": "^2.5.1"
|
||||
"postcss-preset-env": "^7.4.3",
|
||||
"prettier": "^2.6.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user