bump packages

This commit is contained in:
Matthias Kretschmann 2020-05-19 18:40:45 +02:00
parent a1e89abf70
commit 86eb9756ee
Signed by: m
GPG Key ID: 606EEEF3C479A91F
2 changed files with 3450 additions and 2075 deletions

5519
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -14,7 +14,7 @@
"format": "prettier --ignore-path .gitignore **/**/*.{css,yml,js,jsx,ts,tsx,json} --write"
},
"dependencies": {
"@ethereum-navigator/atlas": "^0.5.1",
"@ethereum-navigator/atlas": "^0.7.1",
"@oceanprotocol/art": "^2.2.0",
"@oceanprotocol/typographies": "^0.1.0",
"axios": "^0.19.2",
@ -40,9 +40,9 @@
"eslint-config-oceanprotocol": "^1.5.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-prettier": "^3.1.3",
"jest": "^25.1.0",
"jest": "^26.0.1",
"prettier": "^2.0.5",
"ts-jest": "^25.5.1",
"ts-jest": "^26.0.0",
"typescript": "^3.9.2",
"webpack": "^4.43.0"
},