From f5e4c9eb84de3e3baf3a7b0b96117ba596e3972c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Brauer?= Date: Wed, 19 Jan 2022 13:27:52 +0000 Subject: [PATCH] chore(spec): remove obsolete dependency to react-apollo --- packages/spec/package.json | 1 - yarn.lock | 64 ++------------------------------------ 2 files changed, 2 insertions(+), 63 deletions(-) diff --git a/packages/spec/package.json b/packages/spec/package.json index 3133348a2..992b2da91 100644 --- a/packages/spec/package.json +++ b/packages/spec/package.json @@ -42,7 +42,6 @@ "execa": "^5.1.1", "jest-environment-hops": "15.0.2", "raw-body": "^2.4.1", - "react-apollo": "^3.1.5", "react-helmet-async": "^1.0.9", "semver": "^7.3.5" }, diff --git a/yarn.lock b/yarn.lock index 8838ef0b0..17be7a7a1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -39,55 +39,6 @@ "@types/node" "^10.1.0" long "^4.0.0" -"@apollo/react-common@^3.1.4": - version "3.1.4" - resolved "https://registry.yarnpkg.com/@apollo/react-common/-/react-common-3.1.4.tgz#ec13c985be23ea8e799c9ea18e696eccc97be345" - integrity sha512-X5Kyro73bthWSCBJUC5XYQqMnG0dLWuDZmVkzog9dynovhfiVCV4kPSdgSIkqnb++cwCzOVuQ4rDKVwo2XRzQA== - dependencies: - ts-invariant "^0.4.4" - tslib "^1.10.0" - -"@apollo/react-components@^3.1.5": - version "3.1.5" - resolved "https://registry.yarnpkg.com/@apollo/react-components/-/react-components-3.1.5.tgz#040d2f35ce4947747efe16f76d59dcbd797ffdaf" - integrity sha512-c82VyUuE9VBnJB7bnX+3dmwpIPMhyjMwyoSLyQWPHxz8jK4ak30XszJtqFf4eC4hwvvLYa+Ou6X73Q8V8e2/jg== - dependencies: - "@apollo/react-common" "^3.1.4" - "@apollo/react-hooks" "^3.1.5" - prop-types "^15.7.2" - ts-invariant "^0.4.4" - tslib "^1.10.0" - -"@apollo/react-hoc@^3.1.5": - version "3.1.5" - resolved "https://registry.yarnpkg.com/@apollo/react-hoc/-/react-hoc-3.1.5.tgz#6552d2fb4aafc59fdc8f4e353358b98b89cfab6f" - integrity sha512-jlZ2pvEnRevLa54H563BU0/xrYSgWQ72GksarxUzCHQW85nmn9wQln0kLBX7Ua7SBt9WgiuYQXQVechaaCulfQ== - dependencies: - "@apollo/react-common" "^3.1.4" - "@apollo/react-components" "^3.1.5" - hoist-non-react-statics "^3.3.0" - ts-invariant "^0.4.4" - tslib "^1.10.0" - -"@apollo/react-hooks@^3.1.5": - version "3.1.5" - resolved "https://registry.yarnpkg.com/@apollo/react-hooks/-/react-hooks-3.1.5.tgz#7e710be52461255ae7fc0b3b9c2ece64299c10e6" - integrity sha512-y0CJ393DLxIIkksRup4nt+vSjxalbZBXnnXxYbviq/woj+zKa431zy0yT4LqyRKpFy9ahMIwxBnBwfwIoupqLQ== - dependencies: - "@apollo/react-common" "^3.1.4" - "@wry/equality" "^0.1.9" - ts-invariant "^0.4.4" - tslib "^1.10.0" - -"@apollo/react-ssr@^3.1.5": - version "3.1.5" - resolved "https://registry.yarnpkg.com/@apollo/react-ssr/-/react-ssr-3.1.5.tgz#53703cd493afcde567acc6d5512cab03dafce6de" - integrity sha512-wuLPkKlctNn3u8EU8rlECyktpOUCeekFfb0KhIKknpGY6Lza2Qu0bThx7D9MIbVEzhKadNNrzLcpk0Y8/5UuWg== - dependencies: - "@apollo/react-common" "^3.1.4" - "@apollo/react-hooks" "^3.1.5" - tslib "^1.10.0" - "@apollographql/apollo-tools@^0.5.0": version "0.5.1" resolved "https://registry.yarnpkg.com/@apollographql/apollo-tools/-/apollo-tools-0.5.1.tgz#f0baef739ff7e2fafcb8b98ad29f6ac817e53e32" @@ -3179,7 +3130,7 @@ dependencies: tslib "^2.3.0" -"@wry/equality@^0.1.2", "@wry/equality@^0.1.9": +"@wry/equality@^0.1.2": version "0.1.11" resolved "https://registry.yarnpkg.com/@wry/equality/-/equality-0.1.11.tgz#35cb156e4a96695aa81a9ecc4d03787bc17f1790" integrity sha512-mwEVBDUVODlsQQ5dfuLUS5/Tf7jqUKyhKYHmVi4fPB6bDMOfWvUPJmKgS1Z7Za/sOI3vzWt4+O7yCiL/70MogA== @@ -10965,17 +10916,6 @@ raw-body@^2.4.1: iconv-lite "0.4.24" unpipe "1.0.0" -react-apollo@^3.1.5: - version "3.1.5" - resolved "https://registry.yarnpkg.com/react-apollo/-/react-apollo-3.1.5.tgz#36692d393c47e7ccc37f0a885c7cc5a8b4961c91" - integrity sha512-xOxMqxORps+WHrUYbjVHPliviomefOpu5Sh35oO3osuOyPTxvrljdfTLGCggMhcXBsDljtS5Oy4g+ijWg3D4JQ== - dependencies: - "@apollo/react-common" "^3.1.4" - "@apollo/react-components" "^3.1.5" - "@apollo/react-hoc" "^3.1.5" - "@apollo/react-hooks" "^3.1.5" - "@apollo/react-ssr" "^3.1.5" - react-dom@^17.0.1, react-dom@^17.0.2: version "17.0.2" resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-17.0.2.tgz#ecffb6845e3ad8dbfcdc498f0d0a939736502c23" @@ -12642,7 +12582,7 @@ trim-off-newlines@^1.0.0: resolved "https://registry.yarnpkg.com/trim-off-newlines/-/trim-off-newlines-1.0.1.tgz#9f9ba9d9efa8764c387698bcbfeb2c848f11adb3" integrity sha1-n5up2e+odkw4dpi8v+sshI8RrbM= -ts-invariant@^0.4.0, ts-invariant@^0.4.4: +ts-invariant@^0.4.0: version "0.4.4" resolved "https://registry.yarnpkg.com/ts-invariant/-/ts-invariant-0.4.4.tgz#97a523518688f93aafad01b0e80eb803eb2abd86" integrity sha512-uEtWkFM/sdZvRNNDL3Ehu4WVpwaulhwQszV8mrtcdeE8nN00BV9mAmQ88RkrBhFgl9gMgvjJLAQcZbnPXI9mlA==