Skip to content

Commit 5247406

Browse files
Fran McDadeFran McDade
Fran McDade
authored and
Fran McDade
committed
chore: updated findable-ui (#4120)
1 parent ff4b3d6 commit 5247406

File tree

4 files changed

+12
-33
lines changed

4 files changed

+12
-33
lines changed

explorer/package-lock.json

+7-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

explorer/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"check-system-status:anvil-cmg": "esrun e2e/anvil/anvil-check-system-status.ts"
3838
},
3939
"dependencies": {
40-
"@databiosphere/findable-ui": "10.1.1",
40+
"@databiosphere/findable-ui": "10.2.0",
4141
"@emotion/react": "11.11.1",
4242
"@emotion/styled": "11.11.0",
4343
"@mdx-js/loader": "^3.0.1",

explorer/site-config/anvil-catalog/dev/common/utils.ts

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
import { NavLinkItem } from "@databiosphere/findable-ui/lib/components/Layout/components/Header/components/Content/components/Navigation/navigation";
2+
import {
3+
Parameter,
4+
replaceParameters,
5+
} from "@databiosphere/findable-ui/lib/utils/replaceParameters";
26
import { VISIBLE } from "../../../common/constants";
3-
import { Parameter, replaceParameters } from "../../../common/utils";
47

58
/**
69
* Returns configured menu item for the navigation.

explorer/site-config/common/utils.ts

-24
This file was deleted.

0 commit comments

Comments
 (0)