From 8251a67c2b3defe4bc48af8eea76be355e939bca Mon Sep 17 00:00:00 2001 From: Dhenain Ambroise Date: Fri, 3 Apr 2020 04:04:47 +0200 Subject: [PATCH] [Package] Update next-with-apollo@5.0.0 package [MAJOR] --- package.json | 2 +- yarn.lock | 11 +++++------ 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index b2f521d40..522aa613a 100644 --- a/package.json +++ b/package.json @@ -95,7 +95,7 @@ "lodash.xorby": "4.7.0", "next": "9.2.1", "next-cookies": "1.1.3", - "next-with-apollo": "4.3.0", + "next-with-apollo": "5.0.0", "prop-types": "15.7.2", "rc-tooltip": "4.0.3", "react": "16.13.1", diff --git a/yarn.lock b/yarn.lock index 8265e42c1..3fd8ec5a6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -86,7 +86,7 @@ ts-invariant "^0.4.4" tslib "^1.10.0" -"@apollo/react-ssr@^3.0.1", "@apollo/react-ssr@^3.1.3": +"@apollo/react-ssr@^3.1.3": version "3.1.3" resolved "https://registry.yarnpkg.com/@apollo/react-ssr/-/react-ssr-3.1.3.tgz#0791280d5b735f42f87dbfe849564e78843045bc" integrity sha512-fUTmEYHxSTX1GA43B8vICxXXplpcEBnDwn0IgdAc3eG0p2YK97ZrJDRFCJ5vD7fyDZsrYhMf+rAI3sd+H2SS+A== @@ -7942,12 +7942,11 @@ next-tick@~1.0.0: resolved "https://registry.yarnpkg.com/next-tick/-/next-tick-1.0.0.tgz#ca86d1fe8828169b0120208e3dc8424b9db8342c" integrity sha1-yobR/ogoFpsBICCOPchCS524NCw= -next-with-apollo@4.3.0: - version "4.3.0" - resolved "https://registry.yarnpkg.com/next-with-apollo/-/next-with-apollo-4.3.0.tgz#d496923900bbc3531638e1863aa2fced5066fc73" - integrity sha512-sponVO+ii44K1Ua2mMeDLTX3BEdHPwQI2R6xhJB7qQG8JUnU1kaZSmrYonQFHcDSf0vEcO87vecZpcMUye8MtA== +next-with-apollo@5.0.0: + version "5.0.0" + resolved "https://registry.yarnpkg.com/next-with-apollo/-/next-with-apollo-5.0.0.tgz#022e58c1a5c2117a6190534271e297a7fa039319" + integrity sha512-JcMecKv6XtzsLf1hPKrbxM6g9sygnGdQugglmCDkfWhHZt1yziPa+g515qtw7in8A7Ed5W9PdaaaUn7CWWQ71w== dependencies: - "@apollo/react-ssr" "^3.0.1" isomorphic-unfetch "^3.0.0" next@9.2.1: