From 8f4724c48f39158b433e6beca663272b48462223 Mon Sep 17 00:00:00 2001 From: Cirdes Henrique Date: Sun, 11 Aug 2024 19:26:42 -0300 Subject: [PATCH] Migrate select --- .gitignore | 4 +++- Gemfile.lock | 2 +- yarn.lock | 26 +++++++++++++------------- 3 files changed, 17 insertions(+), 15 deletions(-) diff --git a/.gitignore b/.gitignore index 6e44386..d354604 100644 --- a/.gitignore +++ b/.gitignore @@ -35,4 +35,6 @@ /node_modules -.env* \ No newline at end of file +.env* + +.tool-versions \ No newline at end of file diff --git a/Gemfile.lock b/Gemfile.lock index 145cd94..a2a3e13 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,6 +1,6 @@ GIT remote: https://github.com/PhlexUI/phlex_ui.git - revision: 7cc2e5c3551971a191e7200865339808f230585f + revision: c0b011e9c5db8fbbad561298a4560edc8518b958 branch: v1 specs: phlex_ui (0.1.10) diff --git a/yarn.lock b/yarn.lock index 7b27b53..7a7fa2d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -135,24 +135,24 @@ integrity sha512-Arm+WgUFLUATuoxCJcahGuk6Yj9Pzxd6l11Zb/2aAuv5kWWvvfhLFo2fni4uSK5vzlUdCGZ/BdV5tH8klj8p8g== "@floating-ui/core@^1.6.0": - version "1.6.6" - resolved "https://registry.yarnpkg.com/@floating-ui/core/-/core-1.6.6.tgz#f6edf703c8acb73e3802cf558c88ddb7cddc4f67" - integrity sha512-Vkvsw6EcpMHjvZZdMkSY+djMGFbt7CRssW99Ne8tar2WLnZ/l3dbxeTShbLQj+/s35h+Qb4cmnob+EzwtjrXGQ== + version "1.6.7" + resolved "https://registry.yarnpkg.com/@floating-ui/core/-/core-1.6.7.tgz#7602367795a390ff0662efd1c7ae8ca74e75fb12" + integrity sha512-yDzVT/Lm101nQ5TCVeK65LtdN7Tj4Qpr9RTXJ2vPFLqtLxwOrpoxAHAJI8J3yYWUc40J0BDBheaitK5SJmno2g== dependencies: - "@floating-ui/utils" "^0.2.6" + "@floating-ui/utils" "^0.2.7" "@floating-ui/dom@^1.6.8": - version "1.6.9" - resolved "https://registry.yarnpkg.com/@floating-ui/dom/-/dom-1.6.9.tgz#7240f4fea0ff929a9d642f7572331d33dd2ee809" - integrity sha512-zB1PcI350t4tkm3rvUhSRKa9sT7vH5CrAbQxW+VaPYJXKAO0gsg4CTueL+6Ajp7XzAQC8CW4Jj1Wgqc0sB6oUQ== + version "1.6.10" + resolved "https://registry.yarnpkg.com/@floating-ui/dom/-/dom-1.6.10.tgz#b74c32f34a50336c86dcf1f1c845cf3a39e26d6f" + integrity sha512-fskgCFv8J8OamCmyun8MfjB1Olfn+uZKjOKZ0vhYF3gRmEUXcGOjxWL8bBr7i4kIuPZ2KD2S3EUIOxnjC8kl2A== dependencies: "@floating-ui/core" "^1.6.0" - "@floating-ui/utils" "^0.2.6" + "@floating-ui/utils" "^0.2.7" -"@floating-ui/utils@^0.2.6": - version "0.2.6" - resolved "https://registry.yarnpkg.com/@floating-ui/utils/-/utils-0.2.6.tgz#1898a31c7e17a50384147a02a4e6264b1b1a0291" - integrity sha512-0KI3zGxIUs1KDR/pjQPdJH4Z8nGBm0yJ5WRoRfdw1Kzeh45jkIfA0rmD0kBF6fKHH+xaH7g8y4jIXyAV5MGK3g== +"@floating-ui/utils@^0.2.7": + version "0.2.7" + resolved "https://registry.yarnpkg.com/@floating-ui/utils/-/utils-0.2.7.tgz#d0ece53ce99ab5a8e37ebdfe5e32452a2bfc073e" + integrity sha512-X8R8Oj771YRl/w+c1HqAC1szL8zWQRwFvgDwT129k9ACdBoud/+/rX9V0qiMl6LWUdP9voC2nDVZYPMQQsb6eA== "@hotwired/stimulus@3.2.2", "@hotwired/stimulus@^3.2.2": version "3.2.2" @@ -833,7 +833,7 @@ queue-microtask@^1.2.2: "rbui-js@https://github.com/PhlexUI/phlex_ui.git#v1": version "0.0.1-alpha.0" - resolved "https://github.com/PhlexUI/phlex_ui.git#7cc2e5c3551971a191e7200865339808f230585f" + resolved "https://github.com/PhlexUI/phlex_ui.git#c0b011e9c5db8fbbad561298a4560edc8518b958" dependencies: "@floating-ui/dom" "^1.6.8" "@hotwired/stimulus" "^3.2.2"