manual bump

This commit is contained in:
Matthias Kretschmann 2020-06-04 09:24:26 +02:00
parent 915139f04f
commit 36a40353f8
Signed by: m
GPG Key ID: 606EEEF3C479A91F
2 changed files with 870 additions and 620 deletions

1474
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -19,30 +19,30 @@
"@oceanprotocol/typographies": "^0.1.0",
"axios": "^0.19.2",
"ethereumjs-units": "^0.2.0",
"next": "^9.4.2",
"next": "^9.4.4",
"next-seo": "^4.5.0",
"next-svgr": "^0.0.2",
"react": "^16.13.1",
"react-dom": "^16.13.1"
},
"devDependencies": {
"@next/bundle-analyzer": "^9.4.2",
"@testing-library/jest-dom": "^5.8.0",
"@testing-library/react": "^10.0.4",
"@next/bundle-analyzer": "^9.4.4",
"@testing-library/jest-dom": "^5.9.0",
"@testing-library/react": "^10.1.0",
"@types/bn.js": "^4.11.6",
"@types/jest": "^25.2.3",
"@types/next-seo": "^1.10.0",
"@types/node": "^14.0.5",
"@types/node": "^14.0.10",
"@types/react": "^16.9.35",
"@typescript-eslint/eslint-plugin": "^3.0.1",
"@typescript-eslint/parser": "^3.0.1",
"@typescript-eslint/eslint-plugin": "^3.1.0",
"@typescript-eslint/parser": "^3.1.0",
"eslint": "^7.1.0",
"eslint-config-oceanprotocol": "^1.5.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-prettier": "^3.1.3",
"jest": "^26.0.1",
"prettier": "^2.0.5",
"ts-jest": "^26.0.0",
"ts-jest": "^26.1.0",
"typescript": "^3.9.3",
"webpack": "^4.43.0"
},