Merge pull request #22539 from fshowalter/patch-3
Allow @types/react 18 as a peer dep for @backstage/theme
This commit is contained in:
@@ -56,7 +56,7 @@
|
||||
"@testing-library/jest-dom": "^6.0.0",
|
||||
"@testing-library/react": "^14.0.0",
|
||||
"@types/highlightjs": "^10.1.0",
|
||||
"@types/react": "^16.13.1 || ^17.0.0",
|
||||
"@types/react": "^16.13.1 || ^17.0.0 || ^18.0.0",
|
||||
"@types/recharts": "^1.8.15"
|
||||
},
|
||||
"files": [
|
||||
|
||||
Reference in New Issue
Block a user