Skip to content

Commit

Permalink
USER04
Browse files Browse the repository at this point in the history
  • Loading branch information
Camillo Bucciarelli committed Jun 9, 2024
1 parent 0c7bb36 commit 4b99654
Show file tree
Hide file tree
Showing 11 changed files with 633 additions and 224 deletions.
22 changes: 11 additions & 11 deletions functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,26 +25,26 @@
"@google-cloud/functions-framework": "^3.4.0",
"camelcase": "^8.0.0",
"dotenv": "^16.4.5",
"fastify": "^4.26.2",
"fastify": "^4.27.0",
"fastify-plugin": "^4.5.1",
"fastify-zod": "^1.4.0",
"firebase-admin": "^12.1.0",
"firebase-functions": "^5.0.0",
"firebase-admin": "^12.1.1",
"firebase-functions": "^5.0.1",
"fluent-json-schema": "^4.2.1",
"glob": "^10.3.12",
"zod": "^3.23.5"
"glob": "^10.4.1",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/chai": "^4.3.15",
"@types/chai": "^4.3.16",
"@types/mocha": "^10.0.6",
"@types/node": "^20.12.8",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"chai": "^4.2.0",
"@types/node": "^20.14.2",
"@typescript-eslint/eslint-plugin": "^7.12.0",
"@typescript-eslint/parser": "^7.12.0",
"chai": "^4.4.1",
"eslint": "^8.57.0",
"eslint-config-google": "^0.14.0",
"eslint-plugin-import": "^2.29.1",
"firebase-functions-test": "^3.2.0",
"firebase-functions-test": "^3.3.0",
"mocha": "^10.4.0",
"ts-node": "^10.9.2",
"typescript": "^5.4.5"
Expand Down
Loading

0 comments on commit 4b99654

Please sign in to comment.