Skip to content

Commit

Permalink
Updated Firebase.
Browse files Browse the repository at this point in the history
  • Loading branch information
amyjko committed Apr 20, 2024
1 parent b0eef3a commit 6b7cedb
Show file tree
Hide file tree
Showing 5 changed files with 100 additions and 91 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
We'll note all notable changes in this file, including bug fixes, enhancements, and all closed issues.
Dates are in `YYYY-MM-DD` format and versions are in [semantic versioning](http://semver.org/) format.

## 0.9.391 2024-40-20

### Maintenance

- Updated Firebase

## 0.9.39 2024-04-06

### Fixed
Expand Down
33 changes: 18 additions & 15 deletions functions/package-lock.json

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

6 changes: 3 additions & 3 deletions functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@
"logs": "firebase functions:log"
},
"engines": {
"node": "18"
"node": "20"
},
"main": "lib/index.js",
"dependencies": {
"@supercharge/promise-pool": "^3.1.0",
"firebase-admin": "^12.0.0",
"firebase-functions": "^4.4.1"
"firebase-functions": "^4.9.0"
},
"devDependencies": {
"firebase-functions-test": "^3.0.0",
"firebase-functions-test": "^3.2.0",
"typescript": "^5"
},
"private": true
Expand Down
Loading

0 comments on commit 6b7cedb

Please sign in to comment.