fix: add missing utils dependency on api
This commit is contained in:
@@ -39,6 +39,7 @@
|
|||||||
"@standardnotes/responses": "^1.9.0",
|
"@standardnotes/responses": "^1.9.0",
|
||||||
"@standardnotes/security": "^1.1.0",
|
"@standardnotes/security": "^1.1.0",
|
||||||
"@standardnotes/services": "workspace:*",
|
"@standardnotes/services": "workspace:*",
|
||||||
|
"@standardnotes/utils": "workspace:*",
|
||||||
"reflect-metadata": "^0.1.13"
|
"reflect-metadata": "^0.1.13"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -6177,6 +6177,7 @@ __metadata:
|
|||||||
"@standardnotes/responses": ^1.9.0
|
"@standardnotes/responses": ^1.9.0
|
||||||
"@standardnotes/security": ^1.1.0
|
"@standardnotes/security": ^1.1.0
|
||||||
"@standardnotes/services": "workspace:*"
|
"@standardnotes/services": "workspace:*"
|
||||||
|
"@standardnotes/utils": "workspace:*"
|
||||||
"@types/jest": ^27.4.1
|
"@types/jest": ^27.4.1
|
||||||
"@types/lodash": ^4.14.182
|
"@types/lodash": ^4.14.182
|
||||||
"@typescript-eslint/eslint-plugin": ^5.30.0
|
"@typescript-eslint/eslint-plugin": ^5.30.0
|
||||||
|
|||||||
Reference in New Issue
Block a user