From 093de453ee586b522714a554b738f6694ebb3217 Mon Sep 17 00:00:00 2001 From: asyncapi-bot Date: Mon, 12 Aug 2024 09:41:51 +0200 Subject: [PATCH] fix: update @asyncapi/generator-react-sdk to 1.1.0 version and others (#590) --- 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 00780dcd0..ecb92cc87 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.6.3", "license": "Apache-2.0", "dependencies": { - "@asyncapi/generator-react-sdk": "^1.0.20", + "@asyncapi/generator-react-sdk": "^1.1.0", "openapi-sampler": "^1.3.0", "yaml": "^1.10.2" }, @@ -590,9 +590,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 229ba028c..9e8f90648 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "access": "public" }, "dependencies": { - "@asyncapi/generator-react-sdk": "^1.0.20", + "@asyncapi/generator-react-sdk": "^1.1.0", "openapi-sampler": "^1.3.0", "yaml": "^1.10.2" },