Skip to content

Commit

Permalink
build(deps): react-native 0.73 as well as other deps
Browse files Browse the repository at this point in the history
- java --> kotlin in this release of react-native
  • Loading branch information
mikehardy committed Dec 8, 2023
1 parent 753df0b commit a2b5fd1
Show file tree
Hide file tree
Showing 33 changed files with 2,126 additions and 2,757 deletions.
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": "^11.11.0",
"firebase-functions": "^4.4.1"
"firebase-admin": "^12.0.0",
"firebase-functions": "^4.5.0"
},
"devDependencies": {
"firebase-functions-test": "^3.1.0",
"typescript": "^5.2.2"
"typescript": "^5.3.3"
},
"private": true
}
Loading

0 comments on commit a2b5fd1

Please sign in to comment.