Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Auto-update dependencies. #354

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion analytics-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
},
"license": "Apache-2.0",
"dependencies": {
"firebase": "^10.0.0"
"firebase": "^11.0.2"
}
}
2 changes: 1 addition & 1 deletion appcheck-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
},
"license": "Apache-2.0",
"dependencies": {
"firebase": "^10.0.0"
"firebase": "^11.0.2"
}
}
2 changes: 1 addition & 1 deletion auth-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
},
"license": "Apache-2.0",
"dependencies": {
"firebase": "^10.0.0"
"firebase": "^11.0.2"
}
}
2 changes: 1 addition & 1 deletion database-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
},
"license": "Apache-2.0",
"dependencies": {
"firebase": "^10.0.0"
"firebase": "^11.0.2"
}
}
2 changes: 1 addition & 1 deletion firebaseapp-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
},
"license": "Apache-2.0",
"dependencies": {
"firebase": "^10.0.0"
"firebase": "^11.0.2"
}
}
2 changes: 1 addition & 1 deletion firebaseserverapp-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},
"license": "Apache-2.0",
"dependencies": {
"firebase": "^10.0.0",
"firebase": "^11.0.2",
"next": "^14.1.3"
}
}
2 changes: 1 addition & 1 deletion firestore-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},
"license": "Apache-2.0",
"dependencies": {
"firebase": "^10.0.0",
"firebase": "^11.0.2",
"geofire-common": "^5.1.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion functions-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
},
"license": "Apache-2.0",
"dependencies": {
"firebase": "^10.0.0"
"firebase": "^11.0.2"
}
}
2 changes: 1 addition & 1 deletion messaging-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
},
"license": "Apache-2.0",
"dependencies": {
"firebase": "^10.0.0"
"firebase": "^11.0.2"
}
}
2 changes: 1 addition & 1 deletion perf-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
},
"license": "Apache-2.0",
"dependencies": {
"firebase": "^10.0.0"
"firebase": "^11.0.2"
}
}
2 changes: 1 addition & 1 deletion remoteconfig-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
},
"license": "Apache-2.0",
"dependencies": {
"firebase": "^10.0.0"
"firebase": "^11.0.2"
}
}
2 changes: 1 addition & 1 deletion storage-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
},
"license": "Apache-2.0",
"dependencies": {
"firebase": "^10.0.0"
"firebase": "^11.0.2"
}
}
Loading