Skip to content

Commit

Permalink
corrected the version in dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
hridya-egov committed Jul 9, 2024
1 parent 273ffa2 commit cb9b7f7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 12 deletions.
9 changes: 5 additions & 4 deletions micro-ui/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,14 @@
"author": "Jagankumar <53823168+jagankumar-egov@users.noreply.github.com>",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.17.2",
"@babel/plugin-proposal-unicode-property-regex": "^7.18.6",
"babel-plugin-react-html-attrs": "^3.0.5",
"@babel/preset-env": "7.23.9",
"@babel/preset-react": "7.12.10",
"@babel/core": "^7.17.2",
"babel-loader": "8.2.2",
"babel-plugin-react-html-attrs": "^3.0.5",
"lerna": "^7.1.5",
"postcss-prefixer": "^3.0.0",
"webpack": "^5.68.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.8.1",
Expand All @@ -39,7 +40,7 @@
"build:core": "cd packages/core && yarn build",
"build:hrms": "cd packages/hrms && yarn build",
"build:workbench": "cd packages/workbench && yarn build",
"build:dss": "cd packages/dss && yarn build",
"build:dss": "cd packages/dss && yarn build",
"start:core": "cd packages/core && yarn start",
"start:workbench": "cd packages/workbench && yarn start",
"build:engagement": "cd packages/engagement && yarn build",
Expand All @@ -48,4 +49,4 @@
"dependencies": {
"dotenv": "^16.3.1"
}
}
}
12 changes: 4 additions & 8 deletions micro-ui/web/packages/pgr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,7 @@
"postcss-prefixer": "^2.1.3",
"regex-escape": "^3.4.10",
"style-loader": "^3.3.1",
"tailwindcss": "^3.2.7",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1",
"webpack-dev-server": "^4.11.1",
"webpack-merge": "5.7.3"
"tailwindcss": "^3.2.7"
},
"dependencies": {
"@digit-ui/digit-ui-libraries-mfe": "1.0.17",
Expand All @@ -64,9 +60,9 @@
"redux": "4.1.2",
"redux-thunk": "^2.4.2",
"single-spa-react": "^4.6.1",
"webpack": "^5.68.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.8.1",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1",
"webpack-dev-server": "^4.11.1",
"webpack-merge": "5.7.3",
"date-fns": "2.28.0",
"react-time-picker": "4.2.1",
Expand Down

0 comments on commit cb9b7f7

Please sign in to comment.