Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor(general): add vercel analytics and upgrade dependencies #646

Merged
merged 4 commits into from
Nov 23, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/actions/init/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ runs:
- name: Install and set up firebase-tools
shell: bash
run: |
npm -g install firebase-tools@12.7.0 && \
npm -g install firebase-tools@12.9.1 && \
firebase setup:emulators:firestore && \
firebase setup:emulators:storage && \
firebase setup:emulators:ui
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/prettify-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Prettify code
uses: creyD/[email protected]
with:
prettier_version: "3.0.0"
prettier_plugins: "[email protected].3 prettier-plugin-tailwindcss@0.4.1"
prettier_version: "3.1.0"
prettier_plugins: "[email protected].4 prettier-plugin-tailwindcss@0.5.7"
prettier_options: "--write ./"
github_token: ${{ secrets.WORKFLOW_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/website-update-snapshots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:

- name: Install & Setup Firebase Emulator Suite
run: |
npm -g install firebase-tools@12.7.0 && \
npm -g install firebase-tools@12.9.1 && \
firebase setup:emulators:firestore

- name: Install Dependencies
Expand Down
38 changes: 19 additions & 19 deletions admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,41 +17,41 @@
"devDependencies": {
"@firebase/rules-unit-testing": "^3.0.1",
"@jest/globals": "^29.7.0",
"@playwright/test": "^1.39.0",
"@types/jest": "^29.5.6",
"@types/luxon": "^3.3.3",
"@types/node": "^20.8.9",
"@types/react": "^18.2.33",
"@types/react-dom": "^18.2.14",
"@vitejs/plugin-react": "^4.1.0",
"@playwright/test": "^1.40.0",
"@types/jest": "^29.5.10",
"@types/luxon": "^3.3.5",
"@types/node": "^20.9.4",
"@types/react": "^18.2.38",
"@types/react-dom": "^18.2.17",
"@vitejs/plugin-react": "^4.2.0",
"css-loader": "^6.8.1",
"jest": "^29.7.0",
"process": "^0.11.10",
"style-loader": "^3.3.3",
"ts-jest": "^29.1.1",
"ts-loader": "^9.5.0",
"ts-loader": "^9.5.1",
"ts-node": "^10.9.1",
"typescript": "^5.2.2",
"vite": "^4.5.0"
"typescript": "^5.3.2",
"vite": "^5.0.2"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.14.15",
"@mui/lab": "^5.0.0-alpha.150",
"@mui/material": "^5.14.15",
"@mui/x-data-grid": "^6.18.0",
"@mui/x-date-pickers": "^6.18.0",
"@mui/icons-material": "^5.14.18",
"@mui/lab": "^5.0.0-alpha.153",
"@mui/material": "^5.14.18",
"@mui/x-data-grid": "^6.18.1",
"@mui/x-date-pickers": "^6.18.1",
"@socialincome/shared": "^1.0.0",
"algoliasearch": "^4.20.0",
"firebase": "^9.23.0",
"firecms": "2.1.0",
"firecms": "2.2.0",
"lodash": "^4.17.21",
"luxon": "^3.4.3",
"luxon": "^3.4.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router": "^6.17.0",
"react-router-dom": "^6.17.0",
"react-router": "^6.20.0",
"react-router-dom": "^6.20.0",
"react-scripts": "^5.0.1"
},
"browserslist": {
Expand Down
28 changes: 14 additions & 14 deletions functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,36 +17,36 @@
},
"devDependencies": {
"@jest/globals": "^29.7.0",
"@playwright/test": "^1.39.0",
"@types/imap-simple": "^4.2.8",
"@types/jest": "^29.5.6",
"@types/luxon": "^3.3.3",
"@types/mailparser": "^3.4.3",
"@types/pdfkit": "^0.13.1",
"@playwright/test": "^1.40.0",
"@types/imap-simple": "^4.2.9",
"@types/jest": "^29.5.10",
"@types/luxon": "^3.3.5",
"@types/mailparser": "^3.4.4",
"@types/pdfkit": "^0.13.3",
"firebase-functions-test": "^3.1.0",
"jest": "^29.7.0",
"request": "^2.88.2",
"ts-jest": "^29.1.1",
"ts-loader": "^9.5.0",
"typescript": "^5.2.2"
"ts-loader": "^9.5.1",
"typescript": "^5.3.2"
},
"dependencies": {
"@xmldom/xmldom": "^0.8.10",
"axios": "^1.6.0",
"axios": "^1.6.2",
"dotenv": "^16.3.1",
"firebase-admin": "^11.11.0",
"firebase-functions": "^4.4.1",
"firebase-functions": "^4.5.0",
"handlebars": "^4.7.8",
"handlebars-i18next": "^1.0.3",
"i18next-resources-to-backend": "^1.1.4",
"i18next-resources-to-backend": "^1.2.0",
"imap-simple": "^5.1.0",
"lodash": "^4.17.21",
"luxon": "^3.4.3",
"luxon": "^3.4.4",
"mailparser": "^3.6.5",
"mjml": "^4.14.1",
"nodemailer": "^6.9.7",
"pdfkit": "^0.13.0",
"stripe": "^14.2.0",
"pdfkit": "^0.14.0",
"stripe": "^14.5.0",
"tmp-promise": "^3.0.3",
"twilio": "^4.19.0",
"xpath": "^0.0.33"
Expand Down
Loading
Loading