Skip to content

Commit

Permalink
Added ui-libraries to build and updated version everywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
nipunarora-eGov committed Mar 21, 2024
1 parent 5a16c01 commit 6bbc50a
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 6 deletions.
3 changes: 2 additions & 1 deletion micro-ui/web/lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"packages/common",
"packages/pgr",
"packages/dss",
"packages/hrms"
"packages/hrms",
"packages/ui-libraries"
],
"command": {
"run": {
Expand Down
3 changes: 2 additions & 1 deletion micro-ui/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
"packages/common",
"packages/pgr",
"packages/dss",
"packages/hrms"
"packages/hrms",
"packages/ui-libraries"
],
"scripts": {
"build": "yarn lerna run build",
Expand Down
2 changes: 1 addition & 1 deletion micro-ui/web/packages/dss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"html-webpack-plugin": "^5.5.0"
},
"dependencies": {
"@digit-ui/digit-ui-libraries-mfe": "1.0.6",
"@digit-ui/digit-ui-libraries-mfe": "1.0.7",
"@egovernments/digit-ui-react-components": "1.4.109",
"@egovernments/digit-ui-svg-components": "1.0.0",
"jsonpath": "^1.1.1",
Expand Down
2 changes: 1 addition & 1 deletion micro-ui/web/packages/hrms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"react-dom": "17.0.2",
"react-router-dom": "5.3.0",
"rxjs": "6.6.3",
"@digit-ui/digit-ui-libraries-mfe": "1.0.6",
"@digit-ui/digit-ui-libraries-mfe": "1.0.7",
"@egovernments/digit-ui-react-components":"1.4.106",
"react-hook-form": "6.15.8",
"react-i18next": "11.16.2",
Expand Down
2 changes: 1 addition & 1 deletion micro-ui/web/packages/pgr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"dependencies": {
"single-spa-react": "^4.6.1",
"@digit-ui/digit-ui-libraries-mfe": "1.0.6",
"@digit-ui/digit-ui-libraries-mfe": "1.0.7",
"@digit-ui/digit-ui-module-core-base": "1.0.8",
"@egovernments/digit-ui-react-components": "1.4.109",
"@egovernments/digit-ui-svg-components": "1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion micro-ui/web/packages/workbench/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"dependencies": {
"single-spa-react": "^4.6.1",
"xlsx": "0.17.5",
"@digit-ui/digit-ui-libraries-mfe": "1.0.6",
"@digit-ui/digit-ui-libraries-mfe": "1.0.7",
"@egovernments/digit-ui-react-components":"1.4.106",
"@rjsf/core": "5.10.0",
"@rjsf/utils": "5.10.0",
Expand Down

0 comments on commit 6bbc50a

Please sign in to comment.