Bump @next/mdx from 10.0.5 to 10.0.6

Bumps [@next/mdx](https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx) from 10.0.5 to 10.0.6.
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v10.0.6/packages/next-mdx)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-02-15 04:31:17 +00:00 committed by GitHub
parent cd5897ef27
commit 3594bfd34a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 379 additions and 386 deletions

755
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -13,7 +13,7 @@
"license": "Apache-2.0",
"dependencies": {
"@mdx-js/loader": "^1.6.16",
"@next/mdx": "^10.0.5",
"@next/mdx": "^10.0.6",
"@oceanprotocol/art": "^2.2.0",
"@oceanprotocol/typographies": "^0.1.0",
"axios": "^0.21.1",
@ -21,13 +21,13 @@
"next": "^9.5.5",
"next-seo": "^4.7.3",
"next-svgr": "^0.0.2",
"react": "^16.13.1",
"react": "^16.14.0",
"react-dom": "^16.13.1",
"react-dropzone": "^11.0.2"
"react-dropzone": "^11.3.1"
},
"devDependencies": {
"@types/next-seo": "^1.10.0",
"@types/node": "^14.0.27",
"@types/node": "^14.14.28",
"@types/react": "^17.0.0",
"@typescript-eslint/eslint-plugin": "^3.9.0",
"@typescript-eslint/parser": "^3.10.1",
@ -35,7 +35,7 @@
"eslint-config-oceanprotocol": "^1.5.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.20.5",
"eslint-plugin-react": "^7.22.0",
"prettier": "^2.0.5",
"typescript": "^3.9.7"
},