fix: add missing utils dependency on api

This commit is contained in:
Karol Sójko
2022-07-06 13:39:23 +02:00
parent a9fe67977c
commit bc666aa983
2 changed files with 2 additions and 0 deletions

View File

@@ -39,6 +39,7 @@
"@standardnotes/responses": "^1.9.0",
"@standardnotes/security": "^1.1.0",
"@standardnotes/services": "workspace:*",
"@standardnotes/utils": "workspace:*",
"reflect-metadata": "^0.1.13"
}
}

View File

@@ -6177,6 +6177,7 @@ __metadata:
"@standardnotes/responses": ^1.9.0
"@standardnotes/security": ^1.1.0
"@standardnotes/services": "workspace:*"
"@standardnotes/utils": "workspace:*"
"@types/jest": ^27.4.1
"@types/lodash": ^4.14.182
"@typescript-eslint/eslint-plugin": ^5.30.0