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:
@@ -50,9 +50,9 @@
|
||||
"@remixicon/react": "^4.6.0",
|
||||
"@tanstack/react-table": "^8.21.3",
|
||||
"clsx": "^2.1.1",
|
||||
"react-aria": "^3.48.0",
|
||||
"react-aria-components": "^1.17.0",
|
||||
"react-stately": "^3.46.0",
|
||||
"react-aria": "~3.48.0",
|
||||
"react-aria-components": "~1.17.0",
|
||||
"react-stately": "~3.46.0",
|
||||
"use-sync-external-store": "^1.4.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
Reference in New Issue
Block a user