Skip to content

Commit 84e5702

Browse files
fix(deps): update all non-major dependencies
1 parent 91766cd commit 84e5702

File tree

5 files changed

+584
-530
lines changed

5 files changed

+584
-530
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
if: ${{ startsWith(github.event.head_commit.message, env.RELEASE_COMMIT_MSG) }}
3939
run: pnpm --filter=@graphprotocol/graph-cli oclif:pack
4040
- name: Release / pull_request
41-
uses: dotansimha/[email protected].0
41+
uses: dotansimha/[email protected].2
4242
with:
4343
publish: pnpm release
4444
version: pnpm changeset version

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"@theguild/eslint-config": "0.13.2",
3737
"@theguild/prettier-config": "3.0.0",
3838
"@types/node": "^22.10.1",
39-
"eslint": "9.16.0",
39+
"eslint": "9.17.0",
4040
"prettier": "3.4.2"
4141
}
4242
}

packages/cli/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
},
3232
"dependencies": {
3333
"@float-capital/float-subgraph-uncrashable": "0.0.0-internal-testing.5",
34-
"@oclif/core": "4.0.34",
34+
"@oclif/core": "4.0.37",
3535
"@oclif/plugin-autocomplete": "^3.2.11",
3636
"@oclif/plugin-not-found": "^3.2.29",
3737
"@oclif/plugin-warn-if-update-available": "^3.1.24",
@@ -40,12 +40,12 @@
4040
"assemblyscript": "0.27.31",
4141
"binary-install": "^1.1.0",
4242
"chokidar": "4.0.1",
43-
"debug": "4.3.7",
43+
"debug": "4.4.0",
4444
"docker-compose": "1.1.0",
4545
"fs-extra": "11.2.0",
4646
"glob": "11.0.0",
4747
"gluegun": "5.2.0",
48-
"graphql": "16.9.0",
48+
"graphql": "16.10.0",
4949
"immutable": "5.0.3",
5050
"jayson": "4.1.3",
5151
"js-yaml": "4.1.0",
@@ -63,7 +63,7 @@
6363
"@types/semver": "^7.5.8",
6464
"@types/which": "^3.0.4",
6565
"copyfiles": "^2.4.1",
66-
"oclif": "4.16.0",
66+
"oclif": "4.16.4",
6767
"spawn-command": "1.0.0",
6868
"strip-ansi": "7.1.0",
6969
"typescript": "^5.7.2",

0 commit comments

Comments
 (0)