Skip to content

Commit 25d9a5e

Browse files
committed
test(deps): yarn upgrade --latest in test functions
1 parent 20bc26c commit 25d9a5e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/scripts/functions/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@
1313
},
1414
"main": "lib/index.js",
1515
"dependencies": {
16-
"firebase-admin": "^10.0.2",
17-
"firebase-functions": "^3.18.0"
16+
"firebase-admin": "^11.2.0",
17+
"firebase-functions": "^4.0.0"
1818
},
1919
"devDependencies": {
20-
"firebase-functions-test": "^0.3.3",
21-
"typescript": "^4.5.5"
20+
"firebase-functions-test": "^3.0.0",
21+
"typescript": "^4.8.4"
2222
},
2323
"private": true
2424
}

.github/workflows/scripts/start-firebase-emulator.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ if ! [ -x "$(command -v firebase)" ]; then
44
exit 1
55
fi
66

7-
EMU_START_COMMAND="firebase emulators:start --only auth,database,firestore,functions,storage --project react-native-firebase-testing --debug"
7+
EMU_START_COMMAND="firebase emulators:start --only auth,database,firestore,functions,storage --project react-native-firebase-testing"
88
#EMU_START_COMMAND="sleep 120"
99
MAX_RETRIES=3
1010
MAX_CHECKATTEMPTS=60

0 commit comments

Comments
 (0)