Skip to content

Commit 380390f

Browse files
authored
Bump firebase-frameworks version in constants.ts (#6038)
Fixes compatibility with latest Next.js
1 parent f6ed7b6 commit 380390f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/frameworks/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export const FEATURE_REQUEST_URL =
2525
"https://github.com/firebase/firebase-tools/issues/new?template=feature_request.md";
2626
export const MAILING_LIST_URL = "https://goo.gle/41enW5X";
2727

28-
export const FIREBASE_FRAMEWORKS_VERSION = "^0.10.1";
28+
export const FIREBASE_FRAMEWORKS_VERSION = "^0.10.4";
2929
export const FIREBASE_FUNCTIONS_VERSION = "^4.3.0";
3030
export const FIREBASE_ADMIN_VERSION = "^11.0.1";
3131
export const SHARP_VERSION = "^0.32.1";

0 commit comments

Comments
 (0)