Skip to content

Commit

Permalink
fix(deps): update apollo graphql packages
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 22, 2023
1 parent 43f8ff7 commit 3f5d672
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion apps/condo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@2gis/mapgl": "1.28.0",
"@ant-design/colors": "^6.0.0",
"@ant-design/icons": "^4.7.0",
"@apollo/client": "3.3.20",
"@apollo/client": "3.8.6",
"@condo/domains": "link:./domains",
"@emotion/babel-plugin": "^11.10.0",
"@emotion/core": "^10.1.1",
Expand Down
2 changes: 1 addition & 1 deletion apps/miniapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"createschema": "./../../bin/createschema"
},
"dependencies": {
"@apollo/client": "3.3.20",
"@apollo/client": "3.8.6",
"@app/condo": "workspace:^",
"@condo/domains": "link:../condo/domains",
"@emotion/babel-plugin": "^11.10.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/codegen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"version": "1.0.0",
"repository": "https://github.com/open-condo-software/condo/tree/master/packages/codegen",
"dependencies": {
"@apollo/client": "3.3.20",
"@apollo/client": "3.8.6",
"@graphql-typed-document-node/core": "^3.1.1",
"@open-condo/config": "workspace:^",
"@open-condo/keystone": "workspace:^",
Expand Down
4 changes: 2 additions & 2 deletions packages/keystone/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"./*": "./*.js"
},
"dependencies": {
"@apollo/client": "3.3.20",
"@apollo/client": "3.8.6",
"@keystonejs/adapter-knex": "^13.2.0",
"@keystonejs/adapter-mongoose": "^11.2.0",
"@keystonejs/adapter-prisma": "^3.2.0",
Expand All @@ -35,7 +35,7 @@
"@open-condo/config": "workspace:^",
"@open-condo/locales": "workspace:^",
"apollo-errors": "^1.9.0",
"apollo-server-errors": "^3.1.0",
"@apollo/server": "^4.0.0",
"apollo-upload-client": "^14.1.3",
"axios": "^0.21.2",
"axios-cookiejar-support": "^1.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.0.0",
"main": "./index.js",
"dependencies": {
"@apollo/client": "3.3.20",
"@apollo/client": "3.8.6",
"apollo-upload-client": "^14.1.3",
"eventemitter3": "^4.0.0",
"graphql": "^15.6.1",
Expand Down

0 comments on commit 3f5d672

Please sign in to comment.