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/01/30 14:27:31 UTC

[incubator-devlake] branch main updated: fix(config-ui): miller columns cannot find parentId from itemMap (#4277)

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 1964d2fcc fix(config-ui): miller columns cannot find parentId from itemMap (#4277)
1964d2fcc is described below

commit 1964d2fccd0c51b5600c0c67a5319b377ce931b3
Author: 青湛 <0x...@gmail.com>
AuthorDate: Mon Jan 30 22:27:26 2023 +0800

    fix(config-ui): miller columns cannot find parentId from itemMap (#4277)
---
 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 0ff365822..b0ea5216f 100644
--- a/config-ui/package-lock.json
+++ b/config-ui/package-lock.json
@@ -10247,9 +10247,9 @@
       }
     },
     "miller-columns-select": {
-      "version": "1.0.0-alpha.6",
-      "resolved": "https://registry.npmjs.org/miller-columns-select/-/miller-columns-select-1.0.0-alpha.6.tgz",
-      "integrity": "sha512-/Efq0RdrKGHc9iCBSj2dHG32vwLtk8D/MaP8HWY4Uy5HCiyZQ11jpX5QC0VgAhpYbFhAap8KdjVIAIlHlxvpvw==",
+      "version": "1.0.0-alpha.9",
+      "resolved": "https://registry.npmjs.org/miller-columns-select/-/miller-columns-select-1.0.0-alpha.9.tgz",
+      "integrity": "sha512-ZYM7iKN/2MFaj5c9hNhbZXtUSFoKiJxrDwmK0VGWRSrUe09HiSoKrBxM3MipdgxPJyAnRKMZS0WaxComl+jXXQ==",
       "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 f354088f8..0670321fe 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-alpha.6",
+    "miller-columns-select": "^1.0.0-alpha.9",
     "react": "17.0.2",
     "react-copy-to-clipboard": "^5.1.0",
     "react-dom": "17.0.2",