Skip to content

Commit a5b15fd

Browse files
fix merge conflicts
1 parent 2cbe94e commit a5b15fd

3 files changed

Lines changed: 30 additions & 8 deletions

File tree

workspaces/scorecard/packages/app-legacy/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,9 @@
4646
"@backstage/plugin-user-settings": "^0.9.3",
4747
"@backstage/theme": "^0.7.3",
4848
"@backstage/ui": "^0.15.0",
49-
"@material-ui/core": "^4.12.2",
50-
"@material-ui/icons": "^4.9.1",
49+
"@mui/icons-material": "5.18.0",
50+
"@mui/material": "5.18.0",
51+
"@mui/styles": "5.18.0",
5152
"@openshift/dynamic-plugin-sdk": "^5.0.1",
5253
"@red-hat-developer-hub/backstage-plugin-dynamic-home-page": "^1.10.2",
5354
"@red-hat-developer-hub/backstage-plugin-scorecard": "workspace:^",

workspaces/scorecard/packages/app/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
"@backstage/plugin-techdocs": "^1.17.6",
3434
"@backstage/plugin-user-settings": "^0.9.3",
3535
"@backstage/ui": "^0.15.0",
36-
"@material-ui/core": "^4.12.2",
3736
"@mui/icons-material": "^5.18.0",
3837
"@mui/material": "^5.18.0",
3938
"@red-hat-developer-hub/backstage-plugin-dynamic-home-page": "1.11.0",

workspaces/scorecard/yarn.lock

Lines changed: 27 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3139,7 +3139,7 @@ __metadata:
31393139
languageName: node
31403140
linkType: hard
31413141

3142-
"@backstage/filter-predicates@npm:^0.1.2, @backstage/filter-predicates@npm:^0.1.3":
3142+
"@backstage/filter-predicates@npm:^0.1.1, @backstage/filter-predicates@npm:^0.1.2, @backstage/filter-predicates@npm:^0.1.3":
31433143
version: 0.1.3
31443144
resolution: "@backstage/filter-predicates@npm:0.1.3"
31453145
dependencies:
@@ -3322,6 +3322,28 @@ __metadata:
33223322
languageName: node
33233323
linkType: hard
33243324

3325+
"@backstage/frontend-plugin-api@npm:^0.15.1":
3326+
version: 0.15.1
3327+
resolution: "@backstage/frontend-plugin-api@npm:0.15.1"
3328+
dependencies:
3329+
"@backstage/errors": "npm:^1.2.7"
3330+
"@backstage/filter-predicates": "npm:^0.1.1"
3331+
"@backstage/types": "npm:^1.2.2"
3332+
"@backstage/version-bridge": "npm:^1.0.12"
3333+
zod: "npm:^3.25.76 || ^4.0.0"
3334+
zod-to-json-schema: "npm:^3.25.1"
3335+
peerDependencies:
3336+
"@types/react": ^17.0.0 || ^18.0.0
3337+
react: ^17.0.0 || ^18.0.0
3338+
react-dom: ^17.0.0 || ^18.0.0
3339+
react-router-dom: ^6.30.2
3340+
peerDependenciesMeta:
3341+
"@types/react":
3342+
optional: true
3343+
checksum: 10c0/8064e0845849f7f27af62ff30007bc08a89fc052330e46138735669280e962f2643485a5e2e38dcec16d0ad8a93c150d5fc0b94b9e045106cba11c23bff365dc
3344+
languageName: node
3345+
linkType: hard
3346+
33253347
"@backstage/frontend-plugin-api@npm:^0.16.2":
33263348
version: 0.16.2
33273349
resolution: "@backstage/frontend-plugin-api@npm:0.16.2"
@@ -3582,7 +3604,7 @@ __metadata:
35823604
languageName: node
35833605
linkType: hard
35843606

3585-
"@backstage/plugin-app-react@npm:^0.2.2, @backstage/plugin-app-react@npm:^0.2.3":
3607+
"@backstage/plugin-app-react@npm:^0.2.1, @backstage/plugin-app-react@npm:^0.2.2, @backstage/plugin-app-react@npm:^0.2.3":
35863608
version: 0.2.3
35873609
resolution: "@backstage/plugin-app-react@npm:0.2.3"
35883610
dependencies:
@@ -15401,8 +15423,9 @@ __metadata:
1540115423
"@backstage/test-utils": "npm:^1.7.18"
1540215424
"@backstage/theme": "npm:^0.7.3"
1540315425
"@backstage/ui": "npm:^0.15.0"
15404-
"@material-ui/core": "npm:^4.12.2"
15405-
"@material-ui/icons": "npm:^4.9.1"
15426+
"@mui/icons-material": "npm:5.18.0"
15427+
"@mui/material": "npm:5.18.0"
15428+
"@mui/styles": "npm:5.18.0"
1540615429
"@openshift/dynamic-plugin-sdk": "npm:^5.0.1"
1540715430
"@playwright/test": "npm:1.60.0"
1540815431
"@red-hat-developer-hub/backstage-plugin-dynamic-home-page": "npm:^1.10.2"
@@ -15459,7 +15482,6 @@ __metadata:
1545915482
"@backstage/plugin-techdocs": "npm:^1.17.6"
1546015483
"@backstage/plugin-user-settings": "npm:^0.9.3"
1546115484
"@backstage/ui": "npm:^0.15.0"
15462-
"@material-ui/core": "npm:^4.12.2"
1546315485
"@mui/icons-material": "npm:^5.18.0"
1546415486
"@mui/material": "npm:^5.18.0"
1546515487
"@red-hat-developer-hub/backstage-plugin-dynamic-home-page": "npm:1.11.0"

0 commit comments

Comments
 (0)