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. #326

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
4,918 changes: 1,522 additions & 3,396 deletions cs-walkthrough/functions/package-lock.json

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions cs-walkthrough/functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@
},
"dependencies": {
"file-system": "^2.2.2",
"firebase-admin": "^11.9.0",
"firebase-functions": "^3.15.7"
"firebase-admin": "^12.6.0",
"firebase-functions": "^6.0.1"
},
"devDependencies": {
"@firebase/rules-unit-testing": "^2.0.1",
"@firebase/rules-unit-testing": "^3.0.4",
"eslint": "^8.44.0",
"eslint-plugin-promise": "^4.0.1",
"firebase-functions-test": "^0.3.2",
"firebase-functions-test": "^3.3.0",
"mocha": "^10.2.0"
},
"private": true
Expand Down
3,803 changes: 1,759 additions & 2,044 deletions manual-emulator-testing/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion manual-emulator-testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"scripts": {},
"license": "Apache-2.0",
"devDependencies": {
"firebase-tools": "^12.4.0"
"firebase-tools": "^13.20.2"
}
}
Loading
Loading