Skip to content

Commit d2401c0

Browse files
Bump the everything-else group with 2 updates (#191)
* Bump the everything-else group with 2 updates Bumps the everything-else group with 2 updates: [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) and [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint). Updates `@eslint/js` from 9.34.0 to 9.35.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/commits/v9.35.0/packages/js) Updates `typescript-eslint` from 8.41.0 to 8.42.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.42.0/packages/typescript-eslint) --- updated-dependencies: - dependency-name: "@eslint/js" dependency-version: 9.35.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: everything-else - dependency-name: typescript-eslint dependency-version: 8.42.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: everything-else ... Signed-off-by: dependabot[bot] <support@github.com> * Update deps --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Miloš Živković <milos.zivkovic@tendermint.com>
1 parent 4daf605 commit d2401c0

File tree

2 files changed

+685
-829
lines changed

2 files changed

+685
-829
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gnolang/gno-js-client",
3-
"version": "1.4.3",
3+
"version": "1.4.4",
44
"description": "Gno JS / TS Client",
55
"main": "./bin/index.js",
66
"author": "Milos Zivkovic <milos.zivkovic@tendermint.com>",
@@ -24,7 +24,7 @@
2424
"js"
2525
],
2626
"devDependencies": {
27-
"@eslint/js": "^9.34.0",
27+
"@eslint/js": "^9.35.0",
2828
"@types/jest": "^30.0.0",
2929
"@types/node": "^24.3.0",
3030
"@typescript-eslint/eslint-plugin": "^8.42.0",
@@ -38,7 +38,7 @@
3838
"ts-jest": "^29.4.0",
3939
"ts-proto": "^2.7.5",
4040
"typescript": "^5.9.2",
41-
"typescript-eslint": "^8.41.0"
41+
"typescript-eslint": "^8.42.0"
4242
},
4343
"scripts": {
4444
"tsc": "tsc",
@@ -51,7 +51,7 @@
5151
},
5252
"dependencies": {
5353
"@cosmjs/ledger-amino": "^0.36.0",
54-
"@gnolang/tm2-js-client": "^1.3.2",
54+
"@gnolang/tm2-js-client": "^1.3.3",
5555
"long": "^5.3.2",
5656
"protobufjs": "^7.5.3"
5757
}

0 commit comments

Comments
 (0)