Skip to content

Commit

Permalink
upgrading dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
orangecoding committed Jan 26, 2024
1 parent 2d8121a commit 8ce6668
Show file tree
Hide file tree
Showing 2 changed files with 216 additions and 141 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fredy",
"version": "8.0.0",
"version": "8.0.1",
"description": "[F]ind [R]eal [E]states [d]amn eas[y].",
"scripts": {
"start": "node index.js",
Expand Down Expand Up @@ -55,16 +55,16 @@
"Firefox ESR"
],
"dependencies": {
"@douyinfe/semi-ui": "2.49.2",
"@douyinfe/semi-ui": "2.51.3",
"@rematch/core": "2.2.0",
"@rematch/loading": "2.1.2",
"@sendgrid/mail": "8.1.0",
"@vitejs/plugin-react": "4.2.1",
"better-sqlite3": "8.6.0",
"body-parser": "1.20.2",
"cookie-session": "2.0.0",
"cookie-session": "2.1.0",
"handlebars": "4.7.8",
"highcharts": "11.2.0",
"highcharts": "11.3.0",
"highcharts-react-official": "3.2.1",
"lodash": "4.17.21",
"lowdb": "6.0.1",
Expand All @@ -75,7 +75,7 @@
"query-string": "8.1.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-redux": "9.0.4",
"react-redux": "9.1.0",
"react-router": "5.2.1",
"react-router-dom": "5.3.0",
"redux": "5.0.1",
Expand All @@ -84,25 +84,25 @@
"serve-static": "1.15.0",
"slack": "11.0.2",
"string-similarity": "^4.0.4",
"vite": "5.0.10",
"vite": "5.0.12",
"x-ray": "2.3.4"
},
"devDependencies": {
"@babel/core": "7.23.7",
"@babel/eslint-parser": "7.23.3",
"@babel/preset-env": "7.23.7",
"@babel/core": "7.23.9",
"@babel/eslint-parser": "7.23.9",
"@babel/preset-env": "7.23.9",
"@babel/preset-react": "7.23.3",
"chai": "5.0.0",
"chai": "5.0.3",
"eslint": "8.56.0",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-react": "7.33.2",
"esmock": "2.6.0",
"esmock": "2.6.3",
"history": "5.3.0",
"husky": "4.3.8",
"less": "4.2.0",
"lint-staged": "13.2.2",
"mocha": "10.2.0",
"prettier": "3.1.1",
"prettier": "3.2.4",
"redux-logger": "3.0.6"
}
}
Loading

0 comments on commit 8ce6668

Please sign in to comment.