We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46a3169 commit 3daecaaCopy full SHA for 3daecaa
firebase/firebase.json
@@ -18,7 +18,7 @@
18
"port": 5001
19
},
20
"hosting": {
21
- "port": 5000
+ "port": 5002
22
23
"auth": {
24
"port": 9099
firebase/package.json
@@ -18,18 +18,18 @@
"isbot": "^3.6.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
- "remix-google-cloud-functions": "0.0.1"
+ "remix-google-cloud-functions": "0.0.3"
"devDependencies": {
"@remix-run/dev": "*",
25
"@remix-run/eslint-config": "*",
26
"@types/react": "^18.0.25",
27
"@types/react-dom": "^18.0.8",
28
"eslint": "^8.27.0",
29
- "firebase-tools": "^11.0.1",
+ "firebase-tools": "^11.21.0",
30
"typescript": "^4.8.4"
31
32
"engines": {
33
- "node": "14"
+ "node": "16"
34
}
35
0 commit comments