From f7a20b354b2c4f3c708fafc258617a65260e350e Mon Sep 17 00:00:00 2001 From: asyncapi-bot Date: Thu, 7 Sep 2023 17:21:52 +0200 Subject: [PATCH] fix: update @asyncapi/react-component to 1.0.0-next.52 version (#785) --- apps/studio/package.json | 2 +- package-lock.json | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/apps/studio/package.json b/apps/studio/package.json index 17352e5a6..68c8e73c2 100644 --- a/apps/studio/package.json +++ b/apps/studio/package.json @@ -27,7 +27,7 @@ "@asyncapi/converter": "^1.3.1", "@asyncapi/openapi-schema-parser": "^3.0.4", "@asyncapi/parser": "^2.1.0-next-major-spec.5", - "@asyncapi/react-component": "^1.0.0-next.51", + "@asyncapi/react-component": "^1.0.0-next.52", "@asyncapi/specs": "^6.0.0-next-major-spec.6", "@ebay/nice-modal-react": "^1.2.10", "@headlessui/react": "^1.7.4", diff --git a/package-lock.json b/package-lock.json index b3e1dee35..c4293a2f1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -501,7 +501,7 @@ "@asyncapi/converter": "^1.3.1", "@asyncapi/openapi-schema-parser": "^3.0.4", "@asyncapi/parser": "^2.1.0-next-major-spec.5", - "@asyncapi/react-component": "^1.0.0-next.51", + "@asyncapi/react-component": "^1.0.0-next.52", "@asyncapi/specs": "^6.0.0-next-major-spec.6", "@ebay/nice-modal-react": "^1.2.10", "@headlessui/react": "^1.7.4", @@ -1884,9 +1884,9 @@ } }, "node_modules/@asyncapi/react-component": { - "version": "1.0.0-next.51", - "resolved": "https://registry.npmjs.org/@asyncapi/react-component/-/react-component-1.0.0-next.51.tgz", - "integrity": "sha512-/HO1DcHyXJZ+rFQnWT2AYslkAeQxQRe+m/kLy6QDvCcn905V8agEYHqcfhUgja7R4SRrUuMyKOXZ2p0xVJ0haQ==", + "version": "1.0.0-next.52", + "resolved": "https://registry.npmjs.org/@asyncapi/react-component/-/react-component-1.0.0-next.52.tgz", + "integrity": "sha512-oRbFj9ROaON+CNK1mXMcuPfEd7XL6aZeUCIH4I7Yimv3itnsdYib0mGjBgqKKU8SEMSjU0k7lz1Ej9fEx/rWTw==", "dependencies": { "@asyncapi/avro-schema-parser": "3.0.3", "@asyncapi/openapi-schema-parser": "3.0.4", @@ -35468,9 +35468,9 @@ } }, "@asyncapi/react-component": { - "version": "1.0.0-next.51", - "resolved": "https://registry.npmjs.org/@asyncapi/react-component/-/react-component-1.0.0-next.51.tgz", - "integrity": "sha512-/HO1DcHyXJZ+rFQnWT2AYslkAeQxQRe+m/kLy6QDvCcn905V8agEYHqcfhUgja7R4SRrUuMyKOXZ2p0xVJ0haQ==", + "version": "1.0.0-next.52", + "resolved": "https://registry.npmjs.org/@asyncapi/react-component/-/react-component-1.0.0-next.52.tgz", + "integrity": "sha512-oRbFj9ROaON+CNK1mXMcuPfEd7XL6aZeUCIH4I7Yimv3itnsdYib0mGjBgqKKU8SEMSjU0k7lz1Ej9fEx/rWTw==", "requires": { "@asyncapi/avro-schema-parser": "3.0.3", "@asyncapi/openapi-schema-parser": "3.0.4", @@ -35575,7 +35575,7 @@ "@asyncapi/openapi-schema-parser": "^3.0.4", "@asyncapi/parser": "^2.1.0-next-major-spec.5", "@asyncapi/python-paho-template": "^0.2.13", - "@asyncapi/react-component": "^1.0.0-next.51", + "@asyncapi/react-component": "^1.0.0-next.52", "@asyncapi/specs": "^6.0.0-next-major-spec.6", "@asyncapi/ts-nats-template": "^0.10.3", "@craco/craco": "^7.1.0",