Skip to content

Commit

Permalink
fix(deps): update dependency @floating-ui/react to ^0.26.9 (#85)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Feb 3, 2024
1 parent c349516 commit 1c3c066
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@dnd-kit/sortable": "^8.0.0",
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@floating-ui/react": "^0.26.8",
"@floating-ui/react": "^0.26.9",
"@sentry/browser": "^7.99.0",
"@tabler/icons-react": "^2.47.0",
"lodash-es": "^4.17.21",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1398,10 +1398,10 @@
dependencies:
"@floating-ui/dom" "^1.6.1"

"@floating-ui/react@^0.26.8":
version "0.26.8"
resolved "https://registry.yarnpkg.com/@floating-ui/react/-/react-0.26.8.tgz#9f8dc9d21aa35456ccc32b536d853d365ce8b9d9"
integrity sha512-fOZb8BnJBrVohGPZ8RthDM5cHD9SnBKgY/U7LFXHhuwafSZD7TVmCX67+ezkkwxFbWpQGTEbgcjuHUDRonGy1g==
"@floating-ui/react@^0.26.9":
version "0.26.9"
resolved "https://registry.yarnpkg.com/@floating-ui/react/-/react-0.26.9.tgz#bbccbefa0e60c8b7f4c0387ba0fc0607bb65f2cc"
integrity sha512-p86wynZJVEkEq2BBjY/8p2g3biQ6TlgT4o/3KgFKyTWoJLU1GZ8wpctwRqtkEl2tseYA+kw7dBAIDFcednfI5w==
dependencies:
"@floating-ui/react-dom" "^2.0.8"
"@floating-ui/utils" "^0.2.1"
Expand Down

0 comments on commit 1c3c066

Please sign in to comment.