Skip to content

Commit

Permalink
refactor: update graphql version from 15.9.0 to 16.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
amalcaraz committed Oct 8, 2024
1 parent dfa6246 commit ddbdc8f
Show file tree
Hide file tree
Showing 11 changed files with 157 additions and 82 deletions.
151 changes: 112 additions & 39 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions packages/avalanche/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@
"author": "ALEPH.im",
"license": "ISC",
"peerDependencies": {
"graphql": "^15.8.0",
"graphql-type-json": "^0.3.2",
"luxon": "3.2.1"
"graphql": "^16.x",
"graphql-type-json": "^0.3.x",
"luxon": "3.x"
},
"devDependencies": {
"@types/luxon": "3.2.0",
"@types/node": "^17.0.33",
"graphql": "^15.8.0",
"graphql": "^16.9.0",
"graphql-type-json": "^0.3.2",
"luxon": "3.2.1"
},
Expand All @@ -40,4 +40,4 @@
"entryPoint": "./index.ts",
"displayName": "Avalanche Indexer Framework"
}
}
}
10 changes: 5 additions & 5 deletions packages/base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@
"author": "ALEPH.im",
"license": "ISC",
"peerDependencies": {
"graphql": "^15.8.0",
"graphql-type-json": "^0.3.2",
"luxon": "3.2.1"
"graphql": "^16.x",
"graphql-type-json": "^0.3.x",
"luxon": "3.x"
},
"devDependencies": {
"@types/luxon": "3.2.0",
"@types/node": "^17.0.33",
"graphql": "^15.8.0",
"graphql": "^16.9.0",
"graphql-type-json": "^0.3.2",
"luxon": "3.2.1"
},
Expand All @@ -40,4 +40,4 @@
"entryPoint": "./index.ts",
"displayName": "Base Indexer Framework"
}
}
}
10 changes: 5 additions & 5 deletions packages/bsc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@
"author": "ALEPH.im",
"license": "ISC",
"peerDependencies": {
"graphql": "^15.8.0",
"graphql-type-json": "^0.3.2",
"luxon": "3.2.1"
"graphql": "^16.x",
"graphql-type-json": "^0.3.x",
"luxon": "3.x"
},
"devDependencies": {
"@types/luxon": "3.2.0",
"@types/node": "^17.0.33",
"graphql": "^15.8.0",
"graphql": "^16.9.0",
"graphql-type-json": "^0.3.2",
"luxon": "3.2.1"
},
Expand All @@ -40,4 +40,4 @@
"entryPoint": "./index.ts",
"displayName": "Bsc Indexer Framework"
}
}
}
10 changes: 5 additions & 5 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
"author": "ALEPH.im",
"license": "ISC",
"peerDependencies": {
"graphql": "^15.8.0",
"graphql-type-json": "^0.3.2",
"luxon": "3.2.1"
"graphql": "^16.x",
"graphql-type-json": "^0.3.x",
"luxon": "3.x"
},
"devDependencies": {
"@types/compression": "^1.7.2",
Expand All @@ -31,7 +31,7 @@
"@types/express-rate-limit": "^5.1.3",
"@types/luxon": "3.2.0",
"@types/node": "^17.0.33",
"graphql": "^15.8.0",
"graphql": "^16.9.0",
"graphql-type-json": "^0.3.2",
"luxon": "3.2.1"
},
Expand All @@ -54,4 +54,4 @@
"entryPoint": "./src/index.ts",
"displayName": "Indexer Core"
}
}
}
Loading

0 comments on commit ddbdc8f

Please sign in to comment.