mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-10 23:36:14 -05:00
Added missing package dependencies
no refs - the package dependencies of modules we use in `members-api` got missed with previous changes, updating
This commit is contained in:
parent
6c109b1080
commit
07d65c4741
1 changed files with 3 additions and 0 deletions
|
@ -27,9 +27,12 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@tryghost/debug": "^0.1.2",
|
||||
"@tryghost/domain-events": "^0.1.1",
|
||||
"@tryghost/errors": "^0.2.9",
|
||||
"@tryghost/ignition-errors": "^0.1.2",
|
||||
"@tryghost/magic-link": "^1.0.12",
|
||||
"@tryghost/member-analytics-service": "^0.1.0",
|
||||
"@tryghost/member-events": "^0.2.0",
|
||||
"@tryghost/stripe-service": "^0.1.0",
|
||||
"@tryghost/tpl": "^0.1.2",
|
||||
"@types/jsonwebtoken": "^8.5.1",
|
||||
|
|
Loading…
Add table
Reference in a new issue