diff --git a/package-lock.json b/package-lock.json index fecb09678..84e677027 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "Apache-2.0", "dependencies": { "@asyncapi/parser": "^1.13.0", - "@asyncapi/react-component": "^1.0.0-next.29", + "@asyncapi/react-component": "^1.0.0-next.30", "highlight.js": "10.7.3", "puppeteer": "^5.3.1", "react": "^17.0.2", @@ -86,9 +86,9 @@ } }, "node_modules/@asyncapi/react-component": { - "version": "1.0.0-next.29", - "resolved": "https://registry.npmjs.org/@asyncapi/react-component/-/react-component-1.0.0-next.29.tgz", - "integrity": "sha512-8TUO7qyMP8OeDrO82wRflApzcSZFD+a+aPC7kB4dkU3l0bW5FfOYY6eckqqkfVeFlsD6zgUecrXiNezhYHQfDg==", + "version": "1.0.0-next.30", + "resolved": "https://registry.npmjs.org/@asyncapi/react-component/-/react-component-1.0.0-next.30.tgz", + "integrity": "sha512-A/ej1ueBaXMNdJrasUFvyO1WzzBbWpRJ7wAtyuYDqdYpxlsoyJG0mpeFi1rg1Xqt4G+/MhMi3XrL5IK8UImevg==", "dependencies": { "@asyncapi/avro-schema-parser": "^0.3.0", "@asyncapi/openapi-schema-parser": "^2.0.0", @@ -11785,9 +11785,9 @@ } }, "@asyncapi/react-component": { - "version": "1.0.0-next.29", - "resolved": "https://registry.npmjs.org/@asyncapi/react-component/-/react-component-1.0.0-next.29.tgz", - "integrity": "sha512-8TUO7qyMP8OeDrO82wRflApzcSZFD+a+aPC7kB4dkU3l0bW5FfOYY6eckqqkfVeFlsD6zgUecrXiNezhYHQfDg==", + "version": "1.0.0-next.30", + "resolved": "https://registry.npmjs.org/@asyncapi/react-component/-/react-component-1.0.0-next.30.tgz", + "integrity": "sha512-A/ej1ueBaXMNdJrasUFvyO1WzzBbWpRJ7wAtyuYDqdYpxlsoyJG0mpeFi1rg1Xqt4G+/MhMi3XrL5IK8UImevg==", "requires": { "@asyncapi/avro-schema-parser": "^0.3.0", "@asyncapi/openapi-schema-parser": "^2.0.0", diff --git a/package.json b/package.json index e56c89ad1..6419803e7 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ }, "dependencies": { "@asyncapi/parser": "^1.13.0", - "@asyncapi/react-component": "^1.0.0-next.29", + "@asyncapi/react-component": "^1.0.0-next.30", "highlight.js": "10.7.3", "puppeteer": "^5.3.1", "react": "^17.0.2",