Skip to content

Commit

Permalink
fix(auth): add p-queue to auth server workspace
Browse files Browse the repository at this point in the history
Because:

* The Stripe automatic tax conversion script depends on p-queue, which
  was added globally but does not appear to be present in auth-server
  builds. I believe this is due to the package not being added to the
  auth-server workspace specifically.

This commit:

* Adds p-queue as a direct dependency to the auth-server workspace.
  • Loading branch information
julianpoy committed Mar 8, 2023
1 parent 4c12204 commit 3ef0ac8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/fxa-auth-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@
"node-zendesk": "^2.2.0",
"nodemailer": "^6.7.3",
"otplib": "^11.0.1",
"p-queue": "^7.3.4",
"p-retry": "^4.2.0",
"pem-jwk": "^2.0.0",
"poolee": "^1.0.1",
Expand Down
1 change: 1 addition & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -25753,6 +25753,7 @@ fsevents@~2.1.1:
npm-run-all: ^4.1.5
nyc: ^15.1.0
otplib: ^11.0.1
p-queue: ^7.3.4
p-retry: ^4.2.0
pem-jwk: ^2.0.0
pm2: ^5.2.2
Expand Down

0 comments on commit 3ef0ac8

Please sign in to comment.