Skip to content

Commit 8b8c2a1

Browse files
committed
chore(deps + UI): add UI fix
Signed-off-by: Bryan Ramos <[email protected]>
1 parent 9aff1f6 commit 8b8c2a1

File tree

5 files changed

+2354
-269
lines changed

5 files changed

+2354
-269
lines changed

workspaces/multi-source-security-viewer/packages/app/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
"@backstage/plugin-techdocs-react": "^1.3.4",
4848
"@backstage/plugin-user-settings": "^0.8.27",
4949
"@backstage/theme": "^0.7.0",
50+
"@backstage/ui": "^0.8.2",
5051
"@material-ui/core": "^4.12.2",
5152
"@material-ui/icons": "^4.9.1",
5253
"react": "^18.0.2",

workspaces/multi-source-security-viewer/packages/app/src/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
* limitations under the License.
1515
*/
1616
import '@backstage/cli/asset-types';
17+
import '@backstage/ui/css/styles.css';
1718
import ReactDOM from 'react-dom/client';
1819
import App from './App';
1920

workspaces/multi-source-security-viewer/plugins/multi-source-security-viewer/dev/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16+
import '@backstage/ui/css/styles.css';
1617
import { createDevApp } from '@backstage/dev-utils';
1718
import {
1819
EntityMultiCIPipelinesContent,

workspaces/multi-source-security-viewer/plugins/multi-source-security-viewer/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@
5252
"@backstage/plugin-catalog-react": "^1.21.2",
5353
"@backstage/plugin-permission-react": "^0.4.37",
5454
"@backstage/theme": "^0.7.0",
55+
"@backstage/ui": "^0.8.2",
5556
"@immobiliarelabs/backstage-plugin-gitlab": "^6.8.0",
5657
"@material-ui/core": "^4.9.13",
5758
"@material-ui/icons": "^4.9.1",

0 commit comments

Comments
 (0)