Skip to content

Commit

Permalink
build(deps): update all packages to highest non semver-major-change v…
Browse files Browse the repository at this point in the history
…ersion

These were the easy changes - though Detox patch file needed a forward-port

Additionally sinon must be pinned at 17.0.0, 17.0.1 does not work.
  • Loading branch information
mikehardy committed Feb 3, 2025
1 parent 0866a7a commit 8785de0
Show file tree
Hide file tree
Showing 10 changed files with 2,878 additions and 5,346 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/scripts/functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
},
"main": "lib/index.js",
"dependencies": {
"firebase-admin": "^13.0.0",
"firebase-functions": "^6.1.0"
"firebase-admin": "^13.0.2",
"firebase-functions": "^6.3.1"
},
"devDependencies": {
"firebase-functions-test": "^3.3.0",
"firebase-tools": "^13.25.0",
"typescript": "^5.6.3"
"firebase-functions-test": "^3.4.0",
"firebase-tools": "^13.29.3",
"typescript": "^5.7.3"
},
"private": true
}
Loading

0 comments on commit 8785de0

Please sign in to comment.