fix(models): displaced dependencies
This commit is contained in:
@@ -23,18 +23,18 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@standardnotes/common": "^1.46.4",
|
"@standardnotes/common": "^1.46.4",
|
||||||
"@standardnotes/utils": "workspace:^"
|
|
||||||
},
|
|
||||||
"devDependencies": {
|
|
||||||
"@standardnotes/features": "workspace:*",
|
"@standardnotes/features": "workspace:*",
|
||||||
"@standardnotes/responses": "workspace:*",
|
"@standardnotes/responses": "workspace:*",
|
||||||
|
"@standardnotes/utils": "workspace:^",
|
||||||
|
"lodash": "^4.17.21"
|
||||||
|
},
|
||||||
|
"devDependencies": {
|
||||||
"@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": "*",
|
||||||
"eslint": "*",
|
"eslint": "*",
|
||||||
"eslint-plugin-prettier": "*",
|
"eslint-plugin-prettier": "*",
|
||||||
"jest": "^29.3.1",
|
"jest": "^29.3.1",
|
||||||
"lodash": "^4.17.21",
|
|
||||||
"reflect-metadata": "^0.1.13",
|
"reflect-metadata": "^0.1.13",
|
||||||
"ts-jest": "^29.0.3",
|
"ts-jest": "^29.0.3",
|
||||||
"typescript": "*"
|
"typescript": "*"
|
||||||
|
|||||||
Reference in New Issue
Block a user