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 Dec 8, 2024
1 parent a7f3936 commit e1e7c4f
Show file tree
Hide file tree
Showing 4 changed files with 190 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 @@ -62,9 +62,9 @@
"@types/ws": "8.5.13",
"agentkeepalive": "4.5.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.1",
"@blockprotocol/core": "0.1.3",
"@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.2",
"@blockprotocol/core": "0.1.3",
"@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.1",
"@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",
"id128": "1.6.6",
Expand Down
Loading

0 comments on commit e1e7c4f

Please sign in to comment.