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 28, 2024
1 parent f6079a6 commit 7401acf
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 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/changesets-action@v1.5.0
uses: dotansimha/changesets-action@v1.5.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"
},
"pnpm": {
Expand Down
12 changes: 6 additions & 6 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,21 +32,21 @@
},
"dependencies": {
"@float-capital/float-subgraph-uncrashable": "0.0.0-internal-testing.5",
"@oclif/core": "4.0.34",
"@oclif/core": "4.2.0",
"@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",
"binary-install": "^1.1.0",
"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",
"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 @@ -55,7 +55,7 @@
"prettier": "3.4.2",
"semver": "7.6.3",
"tmp-promise": "3.0.3",
"undici": "7.1.1",
"undici": "7.2.0",
"web3-eth-abi": "4.4.1",
"yaml": "2.6.1"
},
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.17.4",
"spawn-command": "1.0.0",
"strip-ansi": "7.1.0",
"typescript": "^5.7.2",
Expand Down
4 changes: 2 additions & 2 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"connectkit": "^1.8.2",
"file-type": "^19.6.0",
"gql.tada": "^1.8.10",
"graphql": "16.9.0",
"graphql": "16.10.0",
"kubo-rpc-client": "^5.0.2",
"react": "^19.0.0",
"react-dom": "^19.0.0",
Expand All @@ -46,7 +46,7 @@
"devDependencies": {
"@0no-co/graphqlsp": "^1.12.16",
"@tanstack/router-cli": "1.87.7",
"@tanstack/router-vite-plugin": "1.87.13",
"@tanstack/router-vite-plugin": "1.91.1",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@types/semver": "^7.5.8",
Expand Down

0 comments on commit 7401acf

Please sign in to comment.