Skip to content

Commit aa3515c

Browse files
fix(deps): update dependency @floating-ui/react to ^0.27.0 (#439)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 80d2c0b commit aa3515c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"format-check": "prettier --config .prettierrc 'src/**/*.{ts,tsx}' --check"
1313
},
1414
"dependencies": {
15-
"@floating-ui/react": "^0.26.9",
15+
"@floating-ui/react": "^0.27.0",
1616
"@tanstack/react-query": "^5.8.3",
1717
"@tanstack/react-table": "^8.10.7",
1818
"axios": "^1.5.1",

ui/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -224,10 +224,10 @@
224224
dependencies:
225225
"@floating-ui/dom" "^1.0.0"
226226

227-
"@floating-ui/react@^0.26.9":
228-
version "0.26.28"
229-
resolved "https://registry.yarnpkg.com/@floating-ui/react/-/react-0.26.28.tgz#93f44ebaeb02409312e9df9507e83aab4a8c0dc7"
230-
integrity sha512-yORQuuAtVpiRjpMhdc0wJj06b9JFjrYF4qp96j++v2NBpbi6SEGF7donUJ3TMieerQ6qVkAv1tgr7L4r5roTqw==
227+
"@floating-ui/react@^0.27.0":
228+
version "0.27.0"
229+
resolved "https://registry.yarnpkg.com/@floating-ui/react/-/react-0.27.0.tgz#e0931fd09374ab4b8ce1a1af5cb44d1ccd1bb95a"
230+
integrity sha512-WLEksq7fJapXSJbmfiyq9pAW0a7ZFMEJToFE4oTDESxGjoa+nZu3YMjmZE2KvoUtQhqOK2yMMfWQFZyeWD0wGQ==
231231
dependencies:
232232
"@floating-ui/react-dom" "^2.1.2"
233233
"@floating-ui/utils" "^0.2.8"

0 commit comments

Comments
 (0)