Skip to content

Commit 9b6da81

Browse files
CorieWTrCaM
authored andcommitted
fix(functions): update typescript (firebase-functions issue firebase#1664) (firebase#8194)
fix(functions): update typescript to fix firebase#1664
1 parent a1dd703 commit 9b6da81

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"eslint-config-google": "^0.14.0",
2626
"eslint-plugin-import": "^2.25.4",
2727
"firebase-functions-test": "^3.1.0",
28-
"typescript": "^4.9.0"
28+
"typescript": "^5.7.3"
2929
},
3030
"private": true
3131
}

templates/init/functions/typescript/package.nolint.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"firebase-functions": "^6.0.1"
1919
},
2020
"devDependencies": {
21-
"typescript": "^4.9.0",
21+
"typescript": "^5.7.3",
2222
"firebase-functions-test": "^3.1.0"
2323
},
2424
"private": true

0 commit comments

Comments
 (0)