Skip to content

Commit

Permalink
fix(deps): update dependency @apollo/client to ^3.2.3 (#3922)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <[email protected]>
  • Loading branch information
renovate[bot] and renovate-bot authored Oct 11, 2020
1 parent b26a765 commit 43dc17a
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion examples/blog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"start": "cross-env NODE_ENV=production keystone start"
},
"dependencies": {
"@apollo/client": "^3.2.2",
"@apollo/client": "^3.2.3",
"@arch-ui/layout": "^0.2.14",
"@arch-ui/typography": "^0.0.18",
"@emotion/core": "^10.0.35",
Expand Down
2 changes: 1 addition & 1 deletion examples/meetup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"start": "cross-env NODE_ENV=production keystone start"
},
"dependencies": {
"@apollo/client": "^3.2.2",
"@apollo/client": "^3.2.3",
"@emotion/core": "^10.0.35",
"@keystonejs/adapter-mongoose": "^10.0.0",
"@keystonejs/app-admin-ui": "^7.3.8",
Expand Down
2 changes: 1 addition & 1 deletion packages-next/admin-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"main": "dist/admin-ui.cjs.js",
"module": "dist/admin-ui.esm.js",
"dependencies": {
"@apollo/client": "^3.2.2",
"@apollo/client": "^3.2.3",
"@babel/runtime": "^7.11.2",
"@emotion/core": "^10.0.35",
"@emotion/hash": "^0.8.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/apollo-helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"build": "echo 'noop - see the Keystone package.json#build script'"
},
"dependencies": {
"@apollo/client": "^3.2.2",
"@apollo/client": "^3.2.3",
"@babel/runtime": "^7.11.2",
"@jesstelford/apollo-cache-invalidation": "^0.0.3-gh3-gh5",
"@types/react": "^16.9.51",
Expand Down
2 changes: 1 addition & 1 deletion packages/app-admin-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"node": ">=10.0.0"
},
"dependencies": {
"@apollo/client": "^3.2.2",
"@apollo/client": "^3.2.3",
"@arch-ui/alert": "^0.0.18",
"@arch-ui/badge": "^0.0.17",
"@arch-ui/button": "^0.0.22",
Expand Down
2 changes: 1 addition & 1 deletion packages/fields-unsplash/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"node": ">=10.0.0"
},
"dependencies": {
"@apollo/client": "^3.2.2",
"@apollo/client": "^3.2.3",
"@arch-ui/fields": "^3.0.5",
"@arch-ui/input": "^0.1.11",
"@babel/runtime": "^7.11.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/fields/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"node": ">=10.0.0"
},
"dependencies": {
"@apollo/client": "^3.2.2",
"@apollo/client": "^3.2.3",
"@arch-ui/alert": "^0.0.18",
"@arch-ui/button": "^0.0.22",
"@arch-ui/controls": "^0.1.9",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,10 @@
tslib "^1.10.0"
zen-observable "^0.8.14"

"@apollo/client@^3.2.2":
version "3.2.2"
resolved "https://registry.yarnpkg.com/@apollo/client/-/client-3.2.2.tgz#fe5cad4d53373979f13a925e9da02d8743e798a5"
integrity sha512-lw80L0i8PHhv863iLEwf5AvNak9STPNC6/0MWQYGZHV4yEryj7muLAueRzXkZHpoddGAou80xL8KqLAODNy0/A==
"@apollo/client@^3.2.3":
version "3.2.3"
resolved "https://registry.yarnpkg.com/@apollo/client/-/client-3.2.3.tgz#d13e4efa501a1fadefa3cd93e2de99cba2b53999"
integrity sha512-AraRQRG4HinqcsuDtRzuavMuSxkK46TO4zh4zfLLCazMYSYP1xY9E5cQEeUHZ993HQMs4A7tyATPaEMfn8UZfA==
dependencies:
"@graphql-typed-document-node/core" "^3.0.0"
"@types/zen-observable" "^0.8.0"
Expand Down

0 comments on commit 43dc17a

Please sign in to comment.