Skip to content

Commit

Permalink
Fix dependencies (#1722)
Browse files Browse the repository at this point in the history
* test

Signed-off-by: Petar Tonev <petar.tonev@limechain.tech>

* test on friday

Signed-off-by: Petar Tonev <petar.tonev@limechain.tech>

* revert dependabot config

Signed-off-by: Petar Tonev <petar.tonev@limechain.tech>

* prepare for beta release

Signed-off-by: Petar Tonev <petar.tonev@limechain.tech>

* prepare for beta release

Signed-off-by: Petar Tonev <petar.tonev@limechain.tech>

* release stable version of proto package

Signed-off-by: Petar Tonev <petar.tonev@limechain.tech>

---------

Signed-off-by: Petar Tonev <petar.tonev@limechain.tech>
  • Loading branch information
petreze authored Jul 17, 2023
1 parent af8d74b commit c7e1b24
Show file tree
Hide file tree
Showing 2 changed files with 82 additions and 26 deletions.
8 changes: 4 additions & 4 deletions packages/proto/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hashgraph/proto",
"version": "2.12.0",
"version": "2.13.0",
"description": "Protobufs for the Hedera™ Hashgraph SDK",
"main": "lib/index.js",
"browser": "src/index.js",
Expand Down Expand Up @@ -35,8 +35,7 @@
],
"dependencies": {
"long": "^4.0.0",
"protobufjs": "^7.1.2",
"protobufjs-cli": "^1.0.2"
"protobufjs": "^7.1.2"
},
"devDependencies": {
"@babel/cli": "^7.20.7",
Expand Down Expand Up @@ -65,6 +64,7 @@
"replace-in-file": "^6.3.5",
"semver": "^7.3.8",
"tmp": "^0.2.1",
"typescript": "^4.9.4"
"typescript": "^4.9.4",
"protobufjs-cli": "^1.0.2"
}
}
Loading

0 comments on commit c7e1b24

Please sign in to comment.