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",

View File

@@ -4879,7 +4879,7 @@ __metadata:
"@standardnotes/common": ^1.46.4
"@standardnotes/features": "workspace:*"
"@standardnotes/responses": "workspace:*"
"@standardnotes/utils": "workspace:*"
"@standardnotes/utils": "workspace:^"
"@types/jest": ^29.2.3
"@types/lodash": ^4.14.189
"@typescript-eslint/eslint-plugin": "*"