From bed2af3e8771247a9a6b29de6964ffd49473bd03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rton=20Elek?= Date: Wed, 3 Aug 2022 13:09:06 +0200 Subject: [PATCH] web: use fixed version from eslint-storj eslint-plugin-storj is uploaded to the main npm registry. While we have no clear proof that it causes the random freeze of npm install, it can be fater anyway as fixed version can be cached safely. Change-Id: Ie74d93c7c4863e46121a9ab6c4e6b787fa3899b3 --- web/multinode/package.json | 2 +- web/satellite/package.json | 2 +- web/storagenode/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/web/multinode/package.json b/web/multinode/package.json index 5529740c1..a3d2ed6c0 100644 --- a/web/multinode/package.json +++ b/web/multinode/package.json @@ -38,7 +38,7 @@ "compression-webpack-plugin": "9.2.0", "eslint": "8.14.0", "eslint-plugin-import": "2.25.4", - "eslint-plugin-storj": "git+https://git@github.com/storj/eslint-storj.git", + "eslint-plugin-storj": "0.0.2", "eslint-plugin-vue": "8.7.1", "jest": "27.5.1", "jest-fetch-mock": "3.0.3", diff --git a/web/satellite/package.json b/web/satellite/package.json index 80db424e6..94e5773d9 100644 --- a/web/satellite/package.json +++ b/web/satellite/package.json @@ -69,7 +69,7 @@ "compression-webpack-plugin": "9.2.0", "eslint": "8.14.0", "eslint-plugin-import": "2.26.0", - "eslint-plugin-storj": "git+https://git@github.com/storj/eslint-storj.git", + "eslint-plugin-storj": "0.0.2", "eslint-plugin-vue": "8.7.1", "jest": "27.5.1", "jest-fetch-mock": "3.0.3", diff --git a/web/storagenode/package.json b/web/storagenode/package.json index f385061bd..0d545d182 100644 --- a/web/storagenode/package.json +++ b/web/storagenode/package.json @@ -38,7 +38,7 @@ "compression-webpack-plugin": "9.2.0", "eslint": "8.14.0", "eslint-plugin-import": "2.25.4", - "eslint-plugin-storj": "git+https://git@github.com/storj/eslint-storj.git", + "eslint-plugin-storj": "0.0.2", "eslint-plugin-vue": "8.7.1", "jest": "27.5.1", "jest-fetch-mock": "3.0.3",