Limit @remixicon/react to versions below 4.9.0
The license changed in 4.9.0, so we need to cap the allowed version range across all packages that depend on it. Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com> Made-with: Cursor
This commit is contained in:
@@ -48,7 +48,7 @@
|
||||
"dependencies": {
|
||||
"@backstage/version-bridge": "workspace:^",
|
||||
"@internationalized/date": "^3.12.0",
|
||||
"@remixicon/react": "^4.6.0",
|
||||
"@remixicon/react": ">=4.6.0 <4.9.0",
|
||||
"@tanstack/react-table": "^8.21.3",
|
||||
"clsx": "^2.1.1",
|
||||
"react-aria": "~3.48.0",
|
||||
|
||||
Reference in New Issue
Block a user