You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@devlake.apache.org by li...@apache.org on 2023/03/13 16:19:18 UTC

[incubator-devlake] branch main updated: fix(config-ui): child loaded detection is wrong (#4646)

This is an automated email from the ASF dual-hosted git repository.

likyh pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-devlake.git


The following commit(s) were added to refs/heads/main by this push:
     new f50288320 fix(config-ui): child loaded detection is wrong (#4646)
f50288320 is described below

commit f50288320b5a4a49121ee7c10152a7068eb38c74
Author: 青湛 <0x...@gmail.com>
AuthorDate: Tue Mar 14 00:18:54 2023 +0800

    fix(config-ui): child loaded detection is wrong (#4646)
---
 config-ui/package-lock.json | 6 +++---
 config-ui/package.json      | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/config-ui/package-lock.json b/config-ui/package-lock.json
index 927f4b264..0d9e54086 100644
--- a/config-ui/package-lock.json
+++ b/config-ui/package-lock.json
@@ -10247,9 +10247,9 @@
       }
     },
     "miller-columns-select": {
-      "version": "1.0.0-beta.4",
-      "resolved": "https://registry.npmjs.org/miller-columns-select/-/miller-columns-select-1.0.0-beta.4.tgz",
-      "integrity": "sha512-U51jQA94/MkyhHAtWwfGOAUK8//qIBATlhl36rh5DG8moG6GumSReXWtFqy0jCFYbOoVZ7B+myQw69fol53dig==",
+      "version": "1.0.0-beta.5",
+      "resolved": "https://registry.npmjs.org/miller-columns-select/-/miller-columns-select-1.0.0-beta.5.tgz",
+      "integrity": "sha512-q1Qx+01x9Lx/01Q6f841HvGYj6XvXbyus3sud6ekR3O0FincdQV0pv0LOmMmuPOUdHiqkT+43SwoEFEINc/Wvw==",
       "requires": {
         "classnames": "^2.3.2",
         "react-infinite-scroll-component": "^6.1.0",
diff --git a/config-ui/package.json b/config-ui/package.json
index 8cba1d5b9..103e9a6b0 100644
--- a/config-ui/package.json
+++ b/config-ui/package.json
@@ -35,7 +35,7 @@
     "dotenv": "^10.0.0",
     "dotenv-webpack": "^7.0.3",
     "file-saver": "^2.0.5",
-    "miller-columns-select": "^1.0.0-beta.4",
+    "miller-columns-select": "^1.0.0-beta.5",
     "react": "17.0.2",
     "react-copy-to-clipboard": "^5.1.0",
     "react-dom": "17.0.2",