chore: update dependencies and add .dockerignore file

- Updated MUI packages to version 5.x and x-charts/x-date-pickers to 7.x
- Downgraded React and React-DOM to version 18.3.1
- Added .dockerignore to exclude unnecessary files from Docker context
This commit is contained in:
hamed
2025-12-10 14:06:19 +03:30
parent a8d4d5c090
commit 6f0c29d700
11 changed files with 2838 additions and 2066 deletions
+12 -8
View File
@@ -15,11 +15,11 @@
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@maptiler/sdk": "^3.9.0",
"@mui/icons-material": "^7.3.6",
"@mui/material": "^7.3.6",
"@mui/styled-engine-sc": "^7.3.6",
"@mui/x-charts": "^8.21.0",
"@mui/x-date-pickers": "^8.21.0",
"@mui/icons-material": "^5.18.0",
"@mui/material": "^5.18.0",
"@mui/styled-engine": "^5.18.0",
"@mui/x-charts": "^7.29.1",
"@mui/x-date-pickers": "^7.29.4",
"@next/third-parties": "^15.5.7",
"aos": "^2.3.4",
"axios": "^1.13.2",
@@ -38,8 +38,8 @@
"npm": "^11.7.0",
"qrcode": "^1.5.4",
"qrcode.react": "^4.2.0",
"react": "^19.2.1",
"react-dom": "^19.2.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-easy-crop": "^5.5.6",
"react-google-map-picker": "^1.2.3",
"react-images-uploading": "^3.1.7",
@@ -56,5 +56,9 @@
"postcss": "^8.5.6",
"prettier": "^3.7.4",
"tailwindcss": "^3.4.18"
},
"overrides": {
"react": "^18.3.1",
"react-dom": "^18.3.1"
}
}
}