Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 15, 2024
1 parent 91766cd commit 84e5702
Show file tree
Hide file tree
Showing 5 changed files with 584 additions and 530 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
if: ${{ startsWith(github.event.head_commit.message, env.RELEASE_COMMIT_MSG) }}
run: pnpm --filter=@graphprotocol/graph-cli oclif:pack
- name: Release / pull_request
uses: dotansimha/[email protected].0
uses: dotansimha/[email protected].2
with:
publish: pnpm release
version: pnpm changeset version
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@theguild/eslint-config": "0.13.2",
"@theguild/prettier-config": "3.0.0",
"@types/node": "^22.10.1",
"eslint": "9.16.0",
"eslint": "9.17.0",
"prettier": "3.4.2"
}
}
8 changes: 4 additions & 4 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
"dependencies": {
"@float-capital/float-subgraph-uncrashable": "0.0.0-internal-testing.5",
"@oclif/core": "4.0.34",
"@oclif/core": "4.0.37",
"@oclif/plugin-autocomplete": "^3.2.11",
"@oclif/plugin-not-found": "^3.2.29",
"@oclif/plugin-warn-if-update-available": "^3.1.24",
Expand All @@ -40,12 +40,12 @@
"assemblyscript": "0.27.31",
"binary-install": "^1.1.0",
"chokidar": "4.0.1",
"debug": "4.3.7",
"debug": "4.4.0",
"docker-compose": "1.1.0",
"fs-extra": "11.2.0",
"glob": "11.0.0",
"gluegun": "5.2.0",
"graphql": "16.9.0",
"graphql": "16.10.0",
"immutable": "5.0.3",
"jayson": "4.1.3",
"js-yaml": "4.1.0",
Expand All @@ -63,7 +63,7 @@
"@types/semver": "^7.5.8",
"@types/which": "^3.0.4",
"copyfiles": "^2.4.1",
"oclif": "4.16.0",
"oclif": "4.16.4",
"spawn-command": "1.0.0",
"strip-ansi": "7.1.0",
"typescript": "^5.7.2",
Expand Down
Loading

0 comments on commit 84e5702

Please sign in to comment.