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" "test": "jest"
}, },
"dependencies": { "dependencies": {
"@standardnotes/common": "^1.46.4",
"@standardnotes/utils": "workspace:^" "@standardnotes/utils": "workspace:^"
}, },
"devDependencies": { "devDependencies": {
"@standardnotes/common": "^1.46.4",
"@standardnotes/features": "workspace:*", "@standardnotes/features": "workspace:*",
"@standardnotes/responses": "workspace:*", "@standardnotes/responses": "workspace:*",
"@types/jest": "^29.2.3", "@types/jest": "^29.2.3",