Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 6, 2022
1 parent aac1dd4 commit bb6d974
Show file tree
Hide file tree
Showing 8 changed files with 1,490 additions and 1,890 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_rules_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
FIREBASE_PROJECT_ID: ${{ secrets.FIREBASE_PROJECT_ID }}

- name: Deploy Rules
uses: w9jds/firebase-action@v11.5.0
uses: w9jds/firebase-action@v11.9.0
with:
args: deploy --only storage,firestore --project dev
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy_rules_prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
FIREBASE_PROJECT_ID: ${{ secrets.FIREBASE_PROJECT_ID }}

- name: Deploy Rules
uses: w9jds/firebase-action@v11.5.0
uses: w9jds/firebase-action@v11.9.0
with:
args: deploy --only storage,firestore --project prod
env:
Expand Down
8 changes: 4 additions & 4 deletions backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@
},
"devDependencies": {
"@try-finger/lib": "file:../lib",
"firebase-tools": "11.8.0",
"typescript": "4.8.2"
"firebase-tools": "11.14.0",
"typescript": "4.8.4"
},
"dependencies": {
"ajv": "^8.11.0",
"deep-object-diff": "^1.1.7",
"firebase-admin": "^11.0.1",
"firebase-functions": "3.23.0"
"firebase-admin": "^11.1.0",
"firebase-functions": "3.24.1"
},
"pnpm": {
"peerDependencyRules": {
Expand Down

0 comments on commit bb6d974

Please sign in to comment.