Skip to content

Commit cdf4f0a

Browse files
yukin01Luis Fernando Alvarez D
authored and
Luis Fernando Alvarez D
committed
Fix example with-firebase-hosting-and-typescript (vercel#7971)
1 parent fad4ec3 commit cdf4f0a

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

examples/with-firebase-hosting-and-typescript/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
"install-deps": "cd \"dist/functions\" && npm i"
2222
},
2323
"dependencies": {
24-
"firebase-admin": "^6.3.0",
25-
"firebase-functions": "^2.1.0",
24+
"firebase-admin": "^8.0.0",
25+
"firebase-functions": "^3.1.0",
2626
"next": "latest",
2727
"react": "16.8.6",
2828
"react-dom": "16.8.6"
@@ -33,7 +33,7 @@
3333
"@types/react-dom": "16.8.4",
3434
"cpx": "1.5.0",
3535
"cross-env": "5.2.0",
36-
"firebase-tools": "^6.1.0",
36+
"firebase-tools": "^7.1.0",
3737
"rimraf": "2.6.2",
3838
"tslint": "^5.11.0",
3939
"tslint-react": "^3.6.0",
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
module.exports = {
2+
distDir: '../../dist/functions/next'
3+
}

0 commit comments

Comments
 (0)