fix(models): dependency level

This commit is contained in:
Karol Sójko
2023-01-23 08:10:12 +01:00
parent 6e4a512371
commit 981bf6ac92

View File

@@ -22,10 +22,10 @@
"test": "jest"
},
"dependencies": {
"@standardnotes/common": "^1.46.4",
"@standardnotes/utils": "workspace:^"
},
"devDependencies": {
"@standardnotes/common": "^1.46.4",
"@standardnotes/features": "workspace:*",
"@standardnotes/responses": "workspace:*",
"@types/jest": "^29.2.3",