mirror of
https://github.com/iptv-org/iptv-org.github.io.git
synced 2025-05-12 01:50:05 -04:00
Merge pull request #2002 from iptv-org/freearhey-patch-2
Patch 2024.12.2
This commit is contained in:
commit
9aa907e060
8 changed files with 132 additions and 25 deletions
19
yarn.lock
19
yarn.lock
|
@ -79,6 +79,11 @@
|
|||
resolved "https://registry.npmjs.org/@polka/url/-/url-1.0.0-next.21.tgz"
|
||||
integrity sha512-a5Sab1C4/icpTZVzZc5Ghpz88yQtGOyNqYXcZgOssB2uuAr+wF/MvN6bgtW32q7HHrvBki+BsZ0OuNv6EV3K9g==
|
||||
|
||||
"@popperjs/core@^2.1.0":
|
||||
version "2.11.8"
|
||||
resolved "https://registry.npmjs.org/@popperjs/core/-/core-2.11.8.tgz"
|
||||
integrity sha512-P1st0aksCrn9sGZhp8GMYwBnQsbvAWsZAX44oXNNvLHGqAOcoVxmjZiohstwQ7SqKnbR47akdNi+uleWD8+g6A==
|
||||
|
||||
"@sveltejs/adapter-static@^2.0.1":
|
||||
version "2.0.1"
|
||||
resolved "https://registry.npmjs.org/@sveltejs/adapter-static/-/adapter-static-2.0.1.tgz"
|
||||
|
@ -897,6 +902,13 @@ svelte-sitemap@^2.6.0:
|
|||
resolved "https://registry.npmjs.org/svelte/-/svelte-3.55.1.tgz"
|
||||
integrity sha512-S+87/P0Ve67HxKkEV23iCdAh/SX1xiSfjF1HOglno/YTbSTW7RniICMCofWGdJJbdjw3S+0PfFb1JtGfTXE0oQ==
|
||||
|
||||
sveltejs-tippy@^3.0.0:
|
||||
version "3.0.0"
|
||||
resolved "https://registry.npmjs.org/sveltejs-tippy/-/sveltejs-tippy-3.0.0.tgz"
|
||||
integrity sha512-LAfQikm61AeqZW1hCFWUsmGEMmhMHDvrPV0JhbT38Ell9SqBjmFaY//+YKUxaJvx6nLMxGQdlcHA1rDg2Ml8tQ==
|
||||
dependencies:
|
||||
tippy.js "~6.0.1"
|
||||
|
||||
tailwind-scrollbar-hide@^1.1.7:
|
||||
version "1.1.7"
|
||||
resolved "https://registry.npmjs.org/tailwind-scrollbar-hide/-/tailwind-scrollbar-hide-1.1.7.tgz"
|
||||
|
@ -939,6 +951,13 @@ tiny-glob@^0.2.9:
|
|||
globalyzer "0.1.0"
|
||||
globrex "^0.1.2"
|
||||
|
||||
tippy.js@~6.0.1:
|
||||
version "6.0.3"
|
||||
resolved "https://registry.npmjs.org/tippy.js/-/tippy.js-6.0.3.tgz"
|
||||
integrity sha512-buQF6HugTA4YeSA/s9xBhu0ferEAx7sRSn45G+Juh3p+Dz3vEKfxtqdg6JUnHIWDCV/r0u8Lrobs9AB4dtYcUQ==
|
||||
dependencies:
|
||||
"@popperjs/core" "^2.1.0"
|
||||
|
||||
to-regex-range@^5.0.1:
|
||||
version "5.0.1"
|
||||
resolved "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue