Skip to content

Commit

Permalink
chore(fec): bump fec package and remove duplicated config code
Browse files Browse the repository at this point in the history
  • Loading branch information
adonispuente committed Nov 30, 2023
1 parent ab4ee0f commit bcc8718
Show file tree
Hide file tree
Showing 3 changed files with 1,171 additions and 304 deletions.
1 change: 0 additions & 1 deletion config/dev.webpack.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ const { config: webpackConfig, plugins } = config({
https: true,
useFileHash: false,
useProxy: true,
deployment: process.env.BETA ? 'beta/apps' : 'apps',
appUrl: process.env.BETA ? [ '/beta/insights/policies', '/preview/insights/policies' ] : '/insights/policies',
env: env(),
routes: routes(),
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"@babel/plugin-transform-runtime": "7.14.5",
"@babel/preset-env": "7.14.8",
"@babel/preset-react": "7.14.5",
"@redhat-cloud-services/frontend-components-config": "4.6.15",
"@redhat-cloud-services/frontend-components-config": "^6.0.6",
"@testing-library/dom": "7.31.2",
"@testing-library/jest-dom": "5.13.0",
"@testing-library/react": "11.2.7",
Expand Down Expand Up @@ -160,4 +160,4 @@
"jest": {
"test": "TZ=UTC jest --verbose --no-cache"
}
}
}
Loading

0 comments on commit bcc8718

Please sign in to comment.