Skip to content

Commit

Permalink
Merge pull request #3 from jordojordo/deps
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
jordojordo authored Oct 14, 2024
2 parents a2e10f2 + 572ebff commit 0962ce1
Show file tree
Hide file tree
Showing 2 changed files with 659 additions and 744 deletions.
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "horusholdings",
"private": true,
"version": "0.2.3",
"version": "0.2.4",
"license": "MIT",
"type": "module",
"packageManager": "pnpm@9.10.0",
"packageManager": "pnpm@9.12.1",
"scripts": {
"dev": "concurrently \"vite\" \"cd ./server && pnpm dev\"",
"build": "tsc -b && vite build",
Expand All @@ -17,27 +17,27 @@
"axios": "^1.7.7",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.26.2"
"react-router-dom": "^6.27.0"
},
"devDependencies": {
"@ant-design/icons": "^5.4.0",
"@types/node": "^20.16.5",
"@types/react": "^18.3.6",
"@types/react-dom": "^18.3.0",
"@ant-design/icons": "^5.5.1",
"@types/node": "^22.7.5",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"@types/react-router-dom": "^5.3.3",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"@vitejs/plugin-react": "^4.3.1",
"antd": "^5.20.6",
"@typescript-eslint/eslint-plugin": "^8.8.1",
"@typescript-eslint/parser": "^8.8.1",
"@vitejs/plugin-react": "^4.3.2",
"antd": "^5.21.3",
"chart.js": "^4.4.4",
"concurrently": "^8.2.2",
"concurrently": "^9.0.1",
"dayjs": "^1.11.13",
"eslint": "^8.57.0",
"eslint-plugin-react": "^7.36.1",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint": "^9.12.0",
"eslint-plugin-react": "^7.37.1",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.12",
"react-chartjs-2": "^5.2.0",
"typescript": "^5.6.2",
"vite": "^5.4.5"
"typescript": "^5.6.3",
"vite": "^5.4.8"
}
}
Loading

0 comments on commit 0962ce1

Please sign in to comment.