Skip to content

Commit

Permalink
Use forked @floating-ui/react with React 16 fix
Browse files Browse the repository at this point in the history
REDMINE-20673
  • Loading branch information
tf committed Jul 23, 2024
1 parent c3efc4b commit aaccb1e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
2 changes: 1 addition & 1 deletion entry_types/scrolled/package/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"license": "MIT",
"dependencies": {
"@egjs/view360": "^3.4.3",
"@floating-ui/react": "^0.26.19",
"@floating-ui/react": "https://github.com/tf/floating-ui-react#react-16-focus-fix",
"@headlessui/react": "^1.6.6",
"core-js": "^3.6.5",
"debounce": "^1.2.0",
Expand Down
17 changes: 8 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1552,19 +1552,18 @@
dependencies:
"@floating-ui/dom" "^1.0.0"

"@floating-ui/react@^0.26.19":
version "0.26.19"
resolved "https://registry.yarnpkg.com/@floating-ui/react/-/react-0.26.19.tgz#e3c713bec8a7264caa6f8195e0865f9210f483a1"
integrity sha512-Jk6zITdjjIvjO/VdQFvpRaD3qPwOHH6AoDHxjhpy+oK4KFgaSP871HYWUAPdnLmx1gQ+w/pB312co3tVml+BXA==
"@floating-ui/react@https://github.com/tf/floating-ui-react#react-16-focus-fix":
version "0.26.20"
resolved "https://github.com/tf/floating-ui-react#47ea5ce39b43c58be2e341c27e22680b7d36ec8d"
dependencies:
"@floating-ui/react-dom" "^2.1.1"
"@floating-ui/utils" "^0.2.4"
"@floating-ui/utils" "^0.2.5"
tabbable "^6.0.0"

"@floating-ui/utils@^0.2.4":
version "0.2.4"
resolved "https://registry.yarnpkg.com/@floating-ui/utils/-/utils-0.2.4.tgz#1d459cee5031893a08a0e064c406ad2130cced7c"
integrity sha512-dWO2pw8hhi+WrXq1YJy2yCuWoL20PddgGaqTgVe4cOS9Q6qklXCiA1tJEqX6BEwRNSCP84/afac9hd4MS+zEUA==
"@floating-ui/utils@^0.2.4", "@floating-ui/utils@^0.2.5":
version "0.2.5"
resolved "https://registry.yarnpkg.com/@floating-ui/utils/-/utils-0.2.5.tgz#105c37d9d9620ce69b7f692a20c821bf1ad2cbf9"
integrity sha512-sTcG+QZ6fdEUObICavU+aB3Mp8HY4n14wYHdxK4fXjPmv3PXZZeY5RaguJmGyeH/CJQhX3fqKUtS4qc1LoHwhQ==

"@headlessui/react@^1.6.6":
version "1.6.6"
Expand Down

0 comments on commit aaccb1e

Please sign in to comment.