Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat!: Update Firebase iOS SDK version to v11 #8028

Merged
merged 11 commits into from
Sep 26, 2024
Merged
Prev Previous commit
Next Next commit
build(deps): bump javascript dependencies
the goal here is mostly to get firebase emulator up to date
  • Loading branch information
mikehardy committed Sep 25, 2024
commit ca7f516cfcdae47049c4486670723b8e22ca1be7
6 changes: 3 additions & 3 deletions .github/workflows/scripts/functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
},
"main": "lib/index.js",
"dependencies": {
"firebase-admin": "^12.1.1",
"firebase-functions": "^5.0.1"
"firebase-admin": "^12.5.0",
"firebase-functions": "^6.0.1"
},
"devDependencies": {
"firebase-functions-test": "^3.3.0",
"typescript": "^5.4.5"
"typescript": "^5.6.2"
},
"private": true
}
Loading