Skip to content

Commit

Permalink
Merge pull request #57 from slidr-app/update-functions-deps
Browse files Browse the repository at this point in the history
update functions deps and node runtime
  • Loading branch information
codyzu committed Feb 8, 2024
2 parents 1d44b5c + ac24203 commit 0908fe6
Show file tree
Hide file tree
Showing 3 changed files with 1,179 additions and 1,235 deletions.
14 changes: 7 additions & 7 deletions functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,18 @@
"logs": "firebase functions:log"
},
"engines": {
"node": "18"
"node": "20"
},
"main": "lib/index.js",
"dependencies": {
"@google-cloud/functions-framework": "^3.2.0",
"firebase-admin": "^11.9.0",
"firebase-functions": "^4.4.1",
"isbot": "^3.6.10"
"@google-cloud/functions-framework": "^3.3.0",
"firebase-admin": "^12.0.0",
"firebase-functions": "^4.7.0",
"isbot": "^4.4.0"
},
"devDependencies": {
"firebase-functions-test": "^3.1.0",
"typescript": "^5.1.3"
"firebase-functions-test": "^3.1.1",
"typescript": "^5.3.3"
},
"private": true
}
Loading

0 comments on commit 0908fe6

Please sign in to comment.