Skip to content
Merged
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Update typescript version in functions template to avoid build issue with @google-cloud/storage depedency (#8194)
2 changes: 1 addition & 1 deletion templates/init/functions/typescript/package.lint.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"eslint-config-google": "^0.14.0",
"eslint-plugin-import": "^2.25.4",
"firebase-functions-test": "^3.1.0",
"typescript": "^4.9.0"
"typescript": "^5.7.3"
},
"private": true
}
2 changes: 1 addition & 1 deletion templates/init/functions/typescript/package.nolint.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"firebase-functions": "^6.0.1"
},
"devDependencies": {
"typescript": "^4.9.0",
"typescript": "^5.7.3",
"firebase-functions-test": "^3.1.0"
},
"private": true
Expand Down
Loading