Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
aelassas committed Dec 17, 2024
1 parent 732048a commit ed40873
Show file tree
Hide file tree
Showing 8 changed files with 389 additions and 436 deletions.
263 changes: 118 additions & 145 deletions api/package-lock.json

Large diffs are not rendered by default.

24 changes: 12 additions & 12 deletions api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
"author": "",
"license": "ISC",
"dependencies": {
"@babel/cli": "^7.25.9",
"@babel/cli": "^7.26.4",
"@babel/core": "^7.26.0",
"@babel/plugin-transform-modules-commonjs": "^7.25.9",
"@babel/plugin-transform-modules-commonjs": "^7.26.3",
"@babel/preset-env": "^7.26.0",
"@babel/preset-typescript": "^7.26.0",
"@types/bcrypt": "^5.0.2",
Expand All @@ -29,11 +29,11 @@
"@types/express": "^4.17.21",
"@types/jest": "^29.5.14",
"@types/multer": "^1.4.12",
"@types/node": "^22.10.1",
"@types/node": "^22.10.2",
"@types/nodemailer": "^6.4.17",
"@types/supertest": "^6.0.2",
"@types/validator": "^13.12.2",
"axios": "^1.7.8",
"axios": "^1.7.9",
"babel-jest": "^29.7.0",
"babel-plugin-add-import-extension": "^1.6.0",
"babel-plugin-module-resolver": "^5.0.2",
Expand All @@ -42,15 +42,15 @@
"cookie-parser": "^1.4.7",
"cors": "^2.8.5",
"cross-env": "^7.0.3",
"dotenv": "^16.4.5",
"dotenv": "^16.4.7",
"escape-string-regexp": "^5.0.0",
"expo-server-sdk": "^3.12.0",
"express": "^4.21.1",
"expo-server-sdk": "^3.13.0",
"express": "^4.21.2",
"helmet": "^8.0.0",
"i18n-js": "^4.5.0",
"i18n-js": "^4.5.1",
"jest": "^29.7.0",
"jose": "^5.9.6",
"mongoose": "^8.8.3",
"mongoose": "^8.9.1",
"multer": "^1.4.5-lts.1",
"nanoid": "^5.0.9",
"nocache": "^4.0.0",
Expand All @@ -63,12 +63,12 @@
"winston": "^3.17.0"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^8.16.0",
"@typescript-eslint/parser": "^8.16.0",
"@typescript-eslint/eslint-plugin": "^8.18.1",
"@typescript-eslint/parser": "^8.18.1",
"eslint": "^8.57.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.31.0",
"nodemon": "^3.1.7",
"nodemon": "^3.1.9",
"npm-check-updates": "^17.1.11",
"tsx": "^4.19.2"
}
Expand Down
132 changes: 66 additions & 66 deletions backend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 12 additions & 12 deletions backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,18 @@
"stylelint:fix": "stylelint \"src/**/*.css\" --fix"
},
"dependencies": {
"@emotion/react": "^11.13.5",
"@emotion/styled": "^11.13.5",
"@mui/icons-material": "^6.1.10",
"@mui/material": "^6.1.10",
"@mui/x-data-grid": "^7.23.1",
"@mui/x-date-pickers": "^7.23.1",
"@types/node": "^22.10.1",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@mui/icons-material": "^6.2.0",
"@mui/material": "^6.2.0",
"@mui/x-data-grid": "^7.23.2",
"@mui/x-date-pickers": "^7.23.2",
"@types/node": "^22.10.2",
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.1",
"@types/react-dom": "^19.0.2",
"@types/validator": "^13.12.2",
"@typescript-eslint/eslint-plugin": "^8.17.0",
"@typescript-eslint/parser": "^8.17.0",
"@typescript-eslint/eslint-plugin": "^8.18.1",
"@typescript-eslint/parser": "^8.18.1",
"@vitejs/plugin-react": "^4.3.4",
"axios": "^1.7.9",
"cross-env": "^7.0.3",
Expand All @@ -39,15 +39,15 @@
"react-dom": "^19.0.0",
"react-localization": "^1.0.19",
"react-router-dom": "^7.0.2",
"react-toastify": "^10.0.6",
"react-toastify": "^11.0.0",
"typescript": "^5.2.2",
"validator": "^13.12.0",
"vite": "^6.0.3"
},
"devDependencies": {
"eslint-config-airbnb": "^19.0.4",
"npm-check-updates": "^17.1.11",
"stylelint": "^16.11.0",
"stylelint": "^16.12.0",
"stylelint-config-standard": "^36.0.1"
}
}
1 change: 0 additions & 1 deletion backend/src/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ import { strings as commonStrings } from '@/lang/common'
import env from '@/config/env.config'
import App from '@/App'

import 'react-toastify/dist/ReactToastify.min.css'
import '@/assets/css/common.css'
import '@/assets/css/index.css'

Expand Down
Loading

0 comments on commit ed40873

Please sign in to comment.