Skip to content

Commit 833c92e

Browse files
fix(deps): update apollo graphql packages
1 parent f4657fe commit 833c92e

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

apps/condo/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@2gis/mapgl": "1.28.0",
2828
"@ant-design/colors": "^6.0.0",
2929
"@ant-design/icons": "^4.7.0",
30-
"@apollo/client": "3.3.20",
30+
"@apollo/client": "3.8.6",
3131
"@condo/domains": "link:./domains",
3232
"@emotion/babel-plugin": "^11.10.0",
3333
"@emotion/core": "^10.1.1",

apps/miniapp/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"createschema": "./../../bin/createschema"
1818
},
1919
"dependencies": {
20-
"@apollo/client": "3.3.20",
20+
"@apollo/client": "3.8.6",
2121
"@app/condo": "workspace:^",
2222
"@condo/domains": "link:../condo/domains",
2323
"@emotion/babel-plugin": "^11.10.0",

packages/codegen/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"version": "1.0.0",
55
"repository": "https://github.com/open-condo-software/condo/tree/master/packages/codegen",
66
"dependencies": {
7-
"@apollo/client": "3.3.20",
7+
"@apollo/client": "3.8.6",
88
"@graphql-typed-document-node/core": "^3.1.1",
99
"@open-condo/config": "workspace:^",
1010
"@open-condo/keystone": "workspace:^",

packages/keystone/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"./*": "./*.js"
1313
},
1414
"dependencies": {
15-
"@apollo/client": "3.3.20",
15+
"@apollo/client": "3.8.6",
1616
"@keystonejs/adapter-knex": "^13.2.0",
1717
"@keystonejs/adapter-mongoose": "^11.2.0",
1818
"@keystonejs/adapter-prisma": "^3.2.0",
@@ -35,7 +35,7 @@
3535
"@open-condo/config": "workspace:^",
3636
"@open-condo/locales": "workspace:^",
3737
"apollo-errors": "^1.9.0",
38-
"apollo-server-errors": "^3.1.0",
38+
"@apollo/server": "^4.0.0",
3939
"apollo-upload-client": "^14.1.3",
4040
"axios": "^0.21.2",
4141
"axios-cookiejar-support": "^1.0.1",

packages/next/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "1.0.0",
44
"main": "./index.js",
55
"dependencies": {
6-
"@apollo/client": "3.3.20",
6+
"@apollo/client": "3.8.6",
77
"apollo-upload-client": "^14.1.3",
88
"eventemitter3": "^4.0.0",
99
"graphql": "^15.6.1",

0 commit comments

Comments
 (0)