Skip to content

Commit

Permalink
updated configs (#149)
Browse files Browse the repository at this point in the history
  • Loading branch information
nipunarora-eGov authored Feb 21, 2024
1 parent 49df39f commit 4c6239d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion micro-ui/web/packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@digit-ui/digit-ui-module-common-mfe",
"version": "1.8.0",
"version": "1.0.0",
"license": "ISC",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -32,5 +32,6 @@
"babel-plugin-react-html-attrs": "^3.0.5",
"@babel/preset-env":"7.23.9"
},
"keywords": [],
"author": ""
}
4 changes: 2 additions & 2 deletions micro-ui/web/packages/common/webpack.prod.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ module.exports = () => {
'./CommonModule': './src/SingleSpaEntry',
},
shared: {
react: '17.0.1',
'react': '17.0.1',
'react-dom': '17.0.1',
'react-hook-form': '6.15.8',
'react-i18next': '11.16.2',
'react-query': '3.6.1',
'react-router-dom': '5.2.0',
'single-spa-react': '^4.6.1',
webpack: '^5.68.0',
'webpack': '^5.68.0',
'webpack-cli': '^4.9.2',
'webpack-dev-server': '^4.8.1',
'webpack-merge': '5.7.3',
Expand Down
1 change: 1 addition & 0 deletions micro-ui/web/packages/core/webpack.prod.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ module.exports = () => {
// header: `header@${domain}/header/remoteEntry.js`,
// dashboard: `dashboard@${domain}/dashboard/remoteEntry.js`,
hrms: `hrms@${domain}/hrms/remoteEntry.js`,
common: `common@${domain}/common/remoteEntry.js`,
workbench : `workbench@${domain}/workbench/remoteEntry.js`,
// dss : `dss@${domain}/dss/remoteEntry.js`,
// measurement : `measurement@${domain}/measurement/remoteEntry.js`
Expand Down

0 comments on commit 4c6239d

Please sign in to comment.