Merged in fix/hamburger-menu-freezes (pull request #3276)

fix(BOOK-613): pinned react aria compnents and aria overlays versions

* fix(BOOK-613): pinned react aria compnents and aria overlays versions


Approved-by: Linus Flood
This commit is contained in:
Matilda Haneling
2025-12-03 07:46:01 +00:00
parent a6b3904b2a
commit 7acfde7b49
5 changed files with 188 additions and 172 deletions

View File

@@ -35,7 +35,7 @@
"next": "^15.5.6",
"next-auth": "5.0.0-beta.29",
"react": "^19.0.0",
"react-aria-components": "^1.8.0",
"react-aria-components": "1.8.0",
"react-dom": "^19.0.0",
"react-intl": "^7.1.11",
"server-only": "^0.0.1",

View File

@@ -72,7 +72,7 @@
"next": "^15.5.6",
"next-auth": "5.0.0-beta.29",
"react": "^19.1.0",
"react-aria-components": "^1.8.0",
"react-aria-components": "1.8.0",
"react-day-picker": "^9.6.7",
"react-dom": "^19.1.0",
"react-feather": "^2.0.10",