Skip to content

Commit

Permalink
chore(deps): bump @floating-ui/react from 0.24.3 to 0.25.1 (#1358)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: takurinton <takurinton@takurinton.dev>
  • Loading branch information
dependabot[bot] and takurinton authored Aug 28, 2023
1 parent b4be1ff commit 6682bd8
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 7 deletions.
5 changes: 5 additions & 0 deletions .changeset/eighty-camels-travel.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"ingred-ui": patch
---

chore(deps): bump @floating-ui/react from 0.24.3 to 0.25.1
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"release": "changeset tag && changeset publish"
},
"dependencies": {
"@floating-ui/react": "^0.24.3",
"@floating-ui/react": "^0.25.1",
"dayjs": "^1.11.6",
"moment": "^2.29.3",
"react-dates": "^21.8.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ exports[`ContextMenu component testing ContextMenu 1`] = `
<DocumentFragment>
<button
class="sc-crXcEl fqlPTR sc-evZas iMmWcl"
data-floating-ui-inert=""
data-testid="icon-wrapper"
>
<span
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ exports[`DropdownButton component testing not splited disable 1`] = `
<DocumentFragment>
<div
class="sc-hKMtZM gcJdvk"
data-floating-ui-inert=""
role="button"
>
<button
Expand Down Expand Up @@ -115,6 +116,7 @@ exports[`DropdownButton component testing not splited enable 1`] = `
<DocumentFragment>
<div
class="sc-hKMtZM gcJdvk"
data-floating-ui-inert=""
role="button"
>
<button
Expand Down Expand Up @@ -232,6 +234,7 @@ exports[`DropdownButton component testing splited disable 1`] = `
<DocumentFragment>
<div
class="sc-hKMtZM gcJdvk"
data-floating-ui-inert=""
role="button"
>
<button
Expand Down Expand Up @@ -347,6 +350,7 @@ exports[`DropdownButton component testing splited enable 1`] = `
<DocumentFragment>
<div
class="sc-hKMtZM gcJdvk"
data-floating-ui-inert=""
role="button"
>
<button
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ exports[`FloatingTip component testing FloatingTip 1`] = `
>
<div
class="sc-eCYdqJ fxZLaq fade-transition-appear fade-transition-appear-active"
data-floating-ui-inert=""
>
<div
class="sc-hKMtZM gENyvx"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ exports[`Popover component testing Popover 1`] = `
>
<div
class="sc-hKMtZM kldEOn fade-transition-appear fade-transition-appear-active"
data-floating-ui-inert=""
>
<div
class="sc-dkzDqf eOrlky"
Expand Down
17 changes: 11 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2976,15 +2976,20 @@
dependencies:
"@floating-ui/dom" "^1.3.0"

"@floating-ui/react@^0.24.3":
version "0.24.3"
resolved "https://registry.yarnpkg.com/@floating-ui/react/-/react-0.24.3.tgz#4f11f09c7245555724f5167dd6925133457db89c"
integrity sha512-wWC9duiog4HmbgKSKObDRuXqMjZR/6m75MIG+slm5CVWbridAjK9STcnCsGYmdpK78H/GmzYj4ADVP8paZVLYQ==
"@floating-ui/react@^0.25.1":
version "0.25.1"
resolved "https://registry.yarnpkg.com/@floating-ui/react/-/react-0.25.1.tgz#174bf4322913aa3549aeff27a0755fe10c66686d"
integrity sha512-lxuWxfSgDJwOeZK07PIDjTSlH0CY6LRDKo6eI0H7TnctP+5IAn0n8+npNveM0L2wNIVdAr0S8RvvoHfhzPbBAQ==
dependencies:
"@floating-ui/react-dom" "^2.0.1"
aria-hidden "^1.1.3"
"@floating-ui/utils" "^0.1.1"
tabbable "^6.0.1"

"@floating-ui/utils@^0.1.1":
version "0.1.1"
resolved "https://registry.yarnpkg.com/@floating-ui/utils/-/utils-0.1.1.tgz#1a5b1959a528e374e8037c4396c3e825d6cf4a83"
integrity sha512-m0G6wlnhm/AX0H12IOWtK8gASEMffnX08RtKkCgTdHb9JpHKGloI7icFfLg9ZmQeavcvR0PKmzxClyuFPSjKWw==

"@humanwhocodes/config-array@^0.11.10":
version "0.11.10"
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.11.10.tgz#5a3ffe32cc9306365fb3fd572596cd602d5e12d2"
Expand Down Expand Up @@ -5294,7 +5299,7 @@ argparse@^2.0.1:
resolved "https://registry.yarnpkg.com/argparse/-/argparse-2.0.1.tgz#246f50f3ca78a3240f6c997e8a9bd1eac49e4b38"
integrity sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==

aria-hidden@^1.1.1, aria-hidden@^1.1.3:
aria-hidden@^1.1.1:
version "1.2.3"
resolved "https://registry.yarnpkg.com/aria-hidden/-/aria-hidden-1.2.3.tgz#14aeb7fb692bbb72d69bebfa47279c1fd725e954"
integrity sha512-xcLxITLe2HYa1cnYnwCjkOO1PqUHQpozB8x9AR0OgWN2woOBi5kSDVxKfd0b7sb1hw5qFeJhXm9H1nu3xSfLeQ==
Expand Down

0 comments on commit 6682bd8

Please sign in to comment.