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 Jan 27, 2025
1 parent 3da25a3 commit ecc60d8
Show file tree
Hide file tree
Showing 5 changed files with 1,660 additions and 1,535 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.19.0",
"prettier": "3.4.2"
},
"pnpm": {
Expand Down
16 changes: 8 additions & 8 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,20 +37,20 @@
},
"dependencies": {
"@float-capital/float-subgraph-uncrashable": "0.0.0-internal-testing.5",
"@oclif/core": "4.0.34",
"@oclif/core": "4.2.4",
"@oclif/plugin-autocomplete": "^3.2.11",
"@oclif/plugin-not-found": "^3.2.29",
"@oclif/plugin-warn-if-update-available": "^3.1.24",
"@pinax/graph-networks-registry": "^0.6.5",
"@whatwg-node/fetch": "^0.10.1",
"assemblyscript": "0.19.23",
"chokidar": "4.0.1",
"debug": "4.3.7",
"chokidar": "4.0.3",
"debug": "4.4.0",
"docker-compose": "1.1.0",
"fs-extra": "11.2.0",
"glob": "11.0.0",
"fs-extra": "11.3.0",
"glob": "11.0.1",
"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 @@ -59,9 +59,9 @@
"prettier": "3.4.2",
"semver": "7.6.3",
"tmp-promise": "3.0.3",
"undici": "7.2.3",
"undici": "7.3.0",
"web3-eth-abi": "4.4.1",
"yaml": "2.6.1"
"yaml": "2.7.0"
},
"devDependencies": {
"@types/debug": "^4.1.12",
Expand Down
Loading

0 comments on commit ecc60d8

Please sign in to comment.