From 0f1e29f2f6d83c8219a6ff02bf688d59da07a37f Mon Sep 17 00:00:00 2001 From: asyncapi-bot <61865014+asyncapi-bot@users.noreply.github.com> Date: Fri, 11 Jun 2021 13:02:44 +0200 Subject: [PATCH] fix: update @asyncapi/react-component to 1.0.0-next.7 version --- package-lock.json | 12 +++++++++--- package.json | 2 +- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index ec1e2222f..f3f18ad87 100644 --- a/package-lock.json +++ b/package-lock.json @@ -44,13 +44,14 @@ } }, "@asyncapi/react-component": { - "version": "1.0.0-next.6", - "resolved": "https://registry.npmjs.org/@asyncapi/react-component/-/react-component-1.0.0-next.6.tgz", - "integrity": "sha512-661jMyFX42FCExZ4WNPBnccHaqnkF7knw9cB7HZDiZB/fKGsqb4pVF410JiYNRRh0ztKKRfvPJF7Vmv4eEv05g==", + "version": "1.0.0-next.7", + "resolved": "https://registry.npmjs.org/@asyncapi/react-component/-/react-component-1.0.0-next.7.tgz", + "integrity": "sha512-2axl+0fmZdZzj6f50jxEge+rLSX8KoLfCO0krZi3zgJEj9usP1eyq57V0SCxUVa/Xjaq437+SqFDa3fUSj3y1A==", "requires": { "@asyncapi/avro-schema-parser": "^0.2.0", "@asyncapi/openapi-schema-parser": "^2.0.0", "@asyncapi/parser": "^1.5.0", + "highlight.js": "^10.7.2", "isomorphic-dompurify": "^0.13.0", "marked": "^2.0.3", "openapi-sampler": "^1.0.0", @@ -3427,6 +3428,11 @@ } } }, + "highlight.js": { + "version": "10.7.3", + "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-10.7.3.tgz", + "integrity": "sha512-tzcUFauisWKNHaRkN4Wjl/ZA07gENAjFl3J/c480dprkGTg5EQstgaNFqBfUqCq54kZRIEcreTsAgF/m2quD7A==" + }, "hook-std": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/hook-std/-/hook-std-2.0.0.tgz", diff --git a/package.json b/package.json index 0386949a0..32aad73fa 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "access": "public" }, "dependencies": { - "@asyncapi/react-component": "^1.0.0-next.6", + "@asyncapi/react-component": "^1.0.0-next.7", "puppeteer": "^5.3.1", "react": "^17.0.2", "react-dom": "^17.0.2",