fixing notification provider

This commit is contained in:
weakmap@gmail.com
2023-09-27 17:45:38 +02:00
parent fbad4456d7
commit 17b4bad2e4
8 changed files with 222 additions and 135 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "fredy",
"version": "7.3.2",
"version": "7.4.0",
"description": "[F]ind [R]eal [E]states [d]amn eas[y].",
"scripts": {
"start": "node index.js",
@@ -55,11 +55,11 @@
"Firefox ESR"
],
"dependencies": {
"@douyinfe/semi-ui": "2.42.4",
"@douyinfe/semi-ui": "2.44.0",
"@rematch/core": "2.2.0",
"@rematch/loading": "2.1.2",
"@sendgrid/mail": "7.7.0",
"@vitejs/plugin-react": "4.0.4",
"@vitejs/plugin-react": "4.1.0",
"better-sqlite3": "8.6.0",
"body-parser": "1.20.2",
"cookie-session": "2.0.0",
@@ -88,21 +88,21 @@
"x-ray": "2.3.4"
},
"devDependencies": {
"@babel/core": "7.22.15",
"@babel/core": "7.23.0",
"@babel/eslint-parser": "7.22.15",
"@babel/preset-env": "7.22.15",
"@babel/preset-env": "7.22.20",
"@babel/preset-react": "7.22.15",
"chai": "4.3.8",
"eslint": "8.48.0",
"chai": "4.3.9",
"eslint": "8.50.0",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-react": "7.33.2",
"esmock": "2.4.0",
"esmock": "2.5.1",
"history": "5.3.0",
"husky": "4.3.8",
"less": "4.2.0",
"lint-staged": "13.2.2",
"mocha": "10.2.0",
"prettier": "2.8.8",
"prettier": "3.0.3",
"redux-logger": "3.0.6"
}
}