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
This commit is contained in:
Márton Elek 2022-08-03 13:09:06 +02:00 committed by Elek, Márton
parent 2a3c821bd2
commit bed2af3e87
3 changed files with 3 additions and 3 deletions

View File

@ -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",

View File

@ -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",

View File

@ -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",