Skip to content

Commit

Permalink
Fixes for React in score-card (#293)
Browse files Browse the repository at this point in the history
* Fixes for React in score-card

---------

Signed-off-by: Jan Vilimek <[email protected]>
  • Loading branch information
jvilimek authored Oct 3, 2024
1 parent c3cbaf0 commit 95a7aa9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 12 deletions.
10 changes: 4 additions & 6 deletions plugins/score-card/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,13 @@
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.57",
"@types/react": "^18.0.0",
"react-router-dom": "6.26.2",
"@types/react": "^16.13.1 || ^17.0.0 || ^18.0.0",
"react-use": "^17.2.4"
},
"peerDependencies": {
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-router-dom": "^6.4.5"
"react": "^16.13.1 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.13.1 || ^17.0.0 || ^18.0.0",
"react-router-dom": "6.0.0-beta.0 || ^6.3.0"
},
"devDependencies": {
"@backstage/catalog-client": "^1.5.2",
Expand All @@ -69,7 +68,6 @@
"@testing-library/user-event": "^14.0.0",
"@types/jest": "*",
"@types/node": "^20.11.5",
"@types/react-dom": "*",
"cross-fetch": "3.1.5",
"http-server": "14.1.1",
"msw": "1.3.2"
Expand Down
10 changes: 4 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7913,17 +7913,15 @@ __metadata:
"@testing-library/user-event": "npm:^14.0.0"
"@types/jest": "npm:*"
"@types/node": "npm:^20.11.5"
"@types/react": "npm:^18.0.0"
"@types/react-dom": "npm:*"
"@types/react": "npm:^16.13.1 || ^17.0.0 || ^18.0.0"
cross-fetch: "npm:3.1.5"
http-server: "npm:14.1.1"
msw: "npm:1.3.2"
react-router-dom: "npm:6.26.2"
react-use: "npm:^17.2.4"
peerDependencies:
react: ^18.0.0
react-dom: ^18.0.0
react-router-dom: ^6.4.5
react: ^16.13.1 || ^17.0.0 || ^18.0.0
react-dom: ^16.13.1 || ^17.0.0 || ^18.0.0
react-router-dom: 6.0.0-beta.0 || ^6.3.0
languageName: unknown
linkType: soft

Expand Down

0 comments on commit 95a7aa9

Please sign in to comment.