fix(models): displaced dependencies

This commit is contained in:
Karol Sójko
2023-01-23 08:50:53 +01:00
parent 4620fe9f07
commit 9dc25cbb44

View File

@@ -23,18 +23,18 @@
},
"dependencies": {
"@standardnotes/common": "^1.46.4",
"@standardnotes/utils": "workspace:^"
},
"devDependencies": {
"@standardnotes/features": "workspace:*",
"@standardnotes/responses": "workspace:*",
"@standardnotes/utils": "workspace:^",
"lodash": "^4.17.21"
},
"devDependencies": {
"@types/jest": "^29.2.3",
"@types/lodash": "^4.14.189",
"@typescript-eslint/eslint-plugin": "*",
"eslint": "*",
"eslint-plugin-prettier": "*",
"jest": "^29.3.1",
"lodash": "^4.17.21",
"reflect-metadata": "^0.1.13",
"ts-jest": "^29.0.3",
"typescript": "*"