sdy

remove react-apollo-hooks (deprecated)

......@@ -10921,14 +10921,6 @@
"prop-types": "^15.6.2"
}
},
"react-apollo-hooks": {
"version": "0.5.0",
"resolved": "https://registry.npmjs.org/react-apollo-hooks/-/react-apollo-hooks-0.5.0.tgz",
"integrity": "sha512-Us5KqFe7/c6vY1NaiyfhnD2Pz4lPLTojQXLppShaBVYU/vYvJrRjmj4MzIPXnExXaSfnQ+K2bWDr4lP4efbsRQ==",
"requires": {
"lodash": "^4.17.11"
}
},
"react-app-polyfill": {
"version": "1.0.6",
"resolved": "https://registry.npmjs.org/react-app-polyfill/-/react-app-polyfill-1.0.6.tgz",
......
......@@ -15,7 +15,6 @@
"core-js": "^3.6.5",
"graphql": "^15.0.0",
"react": "^16.13.1",
"react-apollo-hooks": "^0.5.0",
"react-dom": "^16.13.1",
"react-helmet": "^6.0.0",
"react-hooks": "^1.0.1",
......