Skip to content

Commit

Permalink
feat(bungee): fix bungee dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: André Augusto <andre.augusto@tecnico.ulisboa.pt>
  • Loading branch information
AndreAugusto11 authored and RafaelAPB committed Mar 15, 2024
1 parent 21b26f2 commit ffc7b86
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion packages/cactus-plugin-bungee/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,8 @@
"@types/fs-extra": "11.0.3",
"@types/tape": "4.13.4",
"@types/uuid": "9.0.6",
"express": "4.18.2"
"express": "4.18.2",
"fabric-network": "2.2.19"
},
"engines": {
"node": ">=18",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"sinon-chai": "3.7.0",
"ts-node": "7.0.1",
"tslint": "5.20.1",
"typescript": "3.9.10"
"typescript": "5.3.3"
},
"nyc": {
"extension": [
Expand Down

0 comments on commit ffc7b86

Please sign in to comment.