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 13, 2024
1 parent e2e5139 commit e48fa35
Show file tree
Hide file tree
Showing 3 changed files with 559 additions and 544 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
6 changes: 3 additions & 3 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 @@ -41,7 +41,7 @@
"binary-install": "^1.1.0",
"chalk": "5.3.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",
Expand All @@ -66,7 +66,7 @@
"@types/semver": "^7.5.8",
"@types/which": "^3.0.4",
"copyfiles": "^2.4.1",
"oclif": "4.16.0",
"oclif": "4.16.2",
"spawn-command": "1.0.0",
"strip-ansi": "7.1.0",
"typescript": "^5.7.2",
Expand Down
Loading

0 comments on commit e48fa35

Please sign in to comment.