Skip to content

Commit

Permalink
fix(@aristid/leav-types): add missing types (#675)
Browse files Browse the repository at this point in the history
  • Loading branch information
Delmotte-Vincent authored Dec 18, 2024
1 parent b38d2c9 commit 876f967
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 2 deletions.
11 changes: 9 additions & 2 deletions libs/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
16 changes: 16 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 876f967

Please sign in to comment.