upgrading dependencies, fixing immowelt, using hash of price and id as unique identifier for listings

This commit is contained in:
Christian Kellner
2024-09-05 13:34:14 +02:00
parent 1bf012f13e
commit 35feb772d7
15 changed files with 680 additions and 446 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "fredy",
"version": "9.0.0",
"version": "10.0.0",
"description": "[F]ind [R]eal [E]states [d]amn eas[y].",
"scripts": {
"start": "node index.js",
@@ -55,7 +55,7 @@
"Firefox ESR"
],
"dependencies": {
"@douyinfe/semi-ui": "2.62.1",
"@douyinfe/semi-ui": "2.65.0",
"@rematch/core": "2.2.0",
"@rematch/loading": "2.1.2",
"@sendgrid/mail": "8.1.3",
@@ -64,14 +64,14 @@
"body-parser": "1.20.2",
"cookie-session": "2.1.0",
"handlebars": "4.7.8",
"highcharts": "11.4.6",
"highcharts": "11.4.8",
"highcharts-react-official": "3.2.1",
"lodash": "4.17.21",
"lowdb": "6.0.1",
"markdown": "^0.5.0",
"nanoid": "5.0.7",
"node-fetch": "3.3.2",
"node-mailjet": "6.0.5",
"node-mailjet": "6.0.6",
"query-string": "8.2.0",
"react": "18.3.1",
"react-dom": "18.3.1",
@@ -84,24 +84,24 @@
"serve-static": "1.15.0",
"slack": "11.0.2",
"string-similarity": "^4.0.4",
"vite": "5.3.4",
"vite": "5.4.3",
"x-ray": "2.3.4"
},
"devDependencies": {
"@babel/core": "7.24.9",
"@babel/eslint-parser": "7.24.8",
"@babel/preset-env": "7.24.8",
"@babel/core": "7.25.2",
"@babel/eslint-parser": "7.25.1",
"@babel/preset-env": "7.25.4",
"@babel/preset-react": "7.24.7",
"chai": "5.1.1",
"eslint": "8.56.0",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-react": "7.35.0",
"eslint-plugin-react": "7.35.2",
"esmock": "2.6.7",
"history": "5.3.0",
"husky": "4.3.8",
"less": "4.2.0",
"lint-staged": "13.2.2",
"mocha": "10.7.0",
"mocha": "10.7.3",
"prettier": "3.3.3",
"redux-logger": "3.0.6"
}