Skip to content

Commit

Permalink
Update Apollo GraphQL packages
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Aug 27, 2020
1 parent 4e8cb8a commit 30f5f05
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 25 deletions.
2 changes: 1 addition & 1 deletion demo-projects/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.1.3",
"@apollo/client": "^3.1.4",
"@arch-ui/layout": "^0.2.13",
"@arch-ui/typography": "^0.0.17",
"@emotion/core": "^10.0.35",
Expand Down
2 changes: 1 addition & 1 deletion demo-projects/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.1.3",
"@apollo/client": "^3.1.4",
"@emotion/core": "^10.0.35",
"@keystonejs/adapter-mongoose": "^9.0.3",
"@keystonejs/app-admin-ui": "^7.3.2",
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.1.3",
"@apollo/client": "^3.1.4",
"@arch-ui/alert": "^0.0.17",
"@arch-ui/badge": "^0.0.16",
"@arch-ui/button": "^0.0.20",
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.1.3",
"@apollo/client": "^3.1.4",
"@apollo/react-hooks": "^3.1.5",
"@arch-ui/fields": "^3.0.3",
"@arch-ui/input": "^0.1.10",
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.1.3",
"@apollo/client": "^3.1.4",
"@arch-ui/alert": "^0.0.17",
"@arch-ui/button": "^0.0.20",
"@arch-ui/controls": "^0.1.8",
Expand Down
2 changes: 1 addition & 1 deletion packages/keystone/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@keystonejs/session": "^8.1.0",
"@keystonejs/utils": "^5.4.2",
"apollo-errors": "^1.9.0",
"apollo-server-express": "^2.16.1",
"apollo-server-express": "^2.17.0",
"arg": "^4.1.3",
"chalk": "^4.1.0",
"ci-info": "^2.0.0",
Expand Down
39 changes: 20 additions & 19 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,10 @@
tslib "^1.10.0"
zen-observable "^0.8.14"

"@apollo/client@^3.1.3":
version "3.1.3"
resolved "https://registry.yarnpkg.com/@apollo/client/-/client-3.1.3.tgz#4ea9c3818bd2836a3dbe26088227c3d8cb46ad2b"
integrity sha512-zXMiaj+dX0sgXIwEV5d/PI6B8SZT2bqlKNjZWcEXRY7NjESF5J3nd4v8KOsrhHe+A3YhNv63tIl35Sq7uf41Pg==
"@apollo/client@^3.1.4":
version "3.1.4"
resolved "https://registry.yarnpkg.com/@apollo/client/-/client-3.1.4.tgz#2848a9f29619275df9af55966c4f5984e31cea6e"
integrity sha512-XPZ2eL+0GN25FazEOAVAvEyAzWPVsHeo+DgG/45d4Rb+srzPN+vmRgpQL5TdX2BYJoPd04J/g8OZwYUEKL8laA==
dependencies:
"@types/zen-observable" "^0.8.0"
"@wry/context" "^0.5.2"
Expand All @@ -85,6 +85,7 @@
optimism "^0.12.1"
prop-types "^15.7.2"
symbol-observable "^1.2.0"
terser "^5.2.0"
ts-invariant "^0.4.4"
tslib "^1.10.0"
zen-observable "^0.8.14"
Expand Down Expand Up @@ -6307,10 +6308,10 @@ apollo-server-caching@^0.5.2:
dependencies:
lru-cache "^5.0.0"

apollo-server-core@^2.16.1:
version "2.16.1"
resolved "https://registry.yarnpkg.com/apollo-server-core/-/apollo-server-core-2.16.1.tgz#5b5b8245ab9c0cb6c2367ec19ab855dea6ccea3a"
integrity sha512-nuwn5ZBbmzPwDetb3FgiFFJlNK7ZBFg8kis/raymrjd3eBGdNcOyMTJDl6J9673X9Xqp+dXQmFYDW/G3G8S1YA==
apollo-server-core@^2.17.0:
version "2.17.0"
resolved "https://registry.yarnpkg.com/apollo-server-core/-/apollo-server-core-2.17.0.tgz#6af697ffe4968e74add01cd1efd2a8fb33299cf3"
integrity sha512-rjAkBbKSrGLDfg/g5bohnPlQahmkAxgEBuMDVsoF3aa+RaEPXPUMYrLbOxntl0LWeLbPiMa/IyFF43dvlGqV7w==
dependencies:
"@apollographql/apollo-tools" "^0.4.3"
"@apollographql/graphql-playground-html" "1.6.26"
Expand All @@ -6324,7 +6325,7 @@ apollo-server-core@^2.16.1:
apollo-server-errors "^2.4.2"
apollo-server-plugin-base "^0.9.1"
apollo-server-types "^0.5.1"
apollo-tracing "^0.11.1"
apollo-tracing "^0.11.2"
fast-json-stable-stringify "^2.0.0"
graphql-extensions "^0.12.4"
graphql-tag "^2.9.2"
Expand All @@ -6348,18 +6349,18 @@ apollo-server-errors@^2.4.2:
resolved "https://registry.yarnpkg.com/apollo-server-errors/-/apollo-server-errors-2.4.2.tgz#1128738a1d14da989f58420896d70524784eabe5"
integrity sha512-FeGxW3Batn6sUtX3OVVUm7o56EgjxDlmgpTLNyWcLb0j6P8mw9oLNyAm3B+deHA4KNdNHO5BmHS2g1SJYjqPCQ==

