From c85b507c28d3e1d69111c5603dba724c33fe510b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Jul 2022 13:59:19 +0200 Subject: [PATCH] Update dependency json-schema-editor-vue to v2.0.3 (#330) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- ui/package.json | 2 +- ui/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ui/package.json b/ui/package.json index ccec6ea..5ca1e89 100644 --- a/ui/package.json +++ b/ui/package.json @@ -24,7 +24,7 @@ "chart.js": "2.9.4", "core-js": "3.23.4", "graphlib": "2.1.8", - "json-schema-editor-vue": "2.0.2", + "json-schema-editor-vue": "2.0.3", "just-kebab-case": "4.0.3", "less": "4.1.3", "less-loader": "11.0.0", diff --git a/ui/yarn.lock b/ui/yarn.lock index 16b9531..90a4117 100644 --- a/ui/yarn.lock +++ b/ui/yarn.lock @@ -8195,10 +8195,10 @@ json-parse-even-better-errors@^2.3.0: resolved "https://registry.yarnpkg.com/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz#7c47805a94319928e05777405dc12e1f7a4ee02d" integrity "sha1-fEeAWpQxmSjgV3dAXcEuH3pO4C0= sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==" -json-schema-editor-vue@2.0.2: - version "2.0.2" - resolved "https://registry.yarnpkg.com/json-schema-editor-vue/-/json-schema-editor-vue-2.0.2.tgz#7809d8777ea5189a273c49eaab129fe56713eca8" - integrity sha512-lr3WuFSFqD2CLntGmazhvUDkmLs66Uvz6DwJ5J/C+UywXOTl1Q2+BfjvKyHsf0MEvQSLrc7gqMMLp2sSzKFjdA== +json-schema-editor-vue@2.0.3: + version "2.0.3" + resolved "https://registry.yarnpkg.com/json-schema-editor-vue/-/json-schema-editor-vue-2.0.3.tgz#445aa6e9ae812d29a7d2c8db508762e81d65aa3f" + integrity sha512-6y+QJdZft6Orlsgi8IwcxAA2z+wEtncnirYN9V2CyVbwTO0PXbDqz0sotWdRalpsc/ZJPINLq9X2kJXVsjCs9Q== dependencies: ant-design-vue "^1.7.2" core-js "^3.6.5"