diff --git a/libs/types/package.json b/libs/types/package.json index e42af68b7..f48f0422a 100644 --- a/libs/types/package.json +++ b/libs/types/package.json @@ -9,5 +9,12 @@ "publish-types": "npm publish --access public" }, "license": "LGPL3", - "repository": "https://github.com/leav-solutions/leav-engine" -} + "repository": "https://github.com/leav-solutions/leav-engine", + "dependencies": { + "@leav/utils": "workspace:*", + "@types/express": "5.0.0", + "@types/jest": "29.5.14", + "arangojs": "8.1.0", + "jest": "29.7.0" + } +} \ No newline at end of file diff --git a/yarn.lock b/yarn.lock index 7985dd28e..ab06f3b5c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -579,6 +579,12 @@ __metadata: "@aristid/leav-types@workspace:libs/types": version: 0.0.0-use.local resolution: "@aristid/leav-types@workspace:libs/types" + dependencies: + "@leav/utils": "workspace:*" + "@types/express": "npm:5.0.0" + "@types/jest": "npm:29.5.14" + arangojs: "npm:8.1.0" + jest: "npm:29.7.0" languageName: unknown linkType: soft @@ -11279,6 +11285,16 @@ __metadata: languageName: node linkType: hard +"@types/jest@npm:29.5.14": + version: 29.5.14 + resolution: "@types/jest@npm:29.5.14" + dependencies: + expect: "npm:^29.0.0" + pretty-format: "npm:^29.0.0" + checksum: 59ec7a9c4688aae8ee529316c43853468b6034f453d08a2e1064b281af9c81234cec986be796288f1bbb29efe943bc950e70c8fa8faae1e460d50e3cf9760f9b + languageName: node + linkType: hard + "@types/jest@npm:29.5.6": version: 29.5.6 resolution: "@types/jest@npm:29.5.6"