apollo-server-express@^2.16.1:
version "2.16.1"
resolved "https://registry.yarnpkg.com/apollo-server-express/-/apollo-server-express-2.16.1.tgz#7438bca590ef8577d24d20ba0b6d582c120c0146"
integrity sha512-Oq5YNcaMYnRk6jDmA9LWf8oSd2KHDVe7jQ4wtooAvG9FVUD+FaFBgSkytXHMvtifQh2wdF07Ri8uDLMz6IQjTw==
apollo-server-express@^2.17.0:
version "2.17.0"
resolved "https://registry.yarnpkg.com/apollo-server-express/-/apollo-server-express-2.17.0.tgz#2014559b75a0bcf7ff8cf0f2d077da6653abbc18"
integrity sha512-PonpWOuM1DH3Cz0bu56Tusr3GXOnectC6AD/gy2GXK0v84E7tKTuxEY3SgsgxhvfvvhfwJbXTyIogL/wezqnCw==
dependencies:
"@apollographql/graphql-playground-html" "1.6.26"
"@types/accepts" "^1.3.5"
"@types/body-parser" "1.19.0"
"@types/cors" "^2.8.4"
"@types/express" "4.17.7"
accepts "^1.3.5"
apollo-server-core "^2.16.1"
apollo-server-core "^2.17.0"
apollo-server-types "^0.5.1"
body-parser "^1.18.3"
cors "^2.8.4"
Expand All @@ -6386,10 +6387,10 @@ apollo-server-types@^0.5.1:
apollo-server-caching "^0.5.2"
apollo-server-env "^2.4.5"

apollo-tracing@^0.11.1:
version "0.11.1"
resolved "https://registry.yarnpkg.com/apollo-tracing/-/apollo-tracing-0.11.1.tgz#3e3a4ce4b21e57dcc57b10bbd539db243b752606"
integrity sha512-l7g+uILw7v32GA46IRXIx5XXbZhFI96BhSqrGK9yyvfq+NMcvVZrj3kIhRImPGhAjMdV+5biA/jztabElAbDjg==
apollo-tracing@^0.11.2:
version "0.11.2"
resolved "https://registry.yarnpkg.com/apollo-tracing/-/apollo-tracing-0.11.2.tgz#14308b176e021f5e6ec3ee670f8f96e9fbfdb50c"
integrity sha512-QjmRd2ozGD+PfmF6U9w/w6jrclYSBNczN6Bzppr8qA5somEGl5pqdprIZYL28H0IapZiutA3x6p6ZVF/cVX8wA==
dependencies:
apollo-server-env "^2.4.5"
apollo-server-plugin-base "^0.9.1"
Expand Down Expand Up @@ -25590,7 +25591,7 @@ terser@^4.1.2, terser@^4.6.12, terser@^4.6.3:
source-map "~0.6.1"
source-map-support "~0.5.12"

terser@^5.2.1:
terser@^5.2.0, terser@^5.2.1:
version "5.2.1"
resolved "https://registry.yarnpkg.com/terser/-/terser-5.2.1.tgz#40b971b8d28b4fe98c9e8c0d073ab48e7bb96cd8"
integrity sha512-/AOtjRtAMNGO0fIF6m8HfcvXTw/2AKpsOzDn36tA5RfhRdeXyb4RvHxJ5Pah7iL6dFkLk+gOnCaNHGwJPl6TrQ==
Expand Down

0 comments on commit 30f5f05

Please sign in to comment.