Skip to content

Commit

Permalink
Merge pull request #254 from hypercerts-org/fix/allowlist_response_re…
Browse files Browse the repository at this point in the history
…fresh

Allowlist claim response cache refresh
  • Loading branch information
bitbeckers authored Feb 12, 2025
2 parents afdd509 + 6f8b777 commit 1f3beb6
Show file tree
Hide file tree
Showing 5 changed files with 649 additions and 783 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
"commitlint": "commitlint --config commitlintrc.ts --edit"
},
"dependencies": {
"@graphql-tools/merge": "^9.0.3",
"@graphql-yoga/plugin-response-cache": "^3.5.0",
"@graphql-tools/merge": "^9.0.19",
"@graphql-yoga/plugin-response-cache": "^3.13.0",
"@hypercerts-org/contracts": "2.0.0-alpha.12",
"@hypercerts-org/marketplace-sdk": "0.3.37",
"@hypercerts-org/sdk": "2.5.0-beta.6",
Expand Down Expand Up @@ -56,12 +56,12 @@
"ethers": "^6.12.2",
"express": "^4.19.2",
"file-type": "^19.6.0",
"gql.tada": "^1.2.1",
"graphql": "^16.8.1",
"gql.tada": "^1.8.10",
"graphql": "^16.10.0",
"graphql-filter": "^1.1.5",
"graphql-middleware": "^6.1.35",
"graphql-scalars": "^1.23.0",
"graphql-yoga": "^5.1.1",
"graphql-scalars": "^1.24.1",
"graphql-yoga": "^5.11.0",
"kysely": "^0.27.4",
"lodash": "^4.17.21",
"lru-cache": "^11.0.0",
Expand All @@ -83,17 +83,17 @@
"node": "20.x"
},
"devDependencies": {
"@0no-co/graphqlsp": "^1.4.1",
"@0no-co/graphqlsp": "^1.12.16",
"@commitlint/cli": "^19.4.1",
"@commitlint/config-conventional": "^19.4.1",
"@eddeee888/gcg-typescript-resolver-files": "^0.7.2",
"@eddeee888/gcg-typescript-resolver-files": "^0.7.5",
"@eslint/js": "^9.0.0",
"@graphql-codegen/cli": "5.0.2",
"@graphql-tools/delegate": "^10.0.3",
"@graphql-tools/executor-http": "^1.0.8",
"@graphql-tools/schema": "^10.0.2",
"@graphql-tools/stitch": "^9.0.3",
"@graphql-tools/wrap": "^10.0.1",
"@graphql-tools/delegate": "^10.2.11",
"@graphql-tools/executor-http": "^1.2.6",
"@graphql-tools/schema": "^10.0.18",
"@graphql-tools/stitch": "^9.4.16",
"@graphql-tools/wrap": "^10.0.29",
"@inquirer/prompts": "^7.2.3",
"@rollup/plugin-typescript": "^11.1.6",
"@sentry/types": "^8.2.1",
Expand Down
Loading

0 comments on commit 1f3beb6

Please sign in to comment.