Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/production'
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinand11 committed Dec 12, 2023
2 parents 75a07b7 + 04fbd6c commit c6fe6bb
Show file tree
Hide file tree
Showing 2 changed files with 224 additions and 565 deletions.
18 changes: 9 additions & 9 deletions services/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,23 +13,23 @@
"author": "",
"license": "ISC",
"dependencies": {
"@google-cloud/storage": "^7.6.0",
"equipped": "4.2.6",
"firebase-admin": "^11.11.0",
"@google-cloud/storage": "^7.7.0",
"equipped": "4.2.7",
"firebase-admin": "^12.0.0",
"nodemailer": "^6.9.7",
"openai": "^4.19.1",
"openai": "^4.20.1",
"string-similarity": "^4.0.4"
},
"devDependencies": {
"@types/node": "^20.9.3",
"@types/node": "^20.10.4",
"@types/string-similarity": "^4.0.2",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
"eslint": "^8.54.0",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"eslint": "^8.55.0",
"eslint-plugin-promise": "^6.1.1",
"resolve-tspaths": "^0.8.17",
"ts-node-dev": "^2.0.0",
"tsconfig-paths": "^4.2.0",
"typescript": "5.3.2"
"typescript": "5.3.3"
}
}
Loading

0 comments on commit c6fe6bb

Please sign in to comment.