Drop React 17 support from @backstage/ui
Updated the peer dependency ranges for `react`, `react-dom`, and `@types/react` in `packages/ui` to require React 18+, removing the `^17.0.0` range. Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com> Made-with: Cursor
This commit is contained in:
@@ -7949,9 +7949,9 @@ __metadata:
|
||||
storybook: "npm:^10.3.0-alpha.1"
|
||||
use-sync-external-store: "npm:^1.4.0"
|
||||
peerDependencies:
|
||||
"@types/react": ^17.0.0 || ^18.0.0
|
||||
react: ^17.0.0 || ^18.0.0
|
||||
react-dom: ^17.0.0 || ^18.0.0
|
||||
"@types/react": ^18.0.0
|
||||
react: ^18.0.0
|
||||
react-dom: ^18.0.0
|
||||
react-router-dom: ^6.30.2
|
||||
peerDependenciesMeta:
|
||||
"@types/react":
|
||||
|
||||
Reference in New Issue
Block a user