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:
@@ -66,7 +66,7 @@
|
||||
"@material-ui/icons": "^4.9.1",
|
||||
"@material-ui/lab": "^4.0.0-alpha.61",
|
||||
"@react-hookz/web": "^24.0.0",
|
||||
"@remixicon/react": "^4.6.0",
|
||||
"@remixicon/react": ">=4.6.0 <4.9.0",
|
||||
"motion": "^12.0.0",
|
||||
"react-aria": "~3.48.0",
|
||||
"react-stately": "~3.46.0",
|
||||
|
||||
Reference in New Issue
Block a user