Skip to content

Commit

Permalink
anycable-elements 0.2.5 (perfect cursor)
Browse files Browse the repository at this point in the history
  • Loading branch information
palkan committed Apr 10, 2024
1 parent 520d162 commit 37b7a12
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@anycable/core": "^0.8.3",
"@anycable/web": "^0.8.0",
"@splidejs/splide": "^4.1.4",
"anycable-elements": "^0.2.4",
"anycable-elements": "^0.2.5",
"jump.js": "1.0.2",
"lighty": "0.5.0",
"sass": "^1.60.0"
Expand Down
21 changes: 17 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -368,6 +368,11 @@
resolved "https://registry.npmjs.org/@splidejs/splide/-/splide-4.1.4.tgz"
integrity sha512-5I30evTJcAJQXt6vJ26g2xEkG+l1nXcpEw4xpKh0/FWQ8ozmAeTbtniVtVmz2sH1Es3vgfC4SS8B2X4o5JMptA==

"@tldraw/vec@^1.4.3":
version "1.9.2"
resolved "https://registry.yarnpkg.com/@tldraw/vec/-/vec-1.9.2.tgz#0b4719fd44dee57c414b82af8b38c2ccdbd27fef"
integrity sha512-k9vH52MRpJHjVcaahWu6VqvhLeE9h1qL5Z2gLobS9zTMpUJ59kBQPNo0VPzPlDYBpXdS4GxuB4jYQMnKvuPAZg==

"@types/trusted-types@^2.0.2":
version "2.0.7"
resolved "https://registry.yarnpkg.com/@types/trusted-types/-/trusted-types-2.0.7.tgz#baccb07a970b91707df3a3e8ba6896c57ead2d11"
Expand All @@ -378,15 +383,16 @@ acorn@^7.1.1:
resolved "https://registry.npmjs.org/acorn/-/acorn-7.4.1.tgz"
integrity sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==

anycable-elements@^0.2.4:
version "0.2.4"
resolved "https://registry.yarnpkg.com/anycable-elements/-/anycable-elements-0.2.4.tgz#18c4f022479b35374bc53ee0b145646caaaafad5"
integrity sha512-lGfLkRMwkIeIk1tpF4dWOD1sY/1jathlD2dDudrkUPTZp7r/9pUu8jjCDZt27H9ETNGHrbnqGWQVYm+44CxvBg==
anycable-elements@^0.2.5:
version "0.2.5"
resolved "https://registry.yarnpkg.com/anycable-elements/-/anycable-elements-0.2.5.tgz#afb6cc7c4cda76016bb215d30f50879016d911de"
integrity sha512-/Wu23nWFiJuy8T2opWktHqBDU6xa1Ea31u5uOsur6/M2hHYPbl0ySIzMJ6KIC8EDppPZkuMHUnPlrp6HQSpy8w==
dependencies:
"@github/mini-throttle" "^2.1.1"
apcach "^0.6.4"
lit "^3.1.2"
minireset.css "^0.0.7"
perfect-cursors "^1.0.5"

anymatch@~3.1.2:
version "3.1.3"
Expand Down Expand Up @@ -1034,6 +1040,13 @@ path-parse@^1.0.7:
resolved "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz"
integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==

perfect-cursors@^1.0.5:
version "1.0.5"
resolved "https://registry.yarnpkg.com/perfect-cursors/-/perfect-cursors-1.0.5.tgz#79b8c04790172bac833a0767a83f376d7e59ca86"
integrity sha512-LgQJj6QtF6VzYODurlhF9Ayt2liiadJZBocK98brcCC6D/dRtZlSU/r0mXWDoCdGPiO24oJB1+PZKz4p9hblWg==
dependencies:
"@tldraw/vec" "^1.4.3"

picocolors@^1.0.0, picocolors@~1:
version "1.0.0"
resolved "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz"
Expand Down

0 comments on commit 37b7a12

Please sign in to comment.