Showing
2 changed files
with
0 additions
and
9 deletions
... | @@ -10921,14 +10921,6 @@ | ... | @@ -10921,14 +10921,6 @@ |
10921 | "prop-types": "^15.6.2" | 10921 | "prop-types": "^15.6.2" |
10922 | } | 10922 | } |
10923 | }, | 10923 | }, |
10924 | - "react-apollo-hooks": { | ||
10925 | - "version": "0.5.0", | ||
10926 | - "resolved": "https://registry.npmjs.org/react-apollo-hooks/-/react-apollo-hooks-0.5.0.tgz", | ||
10927 | - "integrity": "sha512-Us5KqFe7/c6vY1NaiyfhnD2Pz4lPLTojQXLppShaBVYU/vYvJrRjmj4MzIPXnExXaSfnQ+K2bWDr4lP4efbsRQ==", | ||
10928 | - "requires": { | ||
10929 | - "lodash": "^4.17.11" | ||
10930 | - } | ||
10931 | - }, | ||
10932 | "react-app-polyfill": { | 10924 | "react-app-polyfill": { |
10933 | "version": "1.0.6", | 10925 | "version": "1.0.6", |
10934 | "resolved": "https://registry.npmjs.org/react-app-polyfill/-/react-app-polyfill-1.0.6.tgz", | 10926 | "resolved": "https://registry.npmjs.org/react-app-polyfill/-/react-app-polyfill-1.0.6.tgz", | ... | ... |
... | @@ -15,7 +15,6 @@ | ... | @@ -15,7 +15,6 @@ |
15 | "core-js": "^3.6.5", | 15 | "core-js": "^3.6.5", |
16 | "graphql": "^15.0.0", | 16 | "graphql": "^15.0.0", |
17 | "react": "^16.13.1", | 17 | "react": "^16.13.1", |
18 | - "react-apollo-hooks": "^0.5.0", | ||
19 | "react-dom": "^16.13.1", | 18 | "react-dom": "^16.13.1", |
20 | "react-helmet": "^6.0.0", | 19 | "react-helmet": "^6.0.0", |
21 | "react-hooks": "^1.0.1", | 20 | "react-hooks": "^1.0.1", | ... | ... |
-
Please register or login to post a comment