Skip to content

Commit

Permalink
website(refactor): cleanups and add analytics (#557)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkue authored Sep 1, 2023
1 parent 266665d commit 70abd25
Show file tree
Hide file tree
Showing 29 changed files with 556 additions and 310 deletions.
30 changes: 15 additions & 15 deletions admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,38 +16,38 @@
},
"devDependencies": {
"@firebase/rules-unit-testing": "^3.0.0",
"@jest/globals": "^29.6.2",
"@playwright/test": "^1.37.0",
"@types/jest": "^29.5.3",
"@types/luxon": "^3.3.1",
"@types/node": "^20.5.0",
"@types/react": "^18.2.20",
"@jest/globals": "^29.6.4",
"@playwright/test": "^1.37.1",
"@types/jest": "^29.5.4",
"@types/luxon": "^3.3.2",
"@types/node": "^20.5.7",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"@vitejs/plugin-react": "^4.0.4",
"css-loader": "^6.8.1",
"jest": "^29.6.2",
"jest": "^29.6.4",
"process": "^0.11.10",
"style-loader": "^3.3.3",
"ts-jest": "^29.1.1",
"ts-loader": "^9.4.4",
"ts-node": "^10.9.1",
"typescript": "^5.1.6",
"typescript": "^5.2.2",
"vite": "^4.4.9"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.14.3",
"@mui/lab": "^5.0.0-alpha.140",
"@mui/material": "^5.14.5",
"@mui/x-data-grid": "^6.11.1",
"@mui/x-date-pickers": "^6.11.1",
"@mui/icons-material": "^5.14.7",
"@mui/lab": "^5.0.0-alpha.142",
"@mui/material": "^5.14.7",
"@mui/x-data-grid": "^6.12.1",
"@mui/x-date-pickers": "^6.12.1",
"@socialincome/shared": "^1.0.0",
"algoliasearch": "^4.19.1",
"firebase": "^9.23.0",
"firebase": "^10.3.1",
"firecms": "2.0.5",
"lodash": "^4.17.21",
"luxon": "^3.4.0",
"luxon": "^3.4.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router": "^6.15.0",
Expand Down
20 changes: 10 additions & 10 deletions functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,22 +16,22 @@
"test:playwright:update": "firebase emulators:exec --project social-income-staging --only firestore --config ../firebase.json --import ../seed 'npx playwright install --with-deps && playwright test --update-snapshots'"
},
"devDependencies": {
"@jest/globals": "^29.6.2",
"@playwright/test": "^1.37.0",
"@jest/globals": "^29.6.4",
"@playwright/test": "^1.37.1",
"@types/imap-simple": "^4.2.6",
"@types/jest": "^29.5.3",
"@types/luxon": "^3.3.1",
"@types/jest": "^29.5.4",
"@types/luxon": "^3.3.2",
"@types/mailparser": "^3.4.0",
"@types/pdfkit": "^0.12.10",
"firebase-functions-test": "^3.1.0",
"jest": "^29.6.2",
"jest": "^29.6.4",
"request": "^2.88.2",
"ts-jest": "^29.1.1",
"ts-loader": "^9.4.4",
"typescript": "^5.1.6"
"typescript": "^5.2.2"
},
"dependencies": {
"axios": "^1.4.0",
"axios": "^1.5.0",
"dotenv": "^16.3.1",
"firebase-admin": "^11.10.1",
"firebase-functions": "^4.4.1",
Expand All @@ -40,13 +40,13 @@
"i18next-resources-to-backend": "^1.1.4",
"imap-simple": "^5.1.0",
"lodash": "^4.17.21",
"luxon": "^3.4.0",
"luxon": "^3.4.2",
"mailparser": "^3.6.5",
"mjml": "^4.14.1",
"nodemailer": "^6.9.4",
"pdfkit": "^0.13.0",
"stripe": "^12.18.0",
"stripe": "^13.4.0",
"tmp-promise": "^3.0.3",
"twilio": "^4.15.0"
"twilio": "^4.16.0"
}
}
Loading

0 comments on commit 70abd25

Please sign in to comment.