Skip to content

Commit 7671243

Browse files
fix(deps): update apollo graphql packages
1 parent d71621a commit 7671243

8 files changed

Lines changed: 122 additions & 196 deletions

File tree

packages/api-catalog-service/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"graphql": "^15.6.1",
6161
"graphql-import-node": "^0.0.4",
6262
"graphql-redis-subscriptions": "2.4.0",
63-
"graphql-subscriptions": "^1.2.1",
63+
"graphql-subscriptions": "^3.0.0",
6464
"handlebars": "^4.7.7",
6565
"ioredis": "^4.28.0",
6666
"js-yaml": "^4.1.0",

packages/api-gateway-service/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
],
4040
"license": "MIT",
4141
"dependencies": {
42-
"apollo-server-express": "2.25.2",
42+
"apollo-server-express": "3.13.0",
4343
"clean-webpack-plugin": "3.0.0",
4444
"cors": "2.8.5",
4545
"dotenv-safe": "8.2.0",
@@ -57,7 +57,7 @@
5757
"ws": "7.5.5"
5858
},
5959
"devDependencies": {
60-
"@apollo/gateway": "0.42.0",
60+
"@apollo/gateway": "2.13.3",
6161
"@types/cors": "2.8.12",
6262
"@types/dotenv-safe": "8.1.2",
6363
"@types/express": "4.17.13",

packages/lighthouse-service/package-lock.json

Lines changed: 3 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/lighthouse-service/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"express": "4.17.1",
5858
"graphql": "^15.6.1",
5959
"graphql-redis-subscriptions": "2.4.0",
60-
"graphql-subscriptions": "^1.2.1",
60+
"graphql-subscriptions": "^3.0.0",
6161
"ioredis": "4.26.0",
6262
"lighthouse": "^9.0.0",
6363
"lodash": "4.17.21",

packages/lighthouse-spa/package-lock.json

Lines changed: 63 additions & 101 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/lighthouse-spa/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@angular/platform-browser": "11.2.14",
2727
"@angular/platform-browser-dynamic": "11.2.14",
2828
"@angular/router": "11.2.14",
29-
"@apollo/client": "3.3.19",
29+
"@apollo/client": "4.1.7",
3030
"@ngx-matomo/tracker": "^1.3.6",
3131
"@one-platform/opc-base": "^1.1.7-beta",
3232
"@one-platform/opc-feedback": "0.0.12-prerelease",

0 commit comments

Comments
 (0)