more package updates

This commit is contained in:
Matthias Kretschmann 2020-04-07 19:51:20 +02:00
parent 4ce836784b
commit d15c8a3433
Signed by: m
GPG Key ID: 606EEEF3C479A91F
3 changed files with 4288 additions and 4089 deletions

8350
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -12,14 +12,14 @@
"author": "Matthias Kretschmann <matthias@oceanprotocol.com>",
"license": "Apache-2.0",
"dependencies": {
"@mdx-js/loader": "^1.5.8",
"@next/mdx": "^9.3.4",
"@mdx-js/loader": "^1.6.5",
"@next/mdx": "^9.4.4",
"@oceanprotocol/art": "^2.2.0",
"@oceanprotocol/typographies": "^0.1.0",
"axios": "^0.19.2",
"ipfs-http-client": "^43.0.0",
"next": "9.2.2",
"next-seo": "^4.4.0",
"ipfs-http-client": "^44.1.1",
"next": "^9.4.4",
"next-seo": "^4.5.0",
"next-svgr": "^0.0.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
@ -29,15 +29,15 @@
"@types/next-seo": "^1.10.0",
"@types/node": "^14.0.0",
"@types/react": "^16.9.32",
"@typescript-eslint/eslint-plugin": "^2.27.0",
"@typescript-eslint/parser": "^2.27.0",
"eslint": "^6.8.0",
"@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.10.1",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-react": "^7.19.0",
"prettier": "^2.0.4",
"typescript": "^3.8.3"
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-prettier": "^3.1.3",
"eslint-plugin-react": "^7.20.0",
"prettier": "^2.0.5",
"typescript": "^3.9.5"
},
"repository": {
"type": "git",

View File

@ -27,7 +27,6 @@ export default function Layout({
title,
description,
images: [{ url: `${url}/share.png` }],
// eslint-disable-next-line @typescript-eslint/camelcase
site_name: title
}}
twitter={{