Skip to content

Commit

Permalink
fix: update nodejs deps
Browse files Browse the repository at this point in the history
  • Loading branch information
scarmuega committed Aug 14, 2024
1 parent 6443ce1 commit d8051d9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions gen/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,10 @@
},
"homepage": "https://github.com/utxorpc/spec#readme",
"devDependencies": {
"typescript": "^5.1.3"
"typescript": "^5.1.3",
"@bufbuild/buf": "^1.35.1"
},
"dependencies": {
"@bufbuild/protobuf": "^1.4"
"@bufbuild/protobuf": "^1.10.0"
}
}

0 comments on commit d8051d9

Please sign in to comment.