fix(models): dependency on utils declaration

This commit is contained in:
Karol Sójko
2023-01-20 15:02:25 +01:00
parent beccfb16b3
commit e9a10123fe
2 changed files with 2 additions and 2 deletions

View File

@@ -22,7 +22,7 @@
"test": "jest"
},
"dependencies": {
"@standardnotes/utils": "workspace:*"
"@standardnotes/utils": "workspace:^"
},
"devDependencies": {
"@standardnotes/common": "^1.46.4",