From e8959e5a16b50c9bd2d53aa415ccd78080a9acdc Mon Sep 17 00:00:00 2001 From: asyncapi-bot Date: Mon, 12 Aug 2024 09:40:30 +0200 Subject: [PATCH] fix: update @asyncapi/generator-react-sdk to 1.1.0 version and others (#662) --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index db3ca334c..7c0b91ea6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "2.3.9", "license": "Apache-2.0", "dependencies": { - "@asyncapi/generator-react-sdk": "^1.0.20", + "@asyncapi/generator-react-sdk": "^1.1.0", "@asyncapi/parser": "^3.1.0", "@asyncapi/react-component": "^1.2.13", "highlight.js": "10.7.3", @@ -324,9 +324,9 @@ } }, "node_modules/@asyncapi/generator-react-sdk": { - "version": "1.0.20", - "resolved": "https://registry.npmjs.org/@asyncapi/generator-react-sdk/-/generator-react-sdk-1.0.20.tgz", - "integrity": "sha512-9ShFK5RK2tprRD8NvP1SQf2wN2tUOilYFnQgBiPD5AwKmlJqjR3nZUQydfuRTHmHe5pz5lzypFx5ey3f1Mvjgg==", + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@asyncapi/generator-react-sdk/-/generator-react-sdk-1.1.0.tgz", + "integrity": "sha512-cHHoR3kqiIPPd2pS9Wm+gA2CKZFpS/NKzgnCFzht9A9Cgr+SagtfEXRF5IMfVDscuvZvxeOUZglTOxOgo12VLQ==", "dependencies": { "@asyncapi/parser": "^3.1.0", "@babel/core": "7.12.9", diff --git a/package.json b/package.json index 75c49e899..a206f5fd1 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "access": "public" }, "dependencies": { - "@asyncapi/generator-react-sdk": "^1.0.20", + "@asyncapi/generator-react-sdk": "^1.1.0", "@asyncapi/parser": "^3.1.0", "@asyncapi/react-component": "^1.2.13", "highlight.js": "10.7.3",