fix: not supported auth dependency

This commit is contained in:
Karol Sójko
2022-07-06 12:30:41 +02:00
parent 6ec66795d2
commit 46fe66256b
5 changed files with 24 additions and 0 deletions

View File

@@ -27,6 +27,7 @@
"dependencies": {
"@standardnotes/auth": "^3.19.4",
"@standardnotes/common": "^1.23.1",
"@standardnotes/security": "^1.2.0",
"reflect-metadata": "^0.1.13"
},
"devDependencies": {

View File

@@ -29,6 +29,7 @@
"@standardnotes/common": "^1.23.1",
"@standardnotes/models": "workspace:*",
"@standardnotes/responses": "^1.6.39",
"@standardnotes/security": "^1.2.0",
"@standardnotes/utils": "workspace:*",
"reflect-metadata": "^0.1.13"
},