Skip to content

Commit 7401acf

Browse files
fix(deps): update all non-major dependencies
1 parent f6079a6 commit 7401acf

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
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
"pnpm": {

packages/cli/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,21 +32,21 @@
3232
},
3333
"dependencies": {
3434
"@float-capital/float-subgraph-uncrashable": "0.0.0-internal-testing.5",
35-
"@oclif/core": "4.0.34",
35+
"@oclif/core": "4.2.0",
3636
"@oclif/plugin-autocomplete": "^3.2.11",
3737
"@oclif/plugin-not-found": "^3.2.29",
3838
"@oclif/plugin-warn-if-update-available": "^3.1.24",
3939
"@pinax/graph-networks-registry": "^0.6.5",
4040
"@whatwg-node/fetch": "^0.10.1",
4141
"assemblyscript": "0.19.23",
4242
"binary-install": "^1.1.0",
43-
"chokidar": "4.0.1",
44-
"debug": "4.3.7",
43+
"chokidar": "4.0.3",
44+
"debug": "4.4.0",
4545
"docker-compose": "1.1.0",
4646
"fs-extra": "11.2.0",
4747
"glob": "11.0.0",
4848
"gluegun": "5.2.0",
49-
"graphql": "16.9.0",
49+
"graphql": "16.10.0",
5050
"immutable": "5.0.3",
5151
"jayson": "4.1.3",
5252
"js-yaml": "4.1.0",
@@ -55,7 +55,7 @@
5555
"prettier": "3.4.2",
5656
"semver": "7.6.3",
5757
"tmp-promise": "3.0.3",
58-
"undici": "7.1.1",
58+
"undici": "7.2.0",
5959
"web3-eth-abi": "4.4.1",
6060
"yaml": "2.6.1"
6161
},
@@ -66,7 +66,7 @@
6666
"@types/semver": "^7.5.8",
6767
"@types/which": "^3.0.4",
6868
"copyfiles": "^2.4.1",
69-
"oclif": "4.16.0",
69+
"oclif": "4.17.4",
7070
"spawn-command": "1.0.0",
7171
"strip-ansi": "7.1.0",
7272
"typescript": "^5.7.2",

website/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"connectkit": "^1.8.2",
2929
"file-type": "^19.6.0",
3030
"gql.tada": "^1.8.10",
31-
"graphql": "16.9.0",
31+
"graphql": "16.10.0",
3232
"kubo-rpc-client": "^5.0.2",
3333
"react": "^19.0.0",
3434
"react-dom": "^19.0.0",
@@ -46,7 +46,7 @@
4646
"devDependencies": {
4747
"@0no-co/graphqlsp": "^1.12.16",
4848
"@tanstack/router-cli": "1.87.7",
49-
"@tanstack/router-vite-plugin": "1.87.13",
49+
"@tanstack/router-vite-plugin": "1.91.1",
5050
"@types/react": "^19.0.0",
5151
"@types/react-dom": "^19.0.0",
5252
"@types/semver": "^7.5.8",

0 commit comments

Comments
 (0)