Skip to content

Commit

Permalink
Merge pull request #139 from dhhuynh2/fix-react-dependencies
Browse files Browse the repository at this point in the history
Move react to peer dependencies and include react 17
  • Loading branch information
wrighbr authored Feb 1, 2022
2 parents 29ebe35 + cc484f4 commit 88dd550
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,15 @@
"@backstage/plugin-catalog-react": "^0.6.3",
"@backstage/theme": "^0.2.11",
"@material-ui/core": "^4.11.0",
"react": "^16.14.0",
"react-d3-speedometer": "^1.0.1",
"react-data-table-component": "^6.11.7",
"react-dom": "^16.13.1",
"react-router": "6.0.0-beta.0",
"styled-components": "^5.3.1"
},
"peerDependencies": {
"react": "^16.13.1 || ^17.0.0",
"react-dom": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.11.0",
"@backstage/dev-utils": "^0.2.7",
Expand Down

0 comments on commit 88dd550

Please sign in to comment.