File tree Expand file tree Collapse file tree 10 files changed +18
-17
lines changed Expand file tree Collapse file tree 10 files changed +18
-17
lines changed Original file line number Diff line number Diff line change 1+ - Updated dependencies in functions initialization template. (#7809 )
12- Fixed Flutter web apps that might require the --no-tree-shake-icons flag in order to build. (#7724 )
23- Removed outdated dependency on ` rimraf ` .
34- Fixed an issue where the Extensions emulator would fail silently if started with a non-existant project without the ` demo- ` prefix. (#7779 )
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ const DEFAULT_FIREBASE_FRAMEWORKS_VERSION = "^0.11.0";
3030export const FIREBASE_FRAMEWORKS_VERSION =
3131 ( experiments . isEnabled ( "internaltesting" ) && process . env . FIREBASE_FRAMEWORKS_VERSION ) ||
3232 DEFAULT_FIREBASE_FRAMEWORKS_VERSION ;
33- export const FIREBASE_FUNCTIONS_VERSION = "^4.5.0 " ;
33+ export const FIREBASE_FUNCTIONS_VERSION = "^6.0.1 " ;
3434export const FIREBASE_ADMIN_VERSION = "^11.11.1" ;
3535export const SHARP_VERSION = "^0.32 || ^0.33" ;
3636export const NODE_VERSION = parseInt ( process . versions . node , 10 ) ;
Original file line number Diff line number Diff line change 33 "description" : " Greet the world" ,
44 "main" : " index.js" ,
55 "dependencies" : {
6- "firebase-admin" : " ^12.1 .0" ,
7- "firebase-functions" : " ^5 .0.0 "
6+ "firebase-admin" : " ^12.6 .0" ,
7+ "firebase-functions" : " ^6 .0.1 "
88 },
99 "devDependencies" : {
1010 "eslint" : " ^8.15.1" ,
Original file line number Diff line number Diff line change 33 "description" : " Greet the world" ,
44 "main" : " index.js" ,
55 "dependencies" : {
6- "firebase-admin" : " ^12.1 .0" ,
7- "firebase-functions" : " ^5 .0.0 "
6+ "firebase-admin" : " ^12.6 .0" ,
7+ "firebase-functions" : " ^6 .0.1 "
88 },
99 "devDependencies" : {
1010 "axios" : " ^1.3.2" ,
Original file line number Diff line number Diff line change 1010 },
1111 "main" : " lib/index.js" ,
1212 "dependencies" : {
13- "firebase-admin" : " ^12.1 .0" ,
14- "firebase-functions" : " ^5 .0.0 "
13+ "firebase-admin" : " ^12.6 .0" ,
14+ "firebase-functions" : " ^6 .0.1 "
1515 },
1616 "devDependencies" : {
1717 "@types/chai" : " ^4.3.4" ,
Original file line number Diff line number Diff line change 88 },
99 "main" : " lib/index.js" ,
1010 "dependencies" : {
11- "firebase-admin" : " ^12.1 .0" ,
12- "firebase-functions" : " ^5 .0.0 "
11+ "firebase-admin" : " ^12.6 .0" ,
12+ "firebase-functions" : " ^6 .0.1 "
1313 },
1414 "devDependencies" : {
1515 "@types/chai" : " ^4.3.4" ,
Original file line number Diff line number Diff line change 1414 },
1515 "main" : " index.js" ,
1616 "dependencies" : {
17- "firebase-admin" : " ^12.1 .0" ,
18- "firebase-functions" : " ^5 .0.0 "
17+ "firebase-admin" : " ^12.6 .0" ,
18+ "firebase-functions" : " ^6 .0.1 "
1919 },
2020 "devDependencies" : {
2121 "eslint" : " ^8.15.0" ,
Original file line number Diff line number Diff line change 1313 },
1414 "main" : " index.js" ,
1515 "dependencies" : {
16- "firebase-admin" : " ^12.1 .0" ,
17- "firebase-functions" : " ^5 .0.0 "
16+ "firebase-admin" : " ^12.6 .0" ,
17+ "firebase-functions" : " ^6 .0.1 "
1818 },
1919 "devDependencies" : {
2020 "firebase-functions-test" : " ^3.1.0"
Original file line number Diff line number Diff line change 1515 },
1616 "main" : " lib/index.js" ,
1717 "dependencies" : {
18- "firebase-admin" : " ^12.1 .0" ,
19- "firebase-functions" : " ^5 .0.0 "
18+ "firebase-admin" : " ^12.6 .0" ,
19+ "firebase-functions" : " ^6 .0.1 "
2020 },
2121 "devDependencies" : {
2222 "@typescript-eslint/eslint-plugin" : " ^5.12.0" ,
Original file line number Diff line number Diff line change 1414 },
1515 "main" : " lib/index.js" ,
1616 "dependencies" : {
17- "firebase-admin" : " ^12.1 .0" ,
18- "firebase-functions" : " ^5 .0.0 "
17+ "firebase-admin" : " ^12.6 .0" ,
18+ "firebase-functions" : " ^6 .0.1 "
1919 },
2020 "devDependencies" : {
2121 "typescript" : " ^4.9.0" ,
You can’t perform that action at this time.
0 commit comments