Skip to content

Commit

Permalink
chore(general): upgrade dependencies (#865)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkue authored Jul 13, 2024
1 parent 12d9dff commit cf7b067
Show file tree
Hide file tree
Showing 7 changed files with 3,868 additions and 3,808 deletions.
46 changes: 23 additions & 23 deletions admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,43 +15,43 @@
"test:playwright:emulator:update": "firebase emulators:exec --project social-income-local --only firestore,auth --config ../firebase.json --import ../seed 'npm run test:playwright:local:update'"
},
"devDependencies": {
"@firebase/rules-unit-testing": "^3.0.2",
"@firebase/rules-unit-testing": "^3.0.3",
"@jest/globals": "^29.7.0",
"@playwright/test": "^1.42.1",
"@playwright/test": "^1.45.1",
"@types/jest": "^29.5.12",
"@types/luxon": "^3.4.2",
"@types/node": "^20.11.30",
"@types/react": "^18.2.73",
"@types/react-dom": "^18.2.23",
"@vitejs/plugin-react": "^4.2.1",
"css-loader": "^6.10.0",
"@types/node": "^20.14.10",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"css-loader": "^7.1.2",
"jest": "^29.7.0",
"process": "^0.11.10",
"style-loader": "^3.3.4",
"ts-jest": "^29.1.2",
"style-loader": "^4.0.0",
"ts-jest": "^29.2.2",
"ts-loader": "^9.5.1",
"ts-node": "^10.9.2",
"typescript": "^5.4.3",
"vite": "^5.2.7"
"typescript": "^5.5.3",
"vite": "^5.3.3"
},
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.15.14",
"@mui/lab": "^5.0.0-alpha.169",
"@mui/material": "^5.15.14",
"@mui/x-data-grid": "^7.1.0",
"@mui/x-date-pickers": "^7.1.0",
"@emotion/styled": "^11.11.5",
"@mui/icons-material": "^5.16.1",
"@mui/lab": "^5.0.0-alpha.172",
"@mui/material": "^5.16.1",
"@mui/x-data-grid": "^7.10.0",
"@mui/x-date-pickers": "^7.10.0",
"@socialincome/shared": "^1.0.0",
"algoliasearch": "^4.23.2",
"firebase": "^10.10.0",
"algoliasearch": "^4.24.0",
"firebase": "^10.12.3",
"firecms": "2.2.1",
"lodash": "^4.17.21",
"luxon": "^3.4.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router": "^6.22.3",
"react-router-dom": "^6.22.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router": "^6.24.1",
"react-router-dom": "^6.24.1",
"react-scripts": "^5.0.1"
},
"browserslist": {
Expand Down
24 changes: 11 additions & 13 deletions functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,41 +17,39 @@
},
"devDependencies": {
"@jest/globals": "^29.7.0",
"@playwright/test": "^1.42.1",
"@playwright/test": "^1.45.1",
"@types/imap-simple": "^4.2.9",
"@types/jest": "^29.5.12",
"@types/luxon": "^3.4.2",
"@types/mailparser": "^3.4.4",
"@types/pdfkit": "^0.13.4",
"firebase-functions-test": "^3.1.1",
"firebase-functions-test": "^3.3.0",
"jest": "^29.7.0",
"request": "^2.88.2",
"ts-jest": "^29.1.2",
"ts-jest": "^29.2.2",
"ts-loader": "^9.5.1",
"typescript": "^5.4.3"
"typescript": "^5.5.3"
},
"dependencies": {
"@sendgrid/mail": "^8.1.1",
"@sendgrid/mail": "^8.1.3",
"@types/ssh2-sftp-client": "^9.0.3",
"@xmldom/xmldom": "^0.8.10",
"axios": "^1.6.8",
"axios": "^1.7.2",
"dotenv": "^16.4.5",
"firebase-admin": "^12.0.0",
"firebase-functions": "^4.8.1",
"firebase-admin": "^12.2.0",
"firebase-functions": "^5.0.1",
"handlebars": "^4.7.8",
"handlebars-i18next": "^1.0.3",
"i18next-resources-to-backend": "^1.2.0",
"i18next-resources-to-backend": "^1.2.1",
"imap-simple": "^5.1.0",
"lodash": "^4.17.21",
"luxon": "^3.4.4",
"mailparser": "^3.6.9",
"mjml": "^4.15.3",
"nodemailer": "^6.9.13",
"nodemailer": "^6.9.14",
"pdfkit": "^0.15.0",
"ssh2-sftp-client": "^10.0.3",
"stripe": "^14.23.0",
"tmp-promise": "^3.0.3",
"twilio": "^5.0.1",
"twilio": "^5.2.2",
"xpath": "^0.0.34"
}
}
Loading

0 comments on commit cf7b067

Please sign in to comment.