1
0
mirror of https://github.com/oceanprotocol/react.git synced 2024-11-30 07:48:05 +01:00

root eslint version downgrade. this is remedy for example project not running on Ubuntu 20.04

This commit is contained in:
nazariyv 2020-09-04 01:18:09 +01:00
parent d22c14e19e
commit d6e6a3017e
4 changed files with 1 additions and 36758 deletions

25854
example/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -7,7 +7,6 @@ import { Config, ConfigHelper } from '@oceanprotocol/lib'
import { AllDdos } from './AllDdos' import { AllDdos } from './AllDdos'
import { ConsumeDdo } from './ConsumeDdo' import { ConsumeDdo } from './ConsumeDdo'
import { NetworkMonitor } from './NetworkMonitor' import { NetworkMonitor } from './NetworkMonitor'
import { MetadataExample } from './MetadataExample'
// factory Address needs to be updated each time you deploy the contract on local network // factory Address needs to be updated each time you deploy the contract on local network
const config = { const config = {

10902
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -37,7 +37,7 @@
"@typescript-eslint/eslint-plugin": "^3.10.1", "@typescript-eslint/eslint-plugin": "^3.10.1",
"@typescript-eslint/parser": "^3.10.1", "@typescript-eslint/parser": "^3.10.1",
"auto-changelog": "^2.2.0", "auto-changelog": "^2.2.0",
"eslint": "^7.7.0", "eslint": "^6.6.0",
"eslint-config-oceanprotocol": "^1.5.0", "eslint-config-oceanprotocol": "^1.5.0",
"eslint-config-prettier": "^6.11.0", "eslint-config-prettier": "^6.11.0",
"eslint-plugin-prettier": "^3.1.4", "eslint-plugin-prettier": "^3.1.4",