diff --git a/package-lock.json b/package-lock.json index a36772155..162c21ae1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2114,6 +2114,11 @@ } } }, + "@stremio/stremio-icons": { + "version": "3.0.5", + "resolved": "https://registry.npmjs.org/@stremio/stremio-icons/-/stremio-icons-3.0.5.tgz", + "integrity": "sha512-knlcBibqJW2mbEgid6YEeQN9FPkIGAEtozYWqzKWeHd2DPY2nl8kYX2pMQpa2Db/RVSqbVstu/gdey5TtSgGYw==" + }, "@stremio/stremio-video": { "version": "0.0.4", "resolved": "https://registry.npmjs.org/@stremio/stremio-video/-/stremio-video-0.0.4.tgz", @@ -15059,10 +15064,6 @@ "integrity": "sha512-AiisoFqQ0vbGcZgQPY1cdP2I76glaVA/RauYR4G4thNFgkTqr90yXTo4LYX60Jl+sIlPNHHdGSwo01AvbKUSVQ==", "dev": true }, - "stremio-icons": { - "version": "git+https://git@github.com/Stremio/stremio-icons.git#923bbcd5bedcbc3a10d0ae96a3d35d2638bf0ae9", - "from": "git+https://git@github.com/Stremio/stremio-icons.git#v2.0.2" - }, "strict-uri-encode": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/strict-uri-encode/-/strict-uri-encode-1.1.0.tgz", diff --git a/package.json b/package.json index edd67c838..d0daa995a 100755 --- a/package.json +++ b/package.json @@ -17,6 +17,7 @@ "@sentry/browser": "5.11.1", "@stremio/stremio-colors": "4.0.1", "@stremio/stremio-core-web": "0.16.0", + "@stremio/stremio-icons": "3.0.5", "@stremio/stremio-video": "0.0.4", "a-color-picker": "1.2.1", "classnames": "2.2.6", @@ -29,8 +30,7 @@ "react": "16.12.0", "react-dom": "16.12.0", "react-focus-lock": "2.2.1", - "spatial-navigation-polyfill": "git+https://git@github.com/Stremio/spatial-navigation.git#40204ad9942fe786794c62f99ea5ab2b52b24096", - "stremio-icons": "git+https://git@github.com/Stremio/stremio-icons.git#v2.0.2" + "spatial-navigation-polyfill": "git+https://git@github.com/Stremio/spatial-navigation.git#40204ad9942fe786794c62f99ea5ab2b52b24096" }, "devDependencies": { "@babel/core": "7.8.7",