Skip to content

Commit

Permalink
fix: oops bump usage too
Browse files Browse the repository at this point in the history
  • Loading branch information
8e8b2c committed Jul 30, 2024
1 parent 42c6b40 commit 8c40e9b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/authority/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@
"//": "TODO: These should probably be peer deps",
"dependencies": {
"@holochain/client": "^0.18.0-dev",
"@holoom/client": "0.1.0-dev.8",
"@holoom/types": "0.1.0-dev.8",
"@holoom/client": "0.1.0-dev.9",
"@holoom/types": "0.1.0-dev.9",
"@msgpack/msgpack": "^2.7.2",
"bs58": "^4.0.1",
"dotenv": "^16.4.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"@solana/web3.js": "^1.87.6"
},
"dependencies": {
"@holoom/types": "0.1.0-dev.8",
"@holoom/types": "0.1.0-dev.9",
"@msgpack/msgpack": "^2.7.2",
"bs58": "^4.0.1",
"uuid": "^9.0.1",
Expand Down

0 comments on commit 8c40e9b

Please sign in to comment.