fix(models): dependency declaration

This commit is contained in:
Karol Sójko
2023-01-20 15:01:44 +01:00
parent 6e7517650b
commit beccfb16b3

View File

@@ -21,11 +21,13 @@
"lint": "eslint src --ext .ts", "lint": "eslint src --ext .ts",
"test": "jest" "test": "jest"
}, },
"dependencies": {
"@standardnotes/utils": "workspace:*"
},
"devDependencies": { "devDependencies": {
"@standardnotes/common": "^1.46.4", "@standardnotes/common": "^1.46.4",
"@standardnotes/features": "workspace:*", "@standardnotes/features": "workspace:*",
"@standardnotes/responses": "workspace:*", "@standardnotes/responses": "workspace:*",
"@standardnotes/utils": "workspace:*",
"@types/jest": "^29.2.3", "@types/jest": "^29.2.3",
"@types/lodash": "^4.14.189", "@types/lodash": "^4.14.189",
"@typescript-eslint/eslint-plugin": "*", "@typescript-eslint/eslint-plugin": "*",