fix: clamp React Aria dependency ranges to patch-only updates
Changed version ranges for react-aria, react-aria-components, and react-stately from `^` (minor) to `~` (patch) across all consuming packages to prevent unintended minor version upgrades. Also aligned app-visualizer's react-aria-components from 1.14 to 1.17. Signed-off-by: Johan Persson <johanopersson@gmail.com>
This commit is contained in:
@@ -39,7 +39,7 @@
|
||||
"@backstage/frontend-plugin-api": "workspace:^",
|
||||
"@backstage/ui": "workspace:^",
|
||||
"@remixicon/react": "^4.6.0",
|
||||
"react-aria-components": "^1.14.0"
|
||||
"react-aria-components": "~1.17.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "workspace:^",
|
||||
|
||||
@@ -68,8 +68,8 @@
|
||||
"@react-hookz/web": "^24.0.0",
|
||||
"@remixicon/react": "^4.6.0",
|
||||
"motion": "^12.0.0",
|
||||
"react-aria": "^3.48.0",
|
||||
"react-stately": "^3.46.0",
|
||||
"react-aria": "~3.48.0",
|
||||
"react-stately": "~3.46.0",
|
||||
"react-use": "^17.2.4",
|
||||
"zen-observable": "^0.10.0",
|
||||
"zod": "^4.0.0"
|
||||
|
||||
@@ -62,7 +62,7 @@
|
||||
"@remixicon/react": "^4.6.0",
|
||||
"lodash": "^4.17.21",
|
||||
"notistack": "^3.0.1",
|
||||
"react-aria-components": "^1.17.0",
|
||||
"react-aria-components": "~1.17.0",
|
||||
"react-relative-time": "^0.0.9",
|
||||
"react-use": "^17.2.4"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user