Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f6b4095

Browse files
committedMay 14, 2025·
Version Packages (manual PR)
1 parent 1e91c24 commit f6b4095

File tree

66 files changed

+454
-181
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

66 files changed

+454
-181
lines changed
 

‎.changeset/two-donkeys-cry.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

‎integration/compat-interop/package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,20 @@
88
"test:debug": "karma start --browsers Chrome --auto-watch"
99
},
1010
"dependencies": {
11-
"@firebase/app": "0.12.2",
12-
"@firebase/app-compat": "0.3.2",
13-
"@firebase/analytics": "0.10.14",
14-
"@firebase/analytics-compat": "0.2.20",
15-
"@firebase/auth": "1.10.3",
16-
"@firebase/auth-compat": "0.5.23",
17-
"@firebase/functions": "0.12.5",
18-
"@firebase/functions-compat": "0.3.22",
19-
"@firebase/messaging": "0.12.19",
20-
"@firebase/messaging-compat": "0.2.19",
21-
"@firebase/performance": "0.7.4",
22-
"@firebase/performance-compat": "0.2.17",
23-
"@firebase/remote-config": "0.6.2",
24-
"@firebase/remote-config-compat": "0.2.15"
11+
"@firebase/app": "0.12.3",
12+
"@firebase/app-compat": "0.3.3",
13+
"@firebase/analytics": "0.10.15",
14+
"@firebase/analytics-compat": "0.2.21",
15+
"@firebase/auth": "1.10.4",
16+
"@firebase/auth-compat": "0.5.24",
17+
"@firebase/functions": "0.12.6",
18+
"@firebase/functions-compat": "0.3.23",
19+
"@firebase/messaging": "0.12.20",
20+
"@firebase/messaging-compat": "0.2.20",
21+
"@firebase/performance": "0.7.5",
22+
"@firebase/performance-compat": "0.2.18",
23+
"@firebase/remote-config": "0.6.3",
24+
"@firebase/remote-config-compat": "0.2.16"
2525
},
2626
"devDependencies": {
2727
"typescript": "5.5.4"

0 commit comments

Comments
 (0)
Please sign in to comment.