Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions apps/koku-ui-hccm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -124,10 +124,6 @@
"ts-patch": "^3.3.0",
"typescript": "^5.9.3"
},
"overrides": {
"react-intl": "^7.1.14",
"redux": "^5.0.1"
},
"insights": {
"appname": "cost-management"
}
Expand Down
3 changes: 1 addition & 2 deletions apps/koku-ui-hccm/src/appEntry.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ import '@patternfly/patternfly/patternfly-addons.css';
import './styles/global.css';

import NotificationsPortal from '@redhat-cloud-services/frontend-components-notifications/NotificationPortal';
import { getLocale } from 'components/i18n';
import { ignoreDefaultMessageError } from 'components/i18n/intl';
import { getLocale, ignoreDefaultMessageError } from 'components/i18n';
import React from 'react';
import { IntlProvider } from 'react-intl';
import { Provider } from 'react-redux';
Expand Down
2 changes: 1 addition & 1 deletion apps/koku-ui-hccm/src/components/i18n/index.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export { default as intl, getLocale } from './intl';
export { default as intl, getLocale, ignoreDefaultMessageError } from './intl';
4 changes: 0 additions & 4 deletions apps/koku-ui-ros/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,10 +119,6 @@
"ts-patch": "^3.3.0",
"typescript": "^5.9.3"
},
"overrides": {
"react-intl": "^7.1.14",
"redux": "^5.0.1"
},
"insights": {
"appname": "cost-management-ros"
}
Expand Down
3 changes: 1 addition & 2 deletions apps/koku-ui-ros/src/appEntry.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ import '@patternfly/patternfly/patternfly-addons.css';
import './styles/global.css';

import NotificationsPortal from '@redhat-cloud-services/frontend-components-notifications/NotificationPortal';
import { getLocale } from 'components/i18n';
import { ignoreDefaultMessageError } from 'components/i18n/intl';
import { getLocale, ignoreDefaultMessageError } from 'components/i18n';
import React from 'react';
import { IntlProvider } from 'react-intl';
import { Provider } from 'react-redux';
Expand Down
2 changes: 1 addition & 1 deletion apps/koku-ui-ros/src/components/i18n/index.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export { default as intl, getLocale } from './intl';
export { default as intl, getLocale, ignoreDefaultMessageError } from './intl';
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,15 @@
"lint": "npm exec --workspaces -- npm run lint",
"lint:fix:all": "npm exec --workspaces -- npm run lint:ts:fix",
"test": "npm exec --workspaces -- npm run test --",
"release:all": "node scripts/release-all.js",
"release": "node scripts/release.js",
"start:hccm": "npm run -w @koku-ui/koku-ui-hccm start",
"start:ros": "npm run -w @koku-ui/koku-ui-ros start",
"start:onprem": "concurrently -k --names \"HOST,HCCM,ROS\" --prefix-colors \"yellow,cyan,magenta\" \"npm run -w @koku-ui/koku-ui-onprem start\" \"npm run -w @koku-ui/koku-ui-hccm start:onprem\" \"npm run -w @koku-ui/koku-ui-ros start:onprem\""
},
"scripts-info": {
"check:dependencies": "Checks for outdated dependencies",
"check:dependencies:all": "Checks for outdated dependencies in each workspace",
"release:all": "Used to merge stage/prod branches and deploy app-interface with the latest SHA refs from same branches",
"release": "Used to merge stage/prod branches and deploy app-interface with the latest SHA refs from same branches",
"start:hccm": "Run Koku UI",
"start:ros": "Run ROS UI",
"start:onprem": "Run onprem UI"
Expand Down
File renamed without changes.
Loading