Skip to content

Commit

Permalink
fix: update dependencies for monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-bisonai committed Nov 28, 2023
1 parent 9d2be52 commit 671d667
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"cli": "dist/index.js"
},
"dependencies": {
"@bisonai/orakl-vrf": "^0.1.1",
"@bisonai/orakl-vrf": "*",
"axios": "^1.3.4",
"cmd-ts": "^0.11.0",
"ethers": "^5.7.2"
Expand Down
4 changes: 2 additions & 2 deletions core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@
"bull-dashboard": "docker-compose -f docker-compose.bull-monitor.yaml up"
},
"dependencies": {
"@bisonai/orakl-contracts": "^1.3.2",
"@bisonai/orakl-vrf": "^0.2.1",
"@bisonai/orakl-contracts": "*",
"@bisonai/orakl-vrf": "*",
"@ethersproject/experimental": "^5.7.0",
"@slack/webhook": "^6.1.0",
"axios": "^1.2.2",
Expand Down

0 comments on commit 671d667

Please sign in to comment.