Skip to content

Commit

Permalink
🆙 update functions version
Browse files Browse the repository at this point in the history
  • Loading branch information
tgel0 committed Oct 20, 2024
1 parent a83a2d5 commit deaeea5
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 13 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -67,3 +67,5 @@ node_modules/

# other
.DS_Store
functions/.DS_Store
.DS_Store
1 change: 1 addition & 0 deletions firebase.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"functions": [
{
"source": "functions",
"runtime": "nodejs18",
"codebase": "default",
"ignore": [
"node_modules",
Expand Down
3 changes: 2 additions & 1 deletion functions/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
node_modules/
.DS_Store
.DS_Store
functions/.DS_Store
20 changes: 9 additions & 11 deletions functions/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"main": "index.js",
"dependencies": {
"firebase-admin": "^12.0.0",
"firebase-functions": "^4.6.0",
"firebase-functions": "^6.0.1",
"googleapis": "^84.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit deaeea5

Please sign in to comment.