Skip to content

Commit

Permalink
Add missing rangeslider-pure.
Browse files Browse the repository at this point in the history
  • Loading branch information
thisismeonmounteverest committed Apr 26, 2024
1 parent bfef096 commit 8837c9b
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,9 @@
"encoreWatch": "encore dev --watch"
},
"dependencies": {
"@types/geojson": "^7946.0.13",
"@types/leaflet": "^1.9.8",
"@types/leaflet-fullscreen": "^1.0.9",
"bootstrap-dropdown-hover": "^4.2.0",
"dayjs": "^1.11.0",
"micromodal": "^0.4.10",
Expand All @@ -110,6 +113,7 @@
"postcss-import": "^15.0.0",
"postcss-nesting": "^11.2.2",
"postcss-url": "^10.1.3",
"rangeslider-pure": "^0.4.11",
"scroll-lock": "^2.1.5",
"show-more": "^1.0.1",
"show-more-read": "tomik23/show-more",
Expand Down
24 changes: 24 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1822,6 +1822,11 @@
"@types/qs" "*"
"@types/serve-static" "*"

"@types/geojson@*", "@types/geojson@^7946.0.13":
version "7946.0.13"
resolved "https://registry.yarnpkg.com/@types/geojson/-/geojson-7946.0.13.tgz#e6e77ea9ecf36564980a861e24e62a095988775e"
integrity sha512-bmrNrgKMOhM3WsafmbGmC+6dsF2Z308vLFsQ3a/bT8X8Sv5clVYpPars/UPq+sAaJP+5OoLAYgwbkS5QEJdLUQ==

"@types/glob@^7.1.1":
version "7.2.0"
resolved "https://registry.yarnpkg.com/@types/glob/-/glob-7.2.0.tgz#bc1b5bf3aa92f25bd5dd39f35c57361bdce5b2eb"
Expand Down Expand Up @@ -1866,6 +1871,20 @@
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.15.tgz#596a1747233694d50f6ad8a7869fcb6f56cf5841"
integrity sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==

"@types/leaflet-fullscreen@^1.0.9":
version "1.0.9"
resolved "https://registry.yarnpkg.com/@types/leaflet-fullscreen/-/leaflet-fullscreen-1.0.9.tgz#e24cd9987b45f70ce2ce964c5678cebc0ff1c399"
integrity sha512-fureyKU1+ye+xkGFh67layhTX/wO6ZuMrYuBhJBHkek6chdzlDgE8wZNG/jjioXrEnNHdHH+jiIo5oeuF5y2Hw==
dependencies:
"@types/leaflet" "*"

"@types/leaflet@*", "@types/leaflet@^1.9.8":
version "1.9.8"
resolved "https://registry.yarnpkg.com/@types/leaflet/-/leaflet-1.9.8.tgz#32162a8eaf305c63267e99470b9603b5883e63e8"
integrity sha512-EXdsL4EhoUtGm2GC2ZYtXn+Fzc6pluVgagvo2VC1RHWToLGlTRwVYoDpqS/7QXa01rmDyBjJk3Catpf60VMkwg==
dependencies:
"@types/geojson" "*"

"@types/mime@*":
version "3.0.4"
resolved "https://registry.yarnpkg.com/@types/mime/-/mime-3.0.4.tgz#2198ac274de6017b44d941e00261d5bc6a0e0a45"
Expand Down Expand Up @@ -6192,6 +6211,11 @@ range-parser@^1.2.1, range-parser@~1.2.1:
resolved "https://registry.yarnpkg.com/range-parser/-/range-parser-1.2.1.tgz#3cf37023d199e1c24d1a55b84800c2f3e6468031"
integrity sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==

rangeslider-pure@^0.4.11:
version "0.4.11"
resolved "https://registry.yarnpkg.com/rangeslider-pure/-/rangeslider-pure-0.4.11.tgz#e06ea857c47e24e6a01f6ef0bd31d2e31fb3de10"
integrity sha512-/dI1OFYj4chJuIUiUc3XlefSTDff8mAQyE0Yjke4Ozta+GsOtZaSV2U5AkUTFmE0ngMKYb23h5G1iAUJ5o8C8w==

rangeslider.js@^2.3.3:
version "2.3.3"
resolved "https://registry.yarnpkg.com/rangeslider.js/-/rangeslider.js-2.3.3.tgz#281953334f94c85823713c00f7e816c770ed6cbc"
Expand Down

0 comments on commit 8837c9b

Please sign in to comment.