upgrading dependencies

This commit is contained in:
Christian Kellner
2025-01-17 22:08:04 +01:00
parent 3903ab59cf
commit b5a96afcc8
2 changed files with 104 additions and 91 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "fredy",
"version": "11.0.2",
"version": "11.0.3",
"description": "[F]ind [R]eal [E]states [d]amn eas[y].",
"scripts": {
"start": "node prod.js",
@@ -50,12 +50,12 @@
"Firefox ESR"
],
"dependencies": {
"@douyinfe/semi-ui": "2.72.3",
"@douyinfe/semi-ui": "2.73.0",
"@rematch/core": "2.2.0",
"@rematch/loading": "2.1.2",
"@sendgrid/mail": "8.1.4",
"@vitejs/plugin-react": "4.3.4",
"better-sqlite3": "^11.7.2",
"better-sqlite3": "^11.8.0",
"body-parser": "1.20.3",
"cheerio": "^1.0.0",
"cookie-session": "2.1.0",
@@ -70,7 +70,7 @@
"node-fetch": "3.3.2",
"node-mailjet": "6.0.6",
"package-up": "^5.0.0",
"puppeteer": "^23.11.1",
"puppeteer": "^24.1.0",
"puppeteer-extra": "^3.3.6",
"puppeteer-extra-plugin-stealth": "^2.11.2",
"query-string": "9.1.1",
@@ -89,18 +89,18 @@
},
"devDependencies": {
"@babel/core": "7.26.0",
"@babel/eslint-parser": "7.25.9",
"@babel/eslint-parser": "7.26.5",
"@babel/preset-env": "7.26.0",
"@babel/preset-react": "7.26.3",
"chai": "5.1.2",
"eslint": "8.56.0",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-react": "7.37.3",
"eslint-plugin-react": "7.37.4",
"esmock": "2.6.9",
"history": "5.3.0",
"husky": "9.1.7",
"less": "4.2.1",
"lint-staged": "15.3.0",
"lint-staged": "15.4.1",
"mocha": "10.8.2",
"prettier": "3.4.2",
"redux-logger": "3.0.6"