fix(models): dependency on utils declaration
This commit is contained in:
@@ -22,7 +22,7 @@
|
|||||||
"test": "jest"
|
"test": "jest"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@standardnotes/utils": "workspace:*"
|
"@standardnotes/utils": "workspace:^"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@standardnotes/common": "^1.46.4",
|
"@standardnotes/common": "^1.46.4",
|
||||||
|
|||||||
@@ -4879,7 +4879,7 @@ __metadata:
|
|||||||
"@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:*"
|
"@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": "*"
|
||||||
|
|||||||
Reference in New Issue
Block a user