Skip to content

Commit

Permalink
BUGFIX/ISSUE-2007 Build issue fix for #2007 (#2008)
Browse files Browse the repository at this point in the history
* Build issue fix for #2007

* import issue fix

---------

Co-authored-by: NabeelAyubee <nayubi7@gmail.com>
  • Loading branch information
jagankumar-egov and NabeelAyubee committed Dec 10, 2024
1 parent 8403fb3 commit 5b69794
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 4 deletions.
1 change: 1 addition & 0 deletions health/micro-ui/web/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@
"**/@babel/preset-env": "7.14.0",
"**/styled-components": "5.0.0",
"**/@babel/plugin-transform-modules-commonjs": "7.14.0",
"**/@jridgewell/gen-mapping": "0.3.5",
"**/polished":"4.2.2",
"fast-uri":"2.1.0"
},
Expand Down
3 changes: 2 additions & 1 deletion health/micro-ui/web/micro-ui-internals/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@
"**/@babel/runtime": "7.20.1",
"**/styled-components": "5.0.0",
"**/@babel/traverse": "7.25.9",
"**/babel-preset-react-app": "10.0.0"
"**/babel-preset-react-app": "10.0.0",
"**/@jridgewell/gen-mapping": "0.3.5"
},
"devDependencies": {
"husky": "7.0.4",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import React, { useState, useEffect, Fragment } from "react";
import { useTranslation } from "react-i18next";
import { useLocation } from "react-router-dom";
import { LabelFieldPair, Header } from "@egovernments/digit-ui-react-components";
import { Button, Card, Dropdown, DustbinIcon, FieldV1, MultiSelectDropdown } from "@egovernments/digit-ui-components";
import { Card, FieldV1 } from "@egovernments/digit-ui-components";
import { DustbinIcon } from "./icons/DustbinIcon";

const BoundaryWithDate = ({ project, props, onSelect, dateReducerDispatch, canDelete, onDeleteCard }) => {
const { t } = useTranslation();
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import getProjectServiceUrl from "../utils/getProjectServiceUrl";

const useProjectSearchWithBoundary = async ({ name, tenantId, boundaries }) => {
const url = getProjectServiceUrl();
const requests = boundaries.map(({ code }) => {
const url = getProjectServiceUrl();
return Digit.CustomService.getResponse({
Expand Down
1 change: 1 addition & 0 deletions health/micro-ui/web/microplan/inter-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
"**/@babel/core": "7.14.0",
"**/@babel/preset-env": "7.14.0",
"**/@babel/plugin-transform-modules-commonjs": "7.14.0",
"**/@jridgewell/gen-mapping": "0.3.5",
"**/polished":"4.2.2",
"fast-uri":"2.1.0"
},
Expand Down
1 change: 1 addition & 0 deletions health/micro-ui/web/microplan/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@
"**/styled-components": "5.0.0",
"**/@babel/plugin-transform-modules-commonjs": "7.14.0",
"**/polished": "4.2.2",
"**/@jridgewell/gen-mapping": "0.3.5",
"fast-uri": "2.1.0"
},
"eslintConfig": {
Expand Down
1 change: 1 addition & 0 deletions health/micro-ui/web/workbench/inter-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"**/@babel/runtime": "7.20.1",
"**/@babel/traverse":"7.25.9",
"**/babel-preset-react-app": "10.0.0",
"**/@jridgewell/gen-mapping": "0.3.5",
"**/ajv": "8.11.2",
"fast-uri":"2.1.0"
},
Expand Down
1 change: 1 addition & 0 deletions health/micro-ui/web/workbench/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
"**/@babel/preset-env": "7.14.0",
"**/styled-components": "5.0.0",
"**/@babel/plugin-transform-modules-commonjs": "7.14.0",
"**/@jridgewell/gen-mapping": "0.3.5",
"**/polished": "4.2.2",
"fast-uri": "2.1.0"
},
Expand Down

0 comments on commit 5b69794

Please sign in to comment.