Skip to content

Commit

Permalink
Find out that it was @hotwired/turbo that was provoking the issue wit…
Browse files Browse the repository at this point in the history
…h hovering.
  • Loading branch information
SDKHISSI authored and SDKHISSI committed Nov 26, 2024
1 parent 9f1bb79 commit 2f0f6df
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 11 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@babel/preset-env": ">=7.16.0",
"@fontsource/roboto-condensed": ">=5.0.3",
"@fortawesome/fontawesome-free": ">=6.4.0",
"@hotwired/stimulus": "^3.0.0",
"@hotwired/stimulus": ">=3.0.0",
"@hotwired/turbo": "^7.0.1",
"@popperjs/core": ">=2.11.8",
"@symfony/stimulus-bridge": ">=3.2.0",
Expand All @@ -21,8 +21,8 @@
"@symfony/webpack-encore": ">=4.3.0",
"axios": ">=1.6.7",
"bootstrap": ">=5.3.0",
"core-js": "^3.31.0",
"regenerator-runtime": "^0.13.9",
"core-js": ">=3.31.0",
"regenerator-runtime": ">=0.13.9",
"sass": ">=1.63.6",
"sass-loader": ">=13.3.2",
"webpack": ">=5.88.1",
Expand Down
11 changes: 3 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -821,7 +821,7 @@
resolved "https://registry.yarnpkg.com/@hotwired/stimulus-webpack-helpers/-/stimulus-webpack-helpers-1.0.1.tgz#4cd74487adeca576c9865ac2b9fe5cb20cef16dd"
integrity sha512-wa/zupVG0eWxRYJjC1IiPBdt3Lruv0RqGN+/DTMmUWUyMAEB27KXmVY6a8YpUVTM7QwVuaLNGW4EqDgrS2upXQ==

"@hotwired/stimulus@^3.0.0":
"@hotwired/stimulus@>=3.0.0":
version "3.2.2"
resolved "https://registry.yarnpkg.com/@hotwired/stimulus/-/stimulus-3.2.2.tgz#071aab59c600fed95b97939e605ff261a4251608"
integrity sha512-eGeIqNOQpXoPAIP7tC1+1Yc1yl1xnwYqg+3mzqxyrbE5pg5YFBZcA6YoTiByJB6DKAEsiWtl6tjTJS4IYtbB7A==
Expand Down Expand Up @@ -1552,7 +1552,7 @@ core-js-compat@^3.38.0, core-js-compat@^3.38.1:
dependencies:
browserslist "^4.24.2"

core-js@^3.31.0:
core-js@>=3.31.0:
version "3.39.0"
resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.39.0.tgz#57f7647f4d2d030c32a72ea23a0555b2eaa30f83"
integrity sha512-raM0ew0/jJUqkJ0E6e8UDtl+y/7ktFivgWvqw8dNSQeNWoSDLvQ1H/RN3aPXB9tBd4/FhyR4RDPGhsNIMsAn7g==
Expand Down Expand Up @@ -2679,12 +2679,7 @@ regenerate@^1.4.2:
resolved "https://registry.yarnpkg.com/regenerate/-/regenerate-1.4.2.tgz#b9346d8827e8f5a32f7ba29637d398b69014848a"
integrity sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A==

regenerator-runtime@^0.13.9:
version "0.13.11"
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.11.tgz#f6dca3e7ceec20590d07ada785636a90cdca17f9"
integrity sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg==

regenerator-runtime@^0.14.0:
regenerator-runtime@>=0.13.9, regenerator-runtime@^0.14.0:
version "0.14.1"
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.14.1.tgz#356ade10263f685dda125100cd862c1db895327f"
integrity sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==
Expand Down

0 comments on commit 2f0f6df

Please sign in to comment.