Skip to content

Commit

Permalink
chore(deps): update dependency @types/jest to ^29.5.13
Browse files Browse the repository at this point in the history
  • Loading branch information
kenany committed Sep 16, 2024
1 parent 8d23183 commit f32b362
Show file tree
Hide file tree
Showing 9 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ permissions:

concurrency:
group: ${{ github.workflow }}-${{ github.event.number || github.ref }}
cancel-in-progress: true
cancel-in-progress: ${{ github.ref_name != 'main' }}

jobs:
build:
Expand Down
8 changes: 4 additions & 4 deletions firestore-audit-document/functions/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion firestore-audit-document/functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"typescript": "^5.6.2"
},
"devDependencies": {
"@types/jest": "^29.5.12",
"@types/jest": "^29.5.13",
"firebase-functions-test": "^3.3.0",
"firebase-tools": "^13.17.0",
"jest": "^29.7.0",
Expand Down
8 changes: 4 additions & 4 deletions firestore-audit-log/functions/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion firestore-audit-log/functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"typescript": "^5.6.2"
},
"devDependencies": {
"@types/jest": "^29.5.12",
"@types/jest": "^29.5.13",
"firebase-functions-test": "^3.3.0",
"firebase-tools": "^13.17.0",
"jest": "^29.7.0",
Expand Down
8 changes: 4 additions & 4 deletions firestore-redact-text/functions/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion firestore-redact-text/functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"typescript": "^5.6.2"
},
"devDependencies": {
"@types/jest": "^29.5.12",
"@types/jest": "^29.5.13",
"firebase-functions-test": "^3.3.0",
"firebase-tools": "^13.17.0",
"jest": "^29.7.0",
Expand Down
8 changes: 4 additions & 4 deletions storage-file-intel/functions/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion storage-file-intel/functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"uuid": "^10.0.0"
},
"devDependencies": {
"@types/jest": "^29.5.12",
"@types/jest": "^29.5.13",
"firebase-functions-test": "^3.3.0",
"firebase-tools": "^13.17.0",
"jest": "^29.7.0",
Expand Down

0 comments on commit f32b362

Please sign in to comment.