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 a1dd703 commit 9b6da81Copy full SHA for 9b6da81
CHANGELOG.md
@@ -0,0 +1 @@
1
+- Update typescript version in functions template to avoid build issue with @google-cloud/storage depedency (#8194)
templates/init/functions/typescript/package.lint.json
@@ -25,7 +25,7 @@
25
"eslint-config-google": "^0.14.0",
26
"eslint-plugin-import": "^2.25.4",
27
"firebase-functions-test": "^3.1.0",
28
- "typescript": "^4.9.0"
+ "typescript": "^5.7.3"
29
},
30
"private": true
31
}
templates/init/functions/typescript/package.nolint.json
@@ -18,7 +18,7 @@
18
"firebase-functions": "^6.0.1"
19
20
"devDependencies": {
21
- "typescript": "^4.9.0",
+ "typescript": "^5.7.3",
22
"firebase-functions-test": "^3.1.0"
23
24
0 commit comments