diff --git a/client/package-lock.json b/client/package-lock.json index d287519f..85bf2e6a 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -10061,22 +10061,6 @@ "prop-types": "^15.6.0" } }, - "react-fast-compare": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/react-fast-compare/-/react-fast-compare-2.0.4.tgz", - "integrity": "sha512-suNP+J1VU1MWFKcyt7RtjiSWUjvidmQSlqu+eHslq+342xCbGTYmC0mEhPCOHxlW0CywylOC1u2DFAT+bv4dBw==" - }, - "react-helmet": { - "version": "5.2.1", - "resolved": "https://registry.npmjs.org/react-helmet/-/react-helmet-5.2.1.tgz", - "integrity": "sha512-CnwD822LU8NDBnjCpZ4ySh8L6HYyngViTZLfBBb3NjtrpN8m49clH8hidHouq20I51Y6TpCTISCBbqiY5GamwA==", - "requires": { - "object-assign": "^4.1.1", - "prop-types": "^15.5.4", - "react-fast-compare": "^2.0.2", - "react-side-effect": "^1.1.0" - } - }, "react-i18next": { "version": "8.3.8", "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-8.3.8.tgz", @@ -10216,14 +10200,6 @@ "prop-types": "^15.6.0" } }, - "react-side-effect": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/react-side-effect/-/react-side-effect-1.2.0.tgz", - "integrity": "sha512-v1ht1aHg5k/thv56DRcjw+WtojuuDHFUgGfc+bFHOWsF4ZK6C2V57DO0Or0GPsg6+LSTE0M6Ry/gfzhzSwbc5w==", - "requires": { - "shallowequal": "^1.0.1" - } - }, "react-table": { "version": "6.10.3", "resolved": "https://registry.npmjs.org/react-table/-/react-table-6.10.3.tgz", @@ -10924,11 +10900,6 @@ "safe-buffer": "^5.0.1" } }, - "shallowequal": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/shallowequal/-/shallowequal-1.1.0.tgz", - "integrity": "sha512-y0m1JoUZSlPAjXVtPPW70aZWfIL/dSP7AFkRnniLCrK/8MDKog3TySTBmckD+RObVxH0v4Tox67+F14PdED2oQ==" - }, "shebang-command": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-1.2.0.tgz", diff --git a/client/package.json b/client/package.json index eab259b8..93620f74 100644 --- a/client/package.json +++ b/client/package.json @@ -21,7 +21,6 @@ "react": "^16.4.0", "react-click-outside": "^3.0.1", "react-dom": "^16.4.0", - "react-helmet": "^5.2.1", "react-i18next": "^8.2.0", "react-modal": "^3.4.5", "react-redux": "^5.0.7", diff --git a/client/public/index.html b/client/public/index.html index 44ab2396..56d4bfda 100644 --- a/client/public/index.html +++ b/client/public/index.html @@ -5,6 +5,7 @@ + AdGuard Home diff --git a/client/src/components/Logs/index.js b/client/src/components/Logs/index.js index 339b21b6..449a6538 100644 --- a/client/src/components/Logs/index.js +++ b/client/src/components/Logs/index.js @@ -5,7 +5,6 @@ import escapeRegExp from 'lodash/escapeRegExp'; import endsWith from 'lodash/endsWith'; import { Trans, withNamespaces } from 'react-i18next'; import { HashLink as Link } from 'react-router-hash-link'; -import { Helmet } from 'react-helmet'; import { formatTime, @@ -377,9 +376,6 @@ class Logs extends Component { return ( - - - {refreshButton} {enabled && processingGetConfig && } {enabled && !processingGetConfig && (