Skip to content

Commit

Permalink
Downgrade p-queue to v6 due to ESM issue
Browse files Browse the repository at this point in the history
See this, I don't want to fix it right now: sindresorhus/p-queue#152
  • Loading branch information
ekzhang committed Dec 23, 2024
1 parent d3f96f9 commit 3592b11
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 29 deletions.
73 changes: 45 additions & 28 deletions 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 functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"dependencies": {
"firebase-admin": "^13.0.2",
"firebase-functions": "^6.2.0",
"p-queue": "^8.0.1",
"p-queue": "^6.6.2",
"stripe": "^17.5.0"
},
"devDependencies": {
Expand Down

0 comments on commit 3592b11

Please sign in to comment.