Skip to content

Commit

Permalink
Update Apollo GraphQL packages
Browse files Browse the repository at this point in the history
  • Loading branch information
hash-worker[bot] authored Jan 28, 2025
1 parent 827a1a4 commit 9277430
Show file tree
Hide file tree
Showing 4 changed files with 153 additions and 73 deletions.
6 changes: 3 additions & 3 deletions apps/hash-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@
"@types/ws": "8.5.14",
"agentkeepalive": "4.6.0",
"apollo-datasource": "3.3.2",
"apollo-server-core": "3.12.1",
"apollo-server-errors": "3.3.1",
"apollo-server-express": "3.9.0",
"apollo-server-core": "3.13.0",
"@apollo/server": "4.0.0",
"apollo-server-express": "3.13.0",
"app-root-path": "3.1.0",
"axios": "1.7.9",
"body-parser": "1.20.3",
Expand Down
2 changes: 1 addition & 1 deletion apps/hash-frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"start:test:healthcheck": "wait-on --timeout 600000 http://0.0.0.0:3000"
},
"dependencies": {
"@apollo/client": "3.10.5",
"@apollo/client": "3.12.7",
"@blockprotocol/core": "patch:@blockprotocol/core@npm%3A0.1.3#~/.yarn/patches/@blockprotocol-core-npm-0.1.3-7c4f062e15.patch",
"@blockprotocol/graph": "0.4.0-canary.0",
"@blockprotocol/hook": "0.1.3",
Expand Down
4 changes: 2 additions & 2 deletions libs/@local/hash-isomorphic-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"test:unit": "vitest --run"
},
"dependencies": {
"@apollo/client": "3.10.5",
"@apollo/client": "3.12.7",
"@blockprotocol/core": "patch:@blockprotocol/core@npm%3A0.1.3#~/.yarn/patches/@blockprotocol-core-npm-0.1.3-7c4f062e15.patch",
"@blockprotocol/graph": "0.4.0-canary.0",
"@local/advanced-types": "0.0.0-private",
Expand All @@ -35,7 +35,7 @@
"@local/hash-subgraph": "0.0.0-private",
"@sentry/browser": "7.120.3",
"@sindresorhus/slugify": "1.1.2",
"apollo-server-express": "3.9.0",
"apollo-server-express": "3.13.0",
"fix-esm-import-path": "1.10.1",
"fractional-indexing": "2.1.0",
"immer": "9.0.21",
Expand Down
Loading

0 comments on commit 9277430

Please sign in to comment.