Skip to content

Commit

Permalink
Bump up dependencies (#1402)
Browse files Browse the repository at this point in the history
* add new status codes (#1400)

Signed-off-by: Petar Tonev <[email protected]>

Signed-off-by: Petar Tonev <[email protected]>

* Bump up dependencies

Signed-off-by: ochikov <[email protected]>

* Cast the values so TS won't throw an error

Signed-off-by: ochikov <[email protected]>

* update package.json with new versions

Signed-off-by: ochikov <[email protected]>

* revert the grpc version update due to breaking changes

Signed-off-by: ochikov <[email protected]>

---------

Signed-off-by: Petar Tonev <[email protected]>
Signed-off-by: ochikov <[email protected]>
Co-authored-by: petreze <[email protected]>
  • Loading branch information
ochikov and petreze authored Jan 31, 2023
1 parent 2720c7f commit 2961556
Show file tree
Hide file tree
Showing 18 changed files with 6,065 additions and 4,106 deletions.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Default code owners for entire repository
* @danielakhterov @mehcode @SimiHunjan
* @SimiHunjan @ochikov @petreze
24 changes: 12 additions & 12 deletions examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,23 +15,23 @@
},
"dependencies": {
"@hashgraph/sdk": "link:..",
"axios": "^0.27.2",
"dotenv": "^14.3.2"
"axios": "^1.2.3",
"dotenv": "^16.0.3"
},
"devDependencies": {
"@types/node": "^17.0.23",
"@typescript-eslint/eslint-plugin": "^5.19.0",
"@typescript-eslint/parser": "^5.19.0",
"dpdm": "^3.9.0",
"eslint": "^8.13.0",
"@types/node": "^18.11.18",
"@typescript-eslint/eslint-plugin": "^5.48.2",
"@typescript-eslint/parser": "^5.48.2",
"dpdm": "^3.11.0",
"eslint": "^8.32.0",
"eslint-plugin-compat": "^4.0.2",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsdoc": "^37.9.7",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsdoc": "^39.6.7",
"eslint-plugin-node": "^11.1.0",
"npm-run-all": "^4.1.5",
"nyc": "^15.1.0",
"prettier": "^2.6.2",
"typedoc": "^0.22.15",
"typescript": "^4.6.3"
"prettier": "^2.8.3",
"typedoc": "^0.23.24",
"typescript": "^4.9.4"
}
}
Loading

0 comments on commit 2961556

Please sign in to comment.