We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 29ebe35 + cc484f4 commit 88dd550Copy full SHA for 88dd550
package.json
@@ -28,13 +28,15 @@
28
"@backstage/plugin-catalog-react": "^0.6.3",
29
"@backstage/theme": "^0.2.11",
30
"@material-ui/core": "^4.11.0",
31
- "react": "^16.14.0",
32
"react-d3-speedometer": "^1.0.1",
33
"react-data-table-component": "^6.11.7",
34
- "react-dom": "^16.13.1",
35
"react-router": "6.0.0-beta.0",
36
"styled-components": "^5.3.1"
37
},
+ "peerDependencies": {
+ "react": "^16.13.1 || ^17.0.0",
38
+ "react-dom": "^16.13.1 || ^17.0.0"
39
+ },
40
"devDependencies": {
41
"@backstage/cli": "^0.11.0",
42
"@backstage/dev-utils": "^0.2.7",
0 commit comments